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

easieste at macports.org easieste at macports.org
Fri Nov 29 00:14:40 PST 2013


Revision: 114101
          https://trac.macports.org/changeset/114101
Author:   easieste at macports.org
Date:     2013-11-29 00:14:40 -0800 (Fri, 29 Nov 2013)
Log Message:
-----------
redland-bindings: update to 1.0.16.1 and add python27 variant.

Maintainer timeout.  Fixes #39118.

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

Modified: trunk/dports/www/redland-bindings/Portfile
===================================================================
--- trunk/dports/www/redland-bindings/Portfile	2013-11-29 07:48:51 UTC (rev 114100)
+++ trunk/dports/www/redland-bindings/Portfile	2013-11-29 08:14:40 UTC (rev 114101)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                redland-bindings
-version             1.0.13.1
+version             1.0.16.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,13 +15,13 @@
 homepage            http://librdf.org/bindings/
 master_sites        http://download.librdf.org/source/
 
-checksums           sha1    a3dee2bcd5961917a951544654e147b49bf17434 \
-                    rmd160  e07edd593c6e16d399b384268f99231b3c89026a
+checksums           sha1    98c20b64cf5e99cbf29fcb84490e73e2a828213a \
+                    rmd160  0f4ac6f67fd2ddfa842dc82c52e5c380d9fc95d3
  
 depends_lib         port:redland
 
 pre-configure {
-    if {![variant_isset perl5] && ![variant_isset php5] && ![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] && ![variant_isset ruby] && ![variant_isset tcl] && ![variant_isset lua]} {
+    if {![variant_isset perl5] && ![variant_isset php5] && ![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27] && ![variant_isset ruby] && ![variant_isset tcl] && ![variant_isset lua]} {
         ui_error "You must select at least one variant."
         return -code error "no variant selected"
     }
@@ -47,21 +47,26 @@
 	depends_lib-append path:bin/php:php5
 }
 
-variant python24 conflicts python25 python26 {
+variant python24 conflicts python25 python26 python27 {
 	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 conflicts python24 python26 {
+variant python25 conflicts python24 python26 python27 {
 	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 {
+variant python26 conflicts python24 python25 python27 {
 	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 python27 conflicts python24 python25 python26 {
+	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Python"
+	depends_lib-append port:python27
+}
+
 variant ruby {
 	configure.args-append --with-ruby
 	depends_lib-append port:ruby
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131129/a75973c1/attachment.html>


More information about the macports-changes mailing list