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

ryandesign at macports.org ryandesign at macports.org
Wed Feb 17 16:24:27 PST 2010


Revision: 63907
          http://trac.macports.org/changeset/63907
Author:   ryandesign at macports.org
Date:     2010-02-17 16:24:24 -0800 (Wed, 17 Feb 2010)
Log Message:
-----------
redland-bindings: update to 1.0.10.1, add python26 variant, mark python variants as conflicting; see #23714

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

Modified: trunk/dports/www/redland-bindings/Portfile
===================================================================
--- trunk/dports/www/redland-bindings/Portfile	2010-02-17 23:59:09 UTC (rev 63906)
+++ trunk/dports/www/redland-bindings/Portfile	2010-02-18 00:24:24 UTC (rev 63907)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                redland-bindings
-version             1.0.8.1
-revision            2
+version             1.0.10.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). \
@@ -16,8 +15,8 @@
 homepage            http://librdf.org/bindings/
 master_sites        http://download.librdf.org/source/
 
-checksums           md5 52ff9e9f7fb38e3514862d6077e59332 \
-                    sha1 f19325ee9753de1e6a551e618784267c98e33fe3
+checksums           md5 4b70555996b230c9e6671fc6e416e123 \
+                    sha1 8c0248543881504850e2a705247fa787baa4754b 
  
 depends_lib         port:redland
 
@@ -34,16 +33,21 @@
 	depends_lib-append path:bin/php:php5
 }
 
-variant python24 {
+variant python24 conflicts python25 python26 {
 	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 {
+variant python25 conflicts python24 python26 {
 	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 python26 conflicts python24 python25 {
+	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.6/Python"
+	depends_lib-append port:python26
+}
+
 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/20100217/536a8c0a/attachment.html>


More information about the macports-changes mailing list