[142911] users/krischik/Utilities

krischik at macports.org krischik at macports.org
Sat Dec 12 07:45:31 PST 2015


Revision: 142911
          https://trac.macports.org/changeset/142911
Author:   krischik at macports.org
Date:     2015-11-27 05:05:45 -0800 (Fri, 27 Nov 2015)
Log Message:
-----------
upgrade script.

Modified Paths:
--------------
    users/krischik/Utilities/Install.command
    users/krischik/Utilities/Install_Minimum.command
    users/krischik/Utilities/Upgrade.command

Modified: users/krischik/Utilities/Install.command
===================================================================
--- users/krischik/Utilities/Install.command	2015-11-27 12:59:10 UTC (rev 142910)
+++ users/krischik/Utilities/Install.command	2015-11-27 13:05:45 UTC (rev 142911)
@@ -86,6 +86,7 @@
 	"xpm"									\
 	"xz"									\
 	"yencode"								\
+	"zsh +doc+mp_completion"						\
 	"ImageMagick +graphviz+gs+hdri+jbig+jpeg2+lcms+lqr+mpeg+perl+rsvg+wmf"
     do
 	Install_Update ${=I} "${General_Variants}"

Modified: users/krischik/Utilities/Install_Minimum.command
===================================================================
--- users/krischik/Utilities/Install_Minimum.command	2015-11-27 12:59:10 UTC (rev 142910)
+++ users/krischik/Utilities/Install_Minimum.command	2015-11-27 13:05:45 UTC (rev 142911)
@@ -1,4 +1,5 @@
 #!/bin/zsh
+    ./Install_VCS.command*
 ############################################################## {{{1 ##########
 #   $Author$
 #   $Revision$

Modified: users/krischik/Utilities/Upgrade.command
===================================================================
--- users/krischik/Utilities/Upgrade.command	2015-11-27 12:59:10 UTC (rev 142910)
+++ users/krischik/Utilities/Upgrade.command	2015-11-27 13:05:45 UTC (rev 142911)
@@ -14,22 +14,21 @@
 if test "${USER}" = "root"; then
     #Unload_System
 
-    Install_Minimum.command*
-    Install.command*
-    Install_VIM.command*
-    Install_VCS.command*
-    Install_Mobile_Development.command*
-    Install_Gimp.command*
-    Install_GNOME.command*
-    Install_KDE4.command*
-    Install_Player.command*
+    ./Install.command*
+    ./Install_VIM.command*
+    ./Install_VCS.command*
+    ./Install_Mobile_Development.command*
+    ./Install_Gimp.command*
+    ./Install_GNOME.command*
+    ./Install_KDE4.command*
+    ./Install_Player.command*
 
-    if test ""${HOSTNAME}" = "macpro.local"; then
-	Install_BitTornado.command*
-	Install_Dovecot.command*
-	Install_Maintained.command*
-	Install_Python.command*
-	Install_SpamAssassin.command*
+    if test "${HOSTNAME}" = "macpro.local"; then
+	./Install_BitTornado.command*
+	./Install_Dovecot.command*
+	./Install_Maintained.command*
+	./Install_Python.command*
+	./Install_SpamAssassin.command*
     fi
 
     Clean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/054e8b05/attachment.html>


More information about the macports-changes mailing list