[63829] trunk/dports/devel/apr/Portfile

dluke at macports.org dluke at macports.org
Tue Feb 16 07:04:45 PST 2010


Revision: 63829
          http://trac.macports.org/changeset/63829
Author:   dluke at macports.org
Date:     2010-02-16 07:04:43 -0800 (Tue, 16 Feb 2010)
Log Message:
-----------
- Version bump apr to 1.3.12 (#23693)
- Remove arch flags from libtool when doing universal build (#23702)

Modified Paths:
--------------
    trunk/dports/devel/apr/Portfile

Modified: trunk/dports/devel/apr/Portfile
===================================================================
--- trunk/dports/devel/apr/Portfile	2010-02-16 14:54:29 UTC (rev 63828)
+++ trunk/dports/devel/apr/Portfile	2010-02-16 15:04:43 UTC (rev 63829)
@@ -3,8 +3,7 @@
 PortSystem	1.0
 
 name		apr
-version		1.3.9
-revision	2
+version		1.3.12
 categories	devel
 maintainers	geeklair.net:dluke
 platforms	darwin
@@ -19,9 +18,9 @@
 master_sites	apache:apr
 
 use_bzip2	yes
-checksums	md5	7138ac64d4458eeeaa9b9aefa4e6e51b \
-		sha1	fb19ec11a15db03dcb9211f31012b079a522d1f0 \
-		rmd160	e90943275289113771b623c827ab3fb3c18064d8
+checksums	md5	6f19af60a161480cc16bb6adb9820040 \
+		sha1	9f4c81012386edb4517138b27cb4339fc1758b4c \
+		rmd160	bd10dc8ccad95ff94050da28f267138c9b2c512b
 
 patchfiles	patch-configure.diff
 
@@ -44,6 +43,7 @@
 
 	post-destroot {
 		reinplace {s/-arch .*//} ${destroot}${prefix}/share/apr-1/build/apr_rules.mk
+		reinplace -E {s|-arch [^ ]+||g} ${destroot}${prefix}/share/apr-1/build/libtool
 	}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100216/86ef1cea/attachment.html>


More information about the macports-changes mailing list