aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2023-11-25 19:54:47 +0000
committerMathieu Arnold <mat@FreeBSD.org>2023-11-25 20:01:06 +0000
commit0640883e401eac7ba668560e8fac41cefd4a52ca (patch)
treebf68a14c36625ec0888533156008368856f255d0
parent0640882e3031bb7ad6f6706faa1c1a9d7cb70311 (diff)
downloadports-0640883e401eac7ba668560e8fac41cefd4a52ca.tar.gz
ports-0640883e401eac7ba668560e8fac41cefd4a52ca.zip
lang/perl5.36: update to 5.36.2
-rw-r--r--lang/perl5.36/Makefile3
-rw-r--r--lang/perl5.36/distinfo6
-rw-r--r--lang/perl5.36/files/patch-Configure4
-rw-r--r--lang/perl5.36/pkg-plist4
-rw-r--r--lang/perl5.36/version.mk2
5 files changed, 12 insertions, 7 deletions
diff --git a/lang/perl5.36/Makefile b/lang/perl5.36/Makefile
index eacaa878d387..de5dde40423c 100644
--- a/lang/perl5.36/Makefile
+++ b/lang/perl5.36/Makefile
@@ -2,7 +2,8 @@ PORTNAME= perl
DISTVERSION= ${PERL_VERSION}
PORTREVISION= 1
CATEGORIES= lang devel perl5
-MASTER_SITES= CPAN/../../src/5.0
+MASTER_SITES= CPAN/../by-authors/id/P/PE/PEVANS
+#MASTER_SITES= CPAN/../../src/5.0
DIST_SUBDIR= perl
MAINTAINER= mat@FreeBSD.org
diff --git a/lang/perl5.36/distinfo b/lang/perl5.36/distinfo
index 5a93c0868c01..907948d510ab 100644
--- a/lang/perl5.36/distinfo
+++ b/lang/perl5.36/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685767776
-SHA256 (perl/perl-5.36.1.tar.xz) = bd91217ea8a8c8b81f21ebbb6cefdf0d13ae532013f944cdece2cd51aef4b6a7
-SIZE (perl/perl-5.36.1.tar.xz) = 13053604
+TIMESTAMP = 1700941296
+SHA256 (perl/perl-5.36.2.tar.xz) = 19445f09ea9f6ada33297010d5b76ac46be565568d1a4377a6bc736cd795a128
+SIZE (perl/perl-5.36.2.tar.xz) = 13178324
diff --git a/lang/perl5.36/files/patch-Configure b/lang/perl5.36/files/patch-Configure
index 4ae632610436..cd039c80b668 100644
--- a/lang/perl5.36/files/patch-Configure
+++ b/lang/perl5.36/files/patch-Configure
@@ -2,7 +2,7 @@
- ?
- ?
---- Configure.orig 2022-02-08 18:00:07 UTC
+--- Configure.orig 2023-11-21 13:11:18 UTC
+++ Configure
@@ -3889,7 +3889,10 @@ esac
. ./posthint.sh
@@ -25,7 +25,7 @@
case " $libpth " in
*" $xxx "*) ;;
*) libpth="$libpth $xxx";;
-@@ -9615,8 +9618,7 @@ prefixvar=siteman3dir
+@@ -9591,8 +9594,7 @@ prefixvar=siteman3dir
: determine where add-on public executable scripts go
case "$sitescript" in
diff --git a/lang/perl5.36/pkg-plist b/lang/perl5.36/pkg-plist
index f33de7eddfc2..43c151569815 100644
--- a/lang/perl5.36/pkg-plist
+++ b/lang/perl5.36/pkg-plist
@@ -974,8 +974,10 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
%%MAN1%%/perl5321delta.1.gz
%%MAN1%%/perl5340delta.1.gz
%%MAN1%%/perl5341delta.1.gz
+%%MAN1%%/perl5342delta.1.gz
%%MAN1%%/perl5360delta.1.gz
%%MAN1%%/perl5361delta.1.gz
+%%MAN1%%/perl5362delta.1.gz
%%MAN1%%/perl561delta.1.gz
%%MAN1%%/perl56delta.1.gz
%%MAN1%%/perl581delta.1.gz
@@ -1775,8 +1777,10 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
%%PRIV_LIB%%/pod/perl5321delta.pod
%%PRIV_LIB%%/pod/perl5340delta.pod
%%PRIV_LIB%%/pod/perl5341delta.pod
+%%PRIV_LIB%%/pod/perl5342delta.pod
%%PRIV_LIB%%/pod/perl5360delta.pod
%%PRIV_LIB%%/pod/perl5361delta.pod
+%%PRIV_LIB%%/pod/perl5362delta.pod
%%PRIV_LIB%%/pod/perl561delta.pod
%%PRIV_LIB%%/pod/perl56delta.pod
%%PRIV_LIB%%/pod/perl581delta.pod
diff --git a/lang/perl5.36/version.mk b/lang/perl5.36/version.mk
index 9c116692b550..191cbf5bf865 100644
--- a/lang/perl5.36/version.mk
+++ b/lang/perl5.36/version.mk
@@ -1,2 +1,2 @@
-PERL_VERSION= 5.36.1
+PERL_VERSION= 5.36.2
PERL5_DEPEND= perl5>=5.36<5.37