svn commit: r452191 - in head/lang/perl5-devel: . files
Mathieu Arnold
mat at FreeBSD.org
Mon Oct 16 12:54:41 UTC 2017
Author: mat
Date: Mon Oct 16 12:54:40 2017
New Revision: 452191
URL: https://svnweb.freebsd.org/changeset/ports/452191
Log:
Update to v5.27.4-115-gf6d7499.
Sponsored by: Absolight
Modified:
head/lang/perl5-devel/Makefile (contents, props changed)
head/lang/perl5-devel/distinfo (contents, props changed)
head/lang/perl5-devel/files/patch-Configure (contents, props changed)
Modified: head/lang/perl5-devel/Makefile
==============================================================================
--- head/lang/perl5-devel/Makefile Mon Oct 16 12:40:08 2017 (r452190)
+++ head/lang/perl5-devel/Makefile Mon Oct 16 12:54:40 2017 (r452191)
@@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \
USE_GITHUB= yes
GH_ACCOUNT= Perl
GH_PROJECT= perl5
-GH_TAGNAME= v5.27.4-72-g1fd9130
+GH_TAGNAME= v5.27.4-115-gf6d7499
OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \
THREADS PERL_MALLOC DTRACE DOT_INC
Modified: head/lang/perl5-devel/distinfo
==============================================================================
--- head/lang/perl5-devel/distinfo Mon Oct 16 12:40:08 2017 (r452190)
+++ head/lang/perl5-devel/distinfo Mon Oct 16 12:54:40 2017 (r452191)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507563187
-SHA256 (perl/Perl-perl5-v5.27.4-72-g1fd9130_GH0.tar.gz) = 5a17784fd2e8da36fa5bbf44e97f2b571e24d357dfedb8320c3a576fc3709c17
-SIZE (perl/Perl-perl5-v5.27.4-72-g1fd9130_GH0.tar.gz) = 18713749
+TIMESTAMP = 1508157120
+SHA256 (perl/Perl-perl5-v5.27.4-115-gf6d7499_GH0.tar.gz) = 781b66de4b27a3c9223cfda90fc771a17b5ea25dca8621a7a8c1b4cc0f0db92d
+SIZE (perl/Perl-perl5-v5.27.4-115-gf6d7499_GH0.tar.gz) = 18718752
Modified: head/lang/perl5-devel/files/patch-Configure
==============================================================================
--- head/lang/perl5-devel/files/patch-Configure Mon Oct 16 12:40:08 2017 (r452190)
+++ head/lang/perl5-devel/files/patch-Configure Mon Oct 16 12:54:40 2017 (r452191)
@@ -1,6 +1,6 @@
---- Configure.orig 2017-09-11 05:29:19 UTC
+--- Configure.orig 2017-10-16 04:27:37 UTC
+++ Configure
-@@ -3884,7 +3884,10 @@ esac
+@@ -3882,7 +3882,10 @@ esac
. ./posthint.sh
: who configured the system
@@ -12,7 +12,7 @@
case "$cf_by" in
"")
cf_by=`(logname) 2>/dev/null`
-@@ -5065,7 +5068,7 @@ esac
+@@ -5063,7 +5066,7 @@ esac
: Now check and see which directories actually exist, avoiding duplicates
for xxx in $dlist
do
@@ -21,7 +21,7 @@
case " $libpth " in
*" $xxx "*) ;;
*) libpth="$libpth $xxx";;
-@@ -9660,8 +9663,7 @@ prefixvar=siteman3dir
+@@ -9658,8 +9661,7 @@ prefixvar=siteman3dir
: determine where add-on public executable scripts go
case "$sitescript" in
More information about the svn-ports-head
mailing list