[98284] trunk/dports/www/wml/Portfile

cal at macports.org cal at macports.org
Mon Oct 1 14:03:08 PDT 2012


Revision: 98284
          http://trac.macports.org//changeset/98284
Author:   cal at macports.org
Date:     2012-10-01 14:03:08 -0700 (Mon, 01 Oct 2012)
Log Message:
-----------
wml: Specify path to perl binary installed by the perl5.12 port, openmaintainer

Previously, wml used $prefix/bin/perl, which is installed by the perl5 port and
not necessarily perl 5.12. This should fix the buildbot failure on wml:
	http://build.macports.org/builders/buildports-lion-x86_64/builds/4786.

Modified Paths:
--------------
    trunk/dports/www/wml/Portfile

Modified: trunk/dports/www/wml/Portfile
===================================================================
--- trunk/dports/www/wml/Portfile	2012-10-01 20:51:30 UTC (rev 98283)
+++ trunk/dports/www/wml/Portfile	2012-10-01 21:03:08 UTC (rev 98284)
@@ -5,7 +5,7 @@
 
 name                    wml
 version                 2.0.11
-revision                2
+revision                3
 platforms               darwin
 categories              www lang
 maintainers             cfaerber.name:cfaerber \
@@ -47,7 +47,7 @@
 
 depends_build           port:lynx
 
-configure.args          --with-perl=${prefix}/bin/perl \
+configure.args          --with-perl=${prefix}/bin/perl5.12 \
                         --without-modules \
                         --with-openworld \
                         --with-cc=${configure.cc}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121001/8d36f7a5/attachment.html>


More information about the macports-changes mailing list