Update to v5.24.0-RC2.

Changes:	https://github.com/Perl/perl5/compare/v5.24.0-RC1-2-gde1d2c7...v5.24.0-RC2
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-04-25 12:25:33 +00:00
parent bff9bf99d4
commit fc80dc53bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414003
3 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= Perl GH_ACCOUNT= Perl
GH_PROJECT= perl5 GH_PROJECT= perl5
GH_TAGNAME= v5.24.0-RC1-2-gde1d2c7 GH_TAGNAME= v5.24.0-RC2
OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \
MULTIPLICITY SITECUSTOMIZE MULTIPLICITY SITECUSTOMIZE

View file

@ -1,2 +1,2 @@
SHA256 (perl/perl-5.24.0-RC1-2_GH0.tar.gz) = 8f3e96f824ec1afdb22c7a6081de6ec6b2532f765f095b981913ea339a800afe SHA256 (perl/perl-5.24.0-RC2_GH0.tar.gz) = 2e9527a9708d8e84f5f0ec1714b657fd7970d72ef0d75d4aa8e4f2c2fdc85baa
SIZE (perl/perl-5.24.0-RC1-2_GH0.tar.gz) = 17851658 SIZE (perl/perl-5.24.0-RC2_GH0.tar.gz) = 17852844

View file

@ -1,6 +1,6 @@
--- Configure.orig 2016-03-28 00:24:24 UTC --- Configure.orig 2016-04-23 17:51:26 UTC
+++ Configure +++ Configure
@@ -3861,7 +3861,10 @@ esac @@ -3862,7 +3862,10 @@ esac
. ./posthint.sh . ./posthint.sh
: who configured the system : who configured the system
@ -12,7 +12,7 @@
case "$cf_by" in case "$cf_by" in
"") "")
cf_by=`(logname) 2>/dev/null` cf_by=`(logname) 2>/dev/null`
@@ -5042,7 +5045,7 @@ esac @@ -5043,7 +5046,7 @@ esac
: Now check and see which directories actually exist, avoiding duplicates : Now check and see which directories actually exist, avoiding duplicates
for xxx in $dlist for xxx in $dlist
do do
@ -21,7 +21,7 @@
case " $libpth " in case " $libpth " in
*" $xxx "*) ;; *" $xxx "*) ;;
*) libpth="$libpth $xxx";; *) libpth="$libpth $xxx";;
@@ -9616,8 +9619,7 @@ prefixvar=siteman3dir @@ -9590,8 +9593,7 @@ prefixvar=siteman3dir
: determine where add-on public executable scripts go : determine where add-on public executable scripts go
case "$sitescript" in case "$sitescript" in