Revision: 144323 https://trac.macports.org/changeset/144323 Author: afb@macports.org Date: 2016-01-06 09:29:23 -0800 (Wed, 06 Jan 2016) Log Message: ----------- rpm5x: upgrade to perl5.22 (#48365) Modified Paths: -------------- trunk/dports/sysutils/rpm52/Portfile trunk/dports/sysutils/rpm53/Portfile trunk/dports/sysutils/rpm54/Portfile Modified: trunk/dports/sysutils/rpm52/Portfile =================================================================== --- trunk/dports/sysutils/rpm52/Portfile 2016-01-06 16:12:47 UTC (rev 144322) +++ trunk/dports/sysutils/rpm52/Portfile 2016-01-06 17:29:23 UTC (rev 144323) @@ -4,7 +4,7 @@ name rpm52 version 5.2.1 -revision 7 +revision 8 platforms darwin freebsd linux license LGPL-2.1 categories sysutils archivers @@ -25,7 +25,7 @@ worksrcdir rpm-${version} depends_build port:expat port:neon \ - port:python27 port:perl5.16 \ + port:python27 port:perl5.22 \ port:readline port:beecrypt \ port:libiconv port:gettext @@ -48,8 +48,8 @@ --with-python=2.7 --with-perl --with-sqlite --with-dbapi=sqlite \ --with-xar=external --with-xz=external --with-pcre=external --with-uuid=external \ --without-apidocs --sysconfdir=${prefix}/etc --with-path-cfg=${prefix}/etc/rpm -configure.env __PYTHON=${prefix}/bin/python2.7 __PERL=${prefix}/bin/perl5.16 \ - PERL=${prefix}/bin/perl5.16 +configure.env __PYTHON=${prefix}/bin/python2.7 __PERL=${prefix}/bin/perl5.22 \ + PERL=${prefix}/bin/perl5.22 configure.args-append --with-js=internal --with-lua=internal --with-db=internal Modified: trunk/dports/sysutils/rpm53/Portfile =================================================================== --- trunk/dports/sysutils/rpm53/Portfile 2016-01-06 16:12:47 UTC (rev 144322) +++ trunk/dports/sysutils/rpm53/Portfile 2016-01-06 17:29:23 UTC (rev 144323) @@ -4,7 +4,7 @@ name rpm53 version 5.3.11 -revision 2 +revision 3 set date 20110602 set branch [join [lrange [split ${version} .] 0 1] .] platforms darwin freebsd linux @@ -28,7 +28,7 @@ worksrcdir rpm-${version} depends_build port:expat port:neon \ - port:python27 port:perl5.16 \ + port:python27 port:perl5.22 \ port:readline port:beecrypt \ port:libiconv port:gettext @@ -57,8 +57,8 @@ --with-neon=external --with-beecrypt=external --with-popt=external \ --with-xar=external --with-xz=external --with-pcre=external --with-uuid=external \ --without-apidocs --sysconfdir=${prefix}/etc --with-path-cfg=${prefix}/etc/rpm -configure.env __PYTHON=${prefix}/bin/python2.7 __PERL=${prefix}/bin/perl5.16 \ - PERL=${prefix}/bin/perl5.16 +configure.env __PYTHON=${prefix}/bin/python2.7 __PERL=${prefix}/bin/perl5.22 \ + PERL=${prefix}/bin/perl5.22 configure.args-append --disable-openmp --with-lua=internal --with-syck=internal Modified: trunk/dports/sysutils/rpm54/Portfile =================================================================== --- trunk/dports/sysutils/rpm54/Portfile 2016-01-06 16:12:47 UTC (rev 144322) +++ trunk/dports/sysutils/rpm54/Portfile 2016-01-06 17:29:23 UTC (rev 144323) @@ -4,7 +4,7 @@ name rpm54 version 5.4.14 -revision 1 +revision 2 set date 20131024 set branch [join [lrange [split ${version} .] 0 1] .] platforms darwin freebsd linux @@ -28,7 +28,7 @@ worksrcdir rpm-${version} depends_build port:expat port:neon \ - port:python27 port:perl5.16 \ + port:python27 port:perl5.22 \ port:readline port:beecrypt \ port:libiconv port:gettext @@ -55,8 +55,8 @@ --with-neon=external --with-beecrypt=external --with-popt=external \ --with-xar=external --with-xz=external --with-pcre=external --with-uuid=external \ --without-apidocs --sysconfdir=${prefix}/etc --with-path-cfg=${prefix}/etc/rpm -configure.env __PYTHON=${prefix}/bin/python2.7 __PERL=${prefix}/bin/perl5.16 \ - PERL=${prefix}/bin/perl5.16 +configure.env __PYTHON=${prefix}/bin/python2.7 __PERL=${prefix}/bin/perl5.22 \ + PERL=${prefix}/bin/perl5.22 configure.args-append --disable-openmp --with-lua=internal --with-syck=internal