aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2024-06-05 12:00:06 +0000
committerMathieu Arnold <mat@FreeBSD.org>2024-06-05 12:13:54 +0000
commit06664002bd659abd78393fd37f21dd28d1424717 (patch)
treeff7bbd7dfb050a643ad71ac39dd9c4ebab127d73
parent87af01cb1e736e480caf38dcbc8e93330df8ba4a (diff)
downloadports-06664002bd659abd78393fd37f21dd28d1424717.tar.gz
ports-06664002bd659abd78393fd37f21dd28d1424717.zip
Mk/bsd.default-versions.mk: add a comment about updating default Perl
When we bump PERL5_DEFAULT, we need to mark the lang/perl5.* ports older than the new default as DEPRECATED, so that people know they are old, and they should upgrade.
-rw-r--r--Mk/bsd.default-versions.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 9c73c70abce4..8819688e2d50 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -112,6 +112,8 @@ OPENLDAP_DEFAULT?= 26
# Possible values: 5.34, 5.36, 5.38, devel
. if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
defined(PACKAGE_BUILDING))
+# When changing the default here, make sure the DEPRECATED/EXPIRATION lines in
+# the older Perl 5 ports are uncommented at the same time.
PERL5_DEFAULT?= 5.36
. elif !defined(PERL5_DEFAULT)
# There's no need to replace development versions, like "5.23" with "devel"