Revision: 144269 https://trac.macports.org/changeset/144269 Author: afb@macports.org Date: 2016-01-05 12:18:52 -0800 (Tue, 05 Jan 2016) Log Message: ----------- rpm: upgrade to perl5.22 (#48365) Modified Paths: -------------- trunk/dports/sysutils/rpm/Portfile Modified: trunk/dports/sysutils/rpm/Portfile =================================================================== --- trunk/dports/sysutils/rpm/Portfile 2016-01-05 20:09:26 UTC (rev 144268) +++ trunk/dports/sysutils/rpm/Portfile 2016-01-05 20:18:52 UTC (rev 144269) @@ -4,7 +4,7 @@ name rpm version 4.4.9 -revision 17 +revision 18 platforms darwin freebsd linux license GPL-2 LGPL-2 categories sysutils archivers @@ -20,7 +20,7 @@ master_sites ${homepage}/files/${name}/${name}-4.4 checksums md5 210b768006e7d88dd8a3bcd498ea27f6 -depends_build port:python27 port:perl5.16 +depends_build port:python27 port:perl5.22 depends_lib port:gettext \ port:popt port:sqlite3 port:beecrypt \ @@ -37,12 +37,12 @@ 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.7 --with-perl=5.16 --without-apidocs \ + --with-python=2.7 --with-perl=5.22 --without-apidocs \ --sysconfdir=${prefix}/etc configure.libs-append -liconv -configure.env __PYTHON=${prefix}/bin/python2.7 __PERL=${prefix}/bin/perl5.16 +configure.env __PYTHON=${prefix}/bin/python2.7 __PERL=${prefix}/bin/perl5.22 # needed because it checks for sqlite3_open in sqlite lib... configure.env-append ac_cv_lib_sqlite_sqlite3_open=yes
participants (1)
-
afb@macports.org