summaryrefslogtreecommitdiff
path: root/lang/perl5/buildlink3.mk
diff options
context:
space:
mode:
authorhe <he>2016-06-08 17:39:30 +0000
committerhe <he>2016-06-08 17:39:30 +0000
commit90c54674642accc3490984ccc108dfe37dd2c722 (patch)
tree2fc61a67a234039b0e140ae052de1c1d406826fa /lang/perl5/buildlink3.mk
parent462f9cd693dc5c34732d57e2f8b30061c61b7079 (diff)
downloadpkgsrc-90c54674642accc3490984ccc108dfe37dd2c722.tar.gz
Update perl to version 5.24.0.
Pkgsrc changes: * Add candidate fix from https://rt.cpan.org/Public/Bug/Display.html?id=72467 * Remove patches which have been integrated upstream * Rename and re-mould some patches which required adjustments http://perlnews.org/2016/05/perl-5-24-released/ has pointer to more details and says: May 9 2016 Perl 5.24.0 has been released. You can read about the changes which include: Postfix dereferencing is no longer experimental Unicode 8.0 is now supported The autoderef feature has been removed Perl 5.24.0 represents approximately 11 months of development since Perl 5.22.0 and contains approximately 360,000 lines of changes across 1,800 files from 77 authors.
Diffstat (limited to 'lang/perl5/buildlink3.mk')
-rw-r--r--lang/perl5/buildlink3.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/perl5/buildlink3.mk b/lang/perl5/buildlink3.mk
index cda18c07827..77bd2ce93f2 100644
--- a/lang/perl5/buildlink3.mk
+++ b/lang/perl5/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.58 2016/03/25 21:10:36 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.59 2016/06/08 17:39:30 he Exp $
BUILDLINK_TREE+= perl
@@ -6,13 +6,13 @@ BUILDLINK_TREE+= perl
PERL_BUILDLINK3_MK:=
.include "../../mk/bsd.fast.prefs.mk"
-PERL5_REQD+= 5.22.0
+PERL5_REQD+= 5.24.0
.for _perl5_ver_ in ${PERL5_REQD}
BUILDLINK_API_DEPENDS.perl+= perl>=${_perl5_ver_}
.endfor
-# Prevent p5-* etc. packages built for 5.22.0 to be used
+# Prevent p5-* etc. packages built for 5.24.0 to be used
# with the next incompatible version of perl:
-BUILDLINK_API_DEPENDS.perl+= perl<5.24.0
+BUILDLINK_API_DEPENDS.perl+= perl<5.26.0
BUILDLINK_PKGSRCDIR.perl?= ../../lang/perl5