[93986] trunk/dports/lang/pure/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 6 07:40:57 PDT 2012


Revision: 93986
          https://trac.macports.org/changeset/93986
Author:   ryandesign at macports.org
Date:     2012-06-06 07:40:57 -0700 (Wed, 06 Jun 2012)
Log Message:
-----------
pure: remove deprecated use of -replace

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

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2012-06-06 14:31:07 UTC (rev 93985)
+++ trunk/dports/lang/pure/Portfile	2012-06-06 14:40:57 UTC (rev 93986)
@@ -46,7 +46,7 @@
                                 port:mpfr \
                                 port:readline
     
-    depends_run                 path:bin/w3m:w3m
+    depends_run                 port:w3m
     
     # llvm-${llvm_version} is not universal
     universal_variant           no
@@ -59,7 +59,8 @@
     configure.ldflags           -L${llvm_prefix}/lib ${configure.ldflags}
     
     platform macosx {
-        depends_run-replace s|path:bin/w3m:w3m|path:bin/openbrowser:openbrowser|
+        depends_run-delete      port:w3m
+        depends_run-append      port:openbrowser
         patchfiles-append       patch-openbrowser.diff
     }
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120606/9c405eb5/attachment.html>


More information about the macports-changes mailing list