diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5.28/Makefile | 1 | ||||
-rw-r--r-- | lang/perl5.28/distinfo | 6 | ||||
-rw-r--r-- | lang/perl5.28/files/patch-Configure | 4 | ||||
-rw-r--r-- | lang/perl5.28/files/patch-Makefile.SH | 2 | ||||
-rw-r--r-- | lang/perl5.28/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm | 2 | ||||
-rw-r--r-- | lang/perl5.28/files/patch-cpan_ExtUtils-Install_t_Install.t | 2 | ||||
-rw-r--r-- | lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm | 2 | ||||
-rw-r--r-- | lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t | 2 | ||||
-rw-r--r-- | lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm | 2 | ||||
-rw-r--r-- | lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t | 4 | ||||
-rw-r--r-- | lang/perl5.28/files/patch-hints_freebsd.sh | 2 | ||||
-rw-r--r-- | lang/perl5.28/files/patch-perl.c | 2 | ||||
-rw-r--r-- | lang/perl5.28/files/patch-t_porting_customized.dat | 13 | ||||
-rw-r--r-- | lang/perl5.28/pkg-plist | 4 | ||||
-rw-r--r-- | lang/perl5.28/version.mk | 2 |
15 files changed, 42 insertions, 8 deletions
diff --git a/lang/perl5.28/Makefile b/lang/perl5.28/Makefile index b0b6a965f820..4a549161de7b 100644 --- a/lang/perl5.28/Makefile +++ b/lang/perl5.28/Makefile @@ -3,7 +3,6 @@ PORTNAME= perl DISTVERSION= ${PERL_VERSION} -PORTREVISION= 1 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 CPAN/../../authors/id/X/XS/XSAWYERX/ DIST_SUBDIR= perl diff --git a/lang/perl5.28/distinfo b/lang/perl5.28/distinfo index 838bbb6b2c82..ee62a3dbfebb 100644 --- a/lang/perl5.28/distinfo +++ b/lang/perl5.28/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1543932070 -SHA256 (perl/perl-5.28.1.tar.xz) = fea7162d4cca940a387f0587b93f6737d884bf74d8a9d7cfd978bc12cd0b202d -SIZE (perl/perl-5.28.1.tar.xz) = 12372080 +TIMESTAMP = 1556016829 +SHA256 (perl/perl-5.28.2.tar.xz) = 0b0189bfa4b2da20e899b4bdd746ac402e8f746a58e4fcf5516484157f2aab07 +SIZE (perl/perl-5.28.2.tar.xz) = 12374448 diff --git a/lang/perl5.28/files/patch-Configure b/lang/perl5.28/files/patch-Configure index 04c01936ad27..dd6055cb7ea4 100644 --- a/lang/perl5.28/files/patch-Configure +++ b/lang/perl5.28/files/patch-Configure @@ -1,3 +1,7 @@ +- Allow setting cf_time (reproducible builds) +- ? +- ? + --- Configure.orig 2018-04-21 18:42:15 UTC +++ Configure @@ -3865,7 +3865,10 @@ esac diff --git a/lang/perl5.28/files/patch-Makefile.SH b/lang/perl5.28/files/patch-Makefile.SH index 4c83706d96a7..c65b5dfc7a30 100644 --- a/lang/perl5.28/files/patch-Makefile.SH +++ b/lang/perl5.28/files/patch-Makefile.SH @@ -1,3 +1,5 @@ +Allow customisation of shrpldflags. + --- Makefile.SH.orig 2015-09-08 05:21:36 UTC +++ Makefile.SH @@ -40,7 +40,6 @@ esac diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm b/lang/perl5.28/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm index d756b79c8797..e1fe92f67911 100644 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm +++ b/lang/perl5.28/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm @@ -1,3 +1,5 @@ +Make installed files writable by the installing user. + --- cpan/ExtUtils-Install/lib/ExtUtils/Install.pm.orig 2017-06-05 16:14:15 UTC +++ cpan/ExtUtils-Install/lib/ExtUtils/Install.pm @@ -825,7 +825,7 @@ sub install { #XXX OS-SPECIFIC diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_t_Install.t b/lang/perl5.28/files/patch-cpan_ExtUtils-Install_t_Install.t index 409553266ddc..1834df9398b5 100644 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_t_Install.t +++ b/lang/perl5.28/files/patch-cpan_ExtUtils-Install_t_Install.t @@ -1,3 +1,5 @@ +Make installed files writable by the installing user. (fix tests) + --- cpan/ExtUtils-Install/t/Install.t.orig 2015-10-14 14:27:14 UTC +++ cpan/ExtUtils-Install/t/Install.t @@ -240,7 +240,7 @@ SKIP: { diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm b/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm index 189762cd1399..c08e3459dcde 100644 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm +++ b/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm @@ -1,3 +1,5 @@ +- Allow overriding PREFIX? + --- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2017-06-11 14:35:46 UTC +++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm @@ -2031,13 +2031,14 @@ sub init_INSTALL_from_PREFIX { diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t b/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t index a7ae2c382b22..dc3a3ee1a9ca 100644 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t +++ b/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t @@ -1,3 +1,5 @@ +- Allow overriding PREFIX? (fix test) + --- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2016-05-29 22:48:24 UTC +++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t @@ -10,7 +10,7 @@ BEGIN { diff --git a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm b/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm index 7fe2fa241d9a..839207741f2d 100644 --- a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm +++ b/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm @@ -1,3 +1,5 @@ +Handle MANWIDTH=tty + --- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm.orig 2017-04-03 07:28:44 UTC +++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm @@ -69,6 +69,8 @@ sub _get_columns_from_manwidth { diff --git a/lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t b/lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t index ac10b767f2d2..7bd04747d0c2 100644 --- a/lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t +++ b/lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t @@ -1,6 +1,6 @@ Those two test fails starting with gdbm 1.15. ---- ext/GDBM_File/t/fatal.t.orig 2018-05-21 10:44:04 UTC +--- ext/GDBM_File/t/fatal.t.orig 2018-11-01 22:07:48 UTC +++ ext/GDBM_File/t/fatal.t @@ -12,7 +12,7 @@ BEGIN { plan(skip_all => "GDBM_File is flaky in $^O") @@ -11,7 +11,7 @@ Those two test fails starting with gdbm 1.15. use_ok('GDBM_File'); } -@@ -34,16 +34,5 @@ isnt((open $fh, "<&=$fileno"), undef, "d +@@ -34,16 +34,5 @@ isnt((open $fh, "<&=$fileno"), undef, "dup fileno $fil or diag("\$! = $!"); isnt(close $fh, undef, "close fileno $fileno, out from underneath the GDBM_File"); diff --git a/lang/perl5.28/files/patch-hints_freebsd.sh b/lang/perl5.28/files/patch-hints_freebsd.sh index b2e822054214..efcbcfea109d 100644 --- a/lang/perl5.28/files/patch-hints_freebsd.sh +++ b/lang/perl5.28/files/patch-hints_freebsd.sh @@ -1,3 +1,5 @@ +Remove libs that are not here on FreeBSD. + --- hints/freebsd.sh.orig 2016-12-05 10:28:13 UTC +++ hints/freebsd.sh @@ -88,6 +88,8 @@ case "$osvers" in diff --git a/lang/perl5.28/files/patch-perl.c b/lang/perl5.28/files/patch-perl.c index 6ea19501cb65..e626ba5b0738 100644 --- a/lang/perl5.28/files/patch-perl.c +++ b/lang/perl5.28/files/patch-perl.c @@ -1,3 +1,5 @@ +Remove compile time information (reproducible builds) + --- perl.c.orig 2018-04-21 18:42:15 UTC +++ perl.c @@ -1987,23 +1987,7 @@ S_Internals_V(pTHX_ CV *cv) diff --git a/lang/perl5.28/files/patch-t_porting_customized.dat b/lang/perl5.28/files/patch-t_porting_customized.dat index e7a41275a23b..b283f0b08276 100644 --- a/lang/perl5.28/files/patch-t_porting_customized.dat +++ b/lang/perl5.28/files/patch-t_porting_customized.dat @@ -1,4 +1,6 @@ ---- t/porting/customized.dat.orig 2018-04-21 18:42:15 UTC +Fix tests for modified files. + +--- t/porting/customized.dat.orig 2018-11-01 22:07:59 UTC +++ t/porting/customized.dat @@ -4,6 +4,7 @@ Devel::PPPort dist/Devel-PPPort/parts/embed.fnc e030719d9c6921810554a8e2d398543348b4878c @@ -8,3 +10,12 @@ Locale::Maketext::Simple cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm 57ed38905791a17c150210cd6f42ead22a7707b6 Math::Complex cpan/Math-Complex/lib/Math/Complex.pm 198ea6c6c584f5ea79a0fd7e9d411d0878f3b2af Math::Complex cpan/Math-Complex/t/Complex.t 4f307ed6fc59f1e5fb0e6b11103fc631b6bdb335 +@@ -18,7 +19,7 @@ Pod::Checker cpan/Pod-Checker/t/pod/contains_bad_pod.x + Pod::Checker cpan/Pod-Checker/t/pod/selfcheck.t 8ce3cfd38e4b9bcf5bc7fe7f2a14195e49aed7d8 + Pod::Checker cpan/Pod-Checker/t/pod/testcmp.pl a0cd5c8eca775c7753f4464eee96fa916e3d8a16 + Pod::Checker cpan/Pod-Checker/t/pod/testpchk.pl b2072c7f4379fd050e15424175d7cac5facf5b3b +-Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm 582be34c077c9ff44d99914724a0cc2140bcd48c ++Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm 8b35c5a137791b0cfedcffd2937cb3b5fb984cac + autodie cpan/autodie/lib/autodie/exception.pm b99e4e35a9ed36de94d54437888822ced4936207 + autodie cpan/autodie/lib/autodie/hints.pm e1998fec61fb4e82fe46585bd82c73200be6f262 + autodie cpan/autodie/t/exceptions.t ad315a208f875e06b0964012ce8d65daa438c036 diff --git a/lang/perl5.28/pkg-plist b/lang/perl5.28/pkg-plist index 26eb6b7a8558..53f540f0603e 100644 --- a/lang/perl5.28/pkg-plist +++ b/lang/perl5.28/pkg-plist @@ -1001,8 +1001,10 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5260delta.1.gz %%MAN1%%/perl5261delta.1.gz %%MAN1%%/perl5262delta.1.gz +%%MAN1%%/perl5263delta.1.gz %%MAN1%%/perl5280delta.1.gz %%MAN1%%/perl5281delta.1.gz +%%MAN1%%/perl5282delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz @@ -1803,8 +1805,10 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5260delta.pod %%PRIV_LIB%%/pod/perl5261delta.pod %%PRIV_LIB%%/pod/perl5262delta.pod +%%PRIV_LIB%%/pod/perl5263delta.pod %%PRIV_LIB%%/pod/perl5280delta.pod %%PRIV_LIB%%/pod/perl5281delta.pod +%%PRIV_LIB%%/pod/perl5282delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod diff --git a/lang/perl5.28/version.mk b/lang/perl5.28/version.mk index 04888740bf69..8292f4f57d32 100644 --- a/lang/perl5.28/version.mk +++ b/lang/perl5.28/version.mk @@ -1,2 +1,2 @@ -PERL_VERSION= 5.28.1 +PERL_VERSION= 5.28.2 PERL5_DEPEND= perl5>=5.28.r1<5.29 |