[70382] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Sat Aug 7 14:29:41 PDT 2010


Revision: 70382
          http://trac.macports.org/changeset/70382
Author:   ryandesign at macports.org
Date:     2010-08-07 14:29:40 -0700 (Sat, 07 Aug 2010)
Log Message:
-----------
pure, pure-devel: use depends_run-replace instead of -delete and -append

Modified Paths:
--------------
    trunk/dports/lang/pure/Portfile
    trunk/dports/lang/pure-devel/Portfile

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2010-08-07 21:28:08 UTC (rev 70381)
+++ trunk/dports/lang/pure/Portfile	2010-08-07 21:29:40 UTC (rev 70382)
@@ -45,8 +45,7 @@
     path:bin/w3m:w3m
 
 platform macosx {
-    depends_run-delete  path:bin/w3m:w3m
-    depends_run-append  path:bin/openbrowser:openbrowser
+    depends_run-replace s|path:bin/w3m:w3m|path:bin/openbrowser:openbrowser|
     patchfiles-append   patch-openbrowser.diff
 }
 

Modified: trunk/dports/lang/pure-devel/Portfile
===================================================================
--- trunk/dports/lang/pure-devel/Portfile	2010-08-07 21:28:08 UTC (rev 70381)
+++ trunk/dports/lang/pure-devel/Portfile	2010-08-07 21:29:40 UTC (rev 70382)
@@ -49,8 +49,7 @@
     path:bin/w3m:w3m
 
 platform macosx {
-    depends_run-delete  path:bin/w3m:w3m
-    depends_run-append  path:bin/openbrowser:openbrowser
+    depends_run-replace s|path:bin/w3m:w3m|path:bin/openbrowser:openbrowser|
     patchfiles-append   patch-openbrowser.diff
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100807/5ed4796e/attachment.html>


More information about the macports-changes mailing list