[61574] trunk/dports/news/leafnode

krischik at macports.org krischik at macports.org
Tue Dec 15 02:37:58 PST 2009


Revision: 61574
          http://trac.macports.org/changeset/61574
Author:   krischik at macports.org
Date:     2009-12-15 02:37:55 -0800 (Tue, 15 Dec 2009)
Log Message:
-----------
Remove zsh dependency.

Modified Paths:
--------------
    trunk/dports/news/leafnode/Portfile
    trunk/dports/news/leafnode/files/Restart_Fetchnews.command.in
    trunk/dports/news/leafnode/files/Restart_Leafnode.command.in
    trunk/dports/news/leafnode/files/Restart_Texpire.command.in

Property Changed:
----------------
    trunk/dports/news/leafnode/files/

Modified: trunk/dports/news/leafnode/Portfile
===================================================================
--- trunk/dports/news/leafnode/Portfile	2009-12-15 09:54:18 UTC (rev 61573)
+++ trunk/dports/news/leafnode/Portfile	2009-12-15 10:37:55 UTC (rev 61574)
@@ -5,6 +5,7 @@
 
 name				leafnode
 version				1.11.7
+revision			1
 categories			news
 platforms			darwin
 maintainers			macports.org:krischik
@@ -24,7 +25,6 @@
 checksums			md5 e5e8ac28386c59df0b14ddbfcbe78509
 
 depends_lib			port:pcre
-depends_run			path:${prefix}/bin/zsh:zsh
 
 use_bzip2			yes
 
@@ -50,7 +50,7 @@
 	xinstall					-m 755 -d ${destroot}${prefix}/var
 	xinstall					-m 755 -d ${destroot}${prefix}/var/spool
 	xinstall -o _news -g _news	-m 755 -d ${destroot}${prefix}/var/spool/news
-	xinstall					-m 750 -d ${destroot}/${applications_dir}/Utilities
+	xinstall					-m 755 -d ${destroot}/${applications_dir}/Utilities
 
 	xinstall -o _news -g _news -m 640											\
 		-W ${filespath}															\


Property changes on: trunk/dports/news/leafnode/files
___________________________________________________________________
Added: svn:ignore
   + .backups


Modified: trunk/dports/news/leafnode/files/Restart_Fetchnews.command.in
===================================================================
--- trunk/dports/news/leafnode/files/Restart_Fetchnews.command.in	2009-12-15 09:54:18 UTC (rev 61573)
+++ trunk/dports/news/leafnode/files/Restart_Fetchnews.command.in	2009-12-15 10:37:55 UTC (rev 61574)
@@ -1,4 +1,4 @@
-#!@PREFIX@/bin/zsh
+#!/bin/zsh
 ############################################################## {{{1 ##########
 #   $Author$
 #   $Revision$
@@ -10,9 +10,9 @@
 
 if test "${USER}" = "root"; then
     if test ! -L /Library/LaunchDaemons/org.macports.fetchnews.plist; then
-	ln -s											\
-	    @PREFIX@/etc/LaunchDaemons/org.macports.leafnode/org.macports.fetchnews.plist	\
-	    /Library/LaunchDaemons/org.macports.fetchnews.plist					;
+	ln -s										    \
+	    @PREFIX@/etc/LaunchDaemons/org.macports.leafnode/org.macports.fetchnews.plist   \
+	    /Library/LaunchDaemons/org.macports.fetchnews.plist				    ;
     fi;
 
     launchctl unload -w /Library/LaunchDaemons/org.macports.fetchnews.plist

Modified: trunk/dports/news/leafnode/files/Restart_Leafnode.command.in
===================================================================
--- trunk/dports/news/leafnode/files/Restart_Leafnode.command.in	2009-12-15 09:54:18 UTC (rev 61573)
+++ trunk/dports/news/leafnode/files/Restart_Leafnode.command.in	2009-12-15 10:37:55 UTC (rev 61574)
@@ -1,4 +1,4 @@
-#!@PREFIX@/bin/zsh
+#!/bin/zsh
 ############################################################## {{{1 ##########
 #   $Author$
 #   $Revision$
@@ -10,8 +10,8 @@
 
 if test "${USER}" = "root"; then
     if test ! -L /Library/LaunchDaemons/org.macports.leafnode.plist; then
-        ln -s										    \
-	   @PREFIX@/etc/LaunchDaemons/org.macports.leafnode/org.macports.leafnode.plist   \
+	ln -s										    \
+	    @@PREFIX@/etc/LaunchDaemons/org.macports.leafnode/org.macports.leafnode.plist   \
 	    /Library/LaunchDaemons/org.macports.leafnode.plist				    ;
     fi;
     

Modified: trunk/dports/news/leafnode/files/Restart_Texpire.command.in
===================================================================
--- trunk/dports/news/leafnode/files/Restart_Texpire.command.in	2009-12-15 09:54:18 UTC (rev 61573)
+++ trunk/dports/news/leafnode/files/Restart_Texpire.command.in	2009-12-15 10:37:55 UTC (rev 61574)
@@ -1,4 +1,4 @@
-#!@PREFIX@/bin/zsh
+#!/bin/zsh
 ############################################################## {{{1 ##########
 #   $Author$
 #   $Revision$
@@ -11,7 +11,7 @@
 if test "${USER}" = "root"; then
     if test ! -L /Library/LaunchDaemons/org.macports.texpire.plist; then
 	ln -s										    \
-	    @PREFIX@/etc/LaunchDaemons/org.macports.leafnode/org.macports.texpire.plist   \
+	    @PREFIX@/etc/LaunchDaemons/org.macports.leafnode/org.macports.texpire.plist	    \
 	    /Library/LaunchDaemons/org.macports.texpire.plist				    ;
     fi;
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091215/c6d59b62/attachment-0001.html>


More information about the macports-changes mailing list