[93001] trunk/dports/sysutils/rpm54/Portfile

afb at macports.org afb at macports.org
Sun May 13 13:30:12 PDT 2012


Revision: 93001
          https://trac.macports.org/changeset/93001
Author:   afb at macports.org
Date:     2012-05-13 13:30:11 -0700 (Sun, 13 May 2012)
Log Message:
-----------
rpm54: upgrade version

Modified Paths:
--------------
    trunk/dports/sysutils/rpm54/Portfile

Modified: trunk/dports/sysutils/rpm54/Portfile
===================================================================
--- trunk/dports/sysutils/rpm54/Portfile	2012-05-13 20:27:28 UTC (rev 93000)
+++ trunk/dports/sysutils/rpm54/Portfile	2012-05-13 20:30:11 UTC (rev 93001)
@@ -3,9 +3,8 @@
 PortSystem 1.0
 
 name			rpm54
-version			5.4.8
-revision		2
-set date		20120401
+version			5.4.9
+set date		20120508
 set branch		[join [lrange [split ${version} .] 0 1] .]
 platforms		darwin freebsd linux
 license			LGPL-2.1
@@ -22,15 +21,16 @@
 master_sites		${homepage}/files/rpm/rpm-${branch}/
 distname		rpm-${version}-0.${date}
 extract.suffix		.src.rpm
-checksums		md5 424b60bf2e0a624a218440d943861644 \
-			sha1 e0e1d2c7d01cdffa1149671e75ce7495f26e7455 \
-			rmd160 610c085a33da1de80b87b12328369f7240bfc65f
+checksums		md5 60d56ace884340c1b3fcac6a1d58e768 \
+			sha1 20e5cc7e29ff45b6c5378dbe8ae4af4d1b217971 \
+			rmd160 b1a03facfd346ffc589917789d268f449e5b3323
 worksrcdir		rpm-${version}
 
 depends_build		port:expat port:neon \
 			port:python26 port:perl5.10 \
 			port:readline port:beecrypt \
-			port:libiconv port:gettext
+			port:libiconv port:gettext \
+			port:libtool
 
 depends_lib		lib:libhistory.5:readline port:gettext \
 			port:popt port:sqlite3 port:xar-devel \
@@ -71,6 +71,7 @@
 
 post-patch {
 	reinplace "s/, @ldaddr//" ${worksrcpath}/perl/Makefile.PL.in ; # remove -rpath flags
+	system -W ${worksrcpath} "glibtoolize --install --force" ; # mandriva's libtool bugs
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120513/4bbf7c06/attachment.html>


More information about the macports-changes mailing list