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

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Jul 25 09:38:44 PDT 2008


Revision: 38602
          http://trac.macosforge.org/projects/macports/changeset/38602
Author:   macsforever2000 at macports.org
Date:     2008-07-25 09:38:44 -0700 (Fri, 25 Jul 2008)
Log Message:
-----------
Updated with variants for python24 and python25 removing python23. Updated to version 1.0.8.1. Tweaked variant names for php5 and perl5.8 to match with port names. Changes mostly by captsolo at gmail.com.

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

Modified: trunk/dports/www/redland-bindings/Portfile
===================================================================
--- trunk/dports/www/redland-bindings/Portfile	2008-07-25 15:59:28 UTC (rev 38601)
+++ trunk/dports/www/redland-bindings/Portfile	2008-07-25 16:38:44 UTC (rev 38602)
@@ -3,7 +3,8 @@
 PortSystem 1.0
 
 name                redland-bindings
-version             1.0.6.1
+version             1.0.8.1
+revision            1
 description         Redland RDF Language Bindings
 long_description    Redland is a set of free software libraries that provide \
                     support for the Resource Description Framework (RDF). \
@@ -15,28 +16,33 @@
 homepage            http://librdf.org/bindings/
 master_sites        http://download.librdf.org/source/
 
-checksums           md5 eb527252d46d5e2d16d4f4d2abf6980d \
-                    sha1 70df1706a8c96ee79103bdd0425acdd3b45d3e1d
-
+checksums           md5 52ff9e9f7fb38e3514862d6077e59332 \
+                    sha1 f19325ee9753de1e6a551e618784267c98e33fe3
+ 
 depends_lib         port:redland
 
 configure.args      --mandir=${prefix}/share/man
 
-variant perl {
+variant perl5.8 {
 	configure.args-append --with-perl
 	depends_lib-append port:perl5.8
 }
 
-variant php {
+variant php5 {
 	configure.args-append --with-php
 	depends_lib-append port:php5
 }
 
-variant python {
-	configure.args-append --with-python
-	depends_lib-append port:python23
+variant python24 {
+	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/Python"
+	depends_lib-append port:python24
 }
 
+variant python25 {
+	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.5/Python"
+	depends_lib-append port:python25
+}
+
 variant ruby {
 	configure.args-append --with-ruby
 	depends_lib-append port:ruby
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080725/718d5890/attachment.html 


More information about the macports-changes mailing list