[53054] trunk/dports/sysutils/rpm51
afb at macports.org
afb at macports.org
Sun Jun 28 14:47:00 PDT 2009
Revision: 53054
http://trac.macports.org/changeset/53054
Author: afb at macports.org
Date: 2009-06-28 14:46:59 -0700 (Sun, 28 Jun 2009)
Log Message:
-----------
upgrade version, enable xz
Modified Paths:
--------------
trunk/dports/sysutils/rpm51/Portfile
trunk/dports/sysutils/rpm51/files/patch-macros.in
Modified: trunk/dports/sysutils/rpm51/Portfile
===================================================================
--- trunk/dports/sysutils/rpm51/Portfile 2009-06-28 21:43:27 UTC (rev 53053)
+++ trunk/dports/sysutils/rpm51/Portfile 2009-06-28 21:46:59 UTC (rev 53054)
@@ -3,7 +3,7 @@
PortSystem 1.0
name rpm51
-version 5.1.7
+version 5.1.9
platforms darwin freebsd linux
categories sysutils archivers
maintainers mac.com:n3npq afb
@@ -17,9 +17,9 @@
homepage http://rpm5.org
master_sites ${homepage}/files/rpm/rpm-5.1/
distname rpm-${version}
-checksums md5 12eb6e8a2fdfa0eee80e3d0492247851 \
- sha1 a77467df7575aca9b9100ec467186cfff37be4f9 \
- rmd160 b5039824896f231e30fe7afc2a8cb06d56c5d408
+checksums md5 2b6ff8f7abb1fe919402f00cc0ca56f7 \
+ sha1 12f4be10da5e622f175fac79bbcea17928830357 \
+ rmd160 2c26d72f0a7675388fdb7a4c36c404fc04dc020b
worksrcdir rpm-${version}
depends_build port:expat port:neon \
@@ -28,7 +28,8 @@
port:libiconv port:gettext
depends_lib lib:libhistory.5:readline port:gettext \
- port:popt port:sqlite3 port:xar port:pcre
+ port:popt port:sqlite3 port:xar port:liblzma \
+ port:pcre
depends_run port:openssl \
bin:gzip:gzip \
@@ -43,7 +44,7 @@
--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-pcre=external \
+ --with-xar=external --with-xz=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
Modified: trunk/dports/sysutils/rpm51/files/patch-macros.in
===================================================================
--- trunk/dports/sysutils/rpm51/files/patch-macros.in 2009-06-28 21:43:27 UTC (rev 53053)
+++ trunk/dports/sysutils/rpm51/files/patch-macros.in 2009-06-28 21:46:59 UTC (rev 53054)
@@ -9,12 +9,12 @@
# shadow tree.
#
# A spec file can %%define _find_debuginfo_opts to pass options to
-@@ -309,7 +309,7 @@
-
- # The PATH put into the environment before running %pre/%post et al.
+@@ -312,7 +312,7 @@
#
--%_install_script_path /sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
-+%_install_script_path @prefix@/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
+ %_install_helpers %{rpmhome}/helpers
+ %_helperpath %{?_install_helpers:%{_install_helpers}:}
+-%_install_script_path %{_helperpath}/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
++%_install_script_path %{_helperpath}@prefix@/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
# A colon separated list of desired locales to be installed;
# "all" means install all locale specific files.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090628/56042263/attachment.html>
More information about the macports-changes
mailing list