git: f45ce54971e9 - main - lang/perl5.36: make it possible to actually use this Perl version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 May 2022 14:52:02 UTC
The branch main has been updated by mat:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f45ce54971e9370392cbaee9469998b423c52694
commit f45ce54971e9370392cbaee9469998b423c52694
Author: Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2022-05-26 14:46:48 +0000
Commit: Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2022-05-26 14:46:48 +0000
lang/perl5.36: make it possible to actually use this Perl version
---
lang/perl5.36/Makefile | 2 +-
lang/perl5.36/version.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/perl5.36/Makefile b/lang/perl5.36/Makefile
index 080488270bea..7c690cfe4ead 100644
--- a/lang/perl5.36/Makefile
+++ b/lang/perl5.36/Makefile
@@ -1,5 +1,5 @@
PORTNAME= perl
-DISTVERSION= ${PERL_VERSION}-RC3 # TODO: set EXPIRATION_DATE when .0 is released
+DISTVERSION= ${PERL_VERSION}-RC3 # TODO: set EXPIRATION_DATE when .0 is released and remove the .r in version.mk
PORTREVISION= 0
CATEGORIES= lang devel perl5
MASTER_SITES= CPAN/../../src/5.0
diff --git a/lang/perl5.36/version.mk b/lang/perl5.36/version.mk
index bfa1accd0cd5..0ff0e7348bb0 100644
--- a/lang/perl5.36/version.mk
+++ b/lang/perl5.36/version.mk
@@ -1,2 +1,2 @@
PERL_VERSION= 5.36.0
-PERL5_DEPEND= perl5>=5.36<5.37
+PERL5_DEPEND= perl5>=5.36.r<5.37