[95289] trunk/dports/devel/thrift/Portfile

blair at macports.org blair at macports.org
Sun Jul 8 12:43:48 PDT 2012


Revision: 95289
          https://trac.macports.org/changeset/95289
Author:   blair at macports.org
Date:     2012-07-08 12:43:45 -0700 (Sun, 08 Jul 2012)
Log Message:
-----------
thrift: depend upon perl5.12's ports, not perl5; closes #35095.

Modified Paths:
--------------
    trunk/dports/devel/thrift/Portfile

Modified: trunk/dports/devel/thrift/Portfile
===================================================================
--- trunk/dports/devel/thrift/Portfile	2012-07-08 19:22:52 UTC (rev 95288)
+++ trunk/dports/devel/thrift/Portfile	2012-07-08 19:43:45 UTC (rev 95289)
@@ -5,7 +5,7 @@
 
 name                thrift
 version             0.6.0
-revision            1
+revision            2
 categories          devel
 license             Apache-2
 maintainers         gmail.com:naoya.n blair openmaintainer
@@ -80,10 +80,11 @@
                             port:hs-binary
 }
 variant perl description "enable the Perl library" {
+    configure.env-append    PERL=${prefix}/bin/perl5.12
     configure.env-append    PERL_PREFIX=${prefix}
     configure.args-delete   --with-perl=no
     configure.args-append   --with-perl=yes
-    depends_lib-append      port:p5-class-accessor port:p5-bit-vector
+    depends_lib-append      port:p5.12-class-accessor port:p5.12-bit-vector
 }
 
 variant php description "enable the PHP library" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120708/918bb079/attachment.html>


More information about the macports-changes mailing list