[63758] trunk/dports/www/redland/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Feb 14 00:56:59 PST 2010


Revision: 63758
          http://trac.macports.org/changeset/63758
Author:   ryandesign at macports.org
Date:     2010-02-14 00:56:55 -0800 (Sun, 14 Feb 2010)
Log Message:
-----------
redland: update to 1.0.10 (see #23508), add pkgconfig dependency, and ensure config script and pkgconfig file don't contain -arch flags

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

Modified: trunk/dports/www/redland/Portfile
===================================================================
--- trunk/dports/www/redland/Portfile	2010-02-14 06:12:43 UTC (rev 63757)
+++ trunk/dports/www/redland/Portfile	2010-02-14 08:56:55 UTC (rev 63758)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name                redland
-version             1.0.9
+version             1.0.10
 description         Redland RDF Library
 long_description    Redland is a set of free software libraries that provide \
                     support for the Resource Description Framework (RDF).
@@ -12,9 +12,9 @@
 homepage            http://librdf.org/
 master_sites        http://download.librdf.org/source/
 
-checksums           md5     e5ef0c29c55b4f0f5aeed7955b4d383b \
-                    sha1    74c9ce4b496095d404593a18af1d15de4904ae9b \
-                    rmd160  a3fc1b4c819ac06e1f5308e2c246c6b784796e0e
+checksums           md5     bdbb9b8dc614fc09a14cd646079619e1 \
+                    sha1    e4ba2ef207f293a7740f45661ec90cf9698e217f \
+                    rmd160  c19a0aa6c33a62719af1b2ba35ea064ffdf7e9f1
 
 depends_lib         port:curl \
                     port:libiconv \
@@ -25,12 +25,21 @@
                     port:rasqal \
                     port:zlib
 
+# redland-config uses pkg-config
+depends_lib-append  port:pkgconfig
+
 configure.args      --mandir=${prefix}/share/man \
                     --with-bdb=no \
                     --with-mysql=no \
                     --with-postgresql=no \
                     --with-sqlite=no
 
+post-configure {
+    reinplace -E {s|-arch [^ ]+||g} \
+        ${worksrcpath}/redland-src-config \
+        ${worksrcpath}/redland.pc
+}
+
 test.run            yes
 test.target         check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100214/28f3166a/attachment.html>


More information about the macports-changes mailing list