[44710] trunk/dports/www/redland-bindings/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Jan 2 01:40:55 PST 2009


Revision: 44710
          http://trac.macports.org/changeset/44710
Author:   mcalhoun at macports.org
Date:     2009-01-02 01:40:53 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
redland-bindings: Switch perl dependency port:perl5.8 -> path:bin/perl:perl5.
Change name of perl variant to reflect that perl5 is used.
Fixes #17801 (maintainer timeout).

Modified Paths:
--------------
    trunk/dports/www/redland-bindings/Portfile

Modified: trunk/dports/www/redland-bindings/Portfile
===================================================================
--- trunk/dports/www/redland-bindings/Portfile	2009-01-02 07:51:50 UTC (rev 44709)
+++ trunk/dports/www/redland-bindings/Portfile	2009-01-02 09:40:53 UTC (rev 44710)
@@ -4,7 +4,7 @@
 
 name                redland-bindings
 version             1.0.8.1
-revision            1
+revision            2
 description         Redland RDF Language Bindings
 long_description    Redland is a set of free software libraries that provide \
                     support for the Resource Description Framework (RDF). \
@@ -23,9 +23,10 @@
 
 configure.args      --mandir=${prefix}/share/man
 
-variant perl58 {
+variant perl5 {
+	depends_lib-append path:bin/perl:perl5
 	configure.args-append --with-perl
-	depends_lib-append port:perl5.8
+	configure.perl ${prefix}/bin/perl
 }
 
 variant php5 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090102/1f87de02/attachment.html>


More information about the macports-changes mailing list