git: eef4c892e480 - main - lang/perl5.*: Fixup DEPRECATED/EXPIRATION_DATE

Mathieu Arnold mat at FreeBSD.org
Thu May 6 13:22:15 UTC 2021


The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eef4c892e480745cf36adb424cb6fe4667cd24a1

commit eef4c892e480745cf36adb424cb6fe4667cd24a1
Author:     Mathieu Arnold <mat at FreeBSD.org>
AuthorDate: 2021-05-06 13:18:42 +0000
Commit:     Mathieu Arnold <mat at FreeBSD.org>
CommitDate: 2021-05-06 13:21:53 +0000

    lang/perl5.*: Fixup DEPRECATED/EXPIRATION_DATE
---
 lang/perl5.30/Makefile | 4 ++--
 lang/perl5.32/Makefile | 4 ++--
 lang/perl5.34/Makefile | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lang/perl5.30/Makefile b/lang/perl5.30/Makefile
index 3c6b4035de2f..21c098b1c017 100644
--- a/lang/perl5.30/Makefile
+++ b/lang/perl5.30/Makefile
@@ -14,8 +14,8 @@ LICENSE_FILE_ART10=	${WRKSRC}/Artistic
 LICENSE_FILE_GPLv1+ =	${WRKSRC}/Copying
 
 # Uncomment when the default Perl is switched to 5.32
-#DEPRECATED=	Support ends three years after .0 release. Please upgrade to a more recent version of Perl
-#EXPIRATION_DATE=	2022-05-22
+DEPRECATED=	Support ends three years after .0 release. Please upgrade to a more recent version of Perl
+EXPIRATION_DATE=	2022-05-22
 
 USES=	cpe tar:xz
 
diff --git a/lang/perl5.32/Makefile b/lang/perl5.32/Makefile
index 7c909d5b23ec..c09d2e02877c 100644
--- a/lang/perl5.32/Makefile
+++ b/lang/perl5.32/Makefile
@@ -13,9 +13,9 @@ LICENSE_COMB=	dual
 LICENSE_FILE_ART10=	${WRKSRC}/Artistic
 LICENSE_FILE_GPLv1+ =	${WRKSRC}/Copying
 
-# Uncomment when the default Perl is switched to 5.3(X+2)
+# Uncomment when the default Perl is switched to 5.34
 #DEPRECATED=	Support ends three years after .0 release. Please upgrade to a more recent version of Perl
-#EXPIRATION_DATE=<Release date of .0 + 3 years>
+#EXPIRATION_DATE=2023-06-20
 
 USES=		cpe tar:xz
 
diff --git a/lang/perl5.34/Makefile b/lang/perl5.34/Makefile
index a0bc62d6589e..bee3b9bd4696 100644
--- a/lang/perl5.34/Makefile
+++ b/lang/perl5.34/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	perl
-DISTVERSION=	${PERL_VERSION}-RC1
+DISTVERSION=	${PERL_VERSION}-RC1 # TODO: set EXPIRATION_DATE when .0 is released
 PORTREVISION=	0
 CATEGORIES=	lang devel perl5
 MASTER_SITES=	CPAN/../../src/5.0
@@ -13,7 +13,7 @@ LICENSE_COMB=	dual
 LICENSE_FILE_ART10=	${WRKSRC}/Artistic
 LICENSE_FILE_GPLv1+ =	${WRKSRC}/Copying
 
-# Uncomment when the default Perl is switched to 5.3(X+2)
+# Uncomment when the default Perl is switched to 5.36
 #DEPRECATED=	Support end three years after .0 release, please upgrade to a more recent version of Perl
 #EXPIRATION_DATE=<Release date of .0 + 3 years>
 


More information about the dev-commits-ports-all mailing list