[47849] trunk/dports/sysutils/rpm51/Portfile

afb at macports.org afb at macports.org
Sun Mar 8 05:52:46 PDT 2009


Revision: 47849
          http://trac.macports.org/changeset/47849
Author:   afb at macports.org
Date:     2009-03-08 05:52:45 -0700 (Sun, 08 Mar 2009)
Log Message:
-----------
port upgrade: RPM 5.1.7

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

Modified: trunk/dports/sysutils/rpm51/Portfile
===================================================================
--- trunk/dports/sysutils/rpm51/Portfile	2009-03-08 09:16:18 UTC (rev 47848)
+++ trunk/dports/sysutils/rpm51/Portfile	2009-03-08 12:52:45 UTC (rev 47849)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			rpm51
-version			5.1.6
-revision		2
+version			5.1.7
 platforms		darwin freebsd linux
 categories		sysutils archivers
 maintainers		n3npq at mac.com afb at macports.org
@@ -18,7 +17,9 @@
 homepage		http://rpm5.org
 master_sites		${homepage}/files/rpm/rpm-5.1/
 distname		rpm-${version}
-checksums		md5 5eb40d7b756fcf04aad7d00a5b3d5b69
+checksums		md5 12eb6e8a2fdfa0eee80e3d0492247851 \
+			sha1 a77467df7575aca9b9100ec467186cfff37be4f9 \
+			rmd160 b5039824896f231e30fe7afc2a8cb06d56c5d408
 worksrcdir		rpm-${version}
 
 depends_build		port:expat port:neon \
@@ -27,7 +28,7 @@
 			port:libiconv port:gettext
 
 depends_lib		lib:libhistory.5:readline port:gettext \
-			port:popt port:sqlite3 port:xar
+			port:popt port:sqlite3 port:xar port:pcre
 
 depends_run		port:openssl \
 			bin:gzip:gzip \
@@ -41,7 +42,8 @@
 configure.args		--disable-nls --without-javaglue --without-included-gettext \
 			--with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix} \
 			--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-			--with-python=2.5 --with-perl --with-sqlite --with-dbapi=sqlite --with-xar=external \
+			--with-python=2.5 --with-perl --with-sqlite --with-dbapi=sqlite \
+			--with-xar=external --with-pcre=external \
 			--without-apidocs --sysconfdir=${prefix}/etc --with-path-cfg=${prefix}/etc/rpm
 configure.env		__PYTHON=${prefix}/bin/python2.5 __PERL=${prefix}/bin/perl5.8
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090308/388710bc/attachment.html>


More information about the macports-changes mailing list