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

blair at macports.org blair at macports.org
Sun Jul 8 13:55:46 PDT 2012


Revision: 95290
          https://trac.macports.org/changeset/95290
Author:   blair at macports.org
Date:     2012-07-08 13:55:42 -0700 (Sun, 08 Jul 2012)
Log Message:
-----------
thrift: delete the +perl variant, this will be provided by p5-thrift.

The +perl variant never installed the Perl module in the correct
location so the module would never loaded anyway.

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

Modified: trunk/dports/devel/thrift/Portfile
===================================================================
--- trunk/dports/devel/thrift/Portfile	2012-07-08 19:43:45 UTC (rev 95289)
+++ trunk/dports/devel/thrift/Portfile	2012-07-08 20:55:42 UTC (rev 95290)
@@ -5,14 +5,13 @@
 
 name                thrift
 version             0.6.0
-revision            2
+revision            3
 categories          devel
 license             Apache-2
 maintainers         gmail.com:naoya.n blair openmaintainer
 platforms           darwin
 
 description         framework for scalable cross-language services development
-
 long_description    Thrift is a software framework for scalable cross-language \
                     services development. It combines a software stack with a \
                     code generation engine to build services that work \
@@ -79,13 +78,6 @@
                             port:hs-http \
                             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.12-class-accessor port:p5.12-bit-vector
-}
 
 variant php description "enable the PHP library" {
     configure.env-append    PHP_PREFIX=${prefix}/lib/php
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120708/1717da50/attachment.html>


More information about the macports-changes mailing list