mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Update to v5.31.1-148-gdc9ac3ee56.
This commit is contained in:
parent
e1b07569bc
commit
44b223eddf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506659
@ -35,7 +35,7 @@ USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Perl
|
||||
GH_PROJECT= perl5
|
||||
GH_TAGNAME= v5.31.1-138-g256dda502e
|
||||
GH_TAGNAME= v5.31.1-148-gdc9ac3ee56
|
||||
|
||||
TEST_TARGET= test_harness
|
||||
TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1562593243
|
||||
SHA256 (perl/Perl-perl5-v5.31.1-138-g256dda502e_GH0.tar.gz) = ebc48b2f99e352579d5705ca05558bc639871b17c56fb88dd11338b05e93640b
|
||||
SIZE (perl/Perl-perl5-v5.31.1-138-g256dda502e_GH0.tar.gz) = 19247496
|
||||
TIMESTAMP = 1563193501
|
||||
SHA256 (perl/Perl-perl5-v5.31.1-148-gdc9ac3ee56_GH0.tar.gz) = 441a323c078285227311b716626b8f8cc89e424c2c6a9bd40dffe4819392187a
|
||||
SIZE (perl/Perl-perl5-v5.31.1-148-gdc9ac3ee56_GH0.tar.gz) = 19247272
|
||||
|
@ -2,7 +2,7 @@
|
||||
- ?
|
||||
- ?
|
||||
|
||||
--- Configure.orig 2019-03-11 04:03:26 UTC
|
||||
--- Configure.orig 2019-07-14 14:40:03 UTC
|
||||
+++ Configure
|
||||
@@ -3872,7 +3872,10 @@ esac
|
||||
. ./posthint.sh
|
||||
@ -25,7 +25,7 @@
|
||||
case " $libpth " in
|
||||
*" $xxx "*) ;;
|
||||
*) libpth="$libpth $xxx";;
|
||||
@@ -9593,8 +9596,7 @@ prefixvar=siteman3dir
|
||||
@@ -9597,8 +9600,7 @@ prefixvar=siteman3dir
|
||||
|
||||
: determine where add-on public executable scripts go
|
||||
case "$sitescript" in
|
||||
|
@ -1,8 +1,8 @@
|
||||
Remove compile time information (reproducible builds)
|
||||
|
||||
--- perl.c.orig 2019-06-25 08:41:51 UTC
|
||||
--- perl.c.orig 2019-07-14 14:40:03 UTC
|
||||
+++ perl.c
|
||||
@@ -2005,23 +2005,7 @@ S_Internals_V(pTHX_ CV *cv)
|
||||
@@ -1994,23 +1994,7 @@ S_Internals_V(pTHX_ CV *cv)
|
||||
PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options,
|
||||
sizeof(non_bincompat_options) - 1, SVs_TEMP));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user