pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl5 perl5: restrict API upper bound to <5.37



details:   https://anonhg.NetBSD.org/pkgsrc/rev/703811dc0dfd
branches:  trunk
changeset: 390673:703811dc0dfd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 26 22:11:52 2022 +0000

description:
perl5: restrict API upper bound to <5.37

to avoid using wip/perl5-devel which has different paths

diffstat:

 lang/perl5/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ce70b6c6eede -r 703811dc0dfd lang/perl5/buildlink3.mk
--- a/lang/perl5/buildlink3.mk  Mon Dec 26 22:11:38 2022 +0000
+++ b/lang/perl5/buildlink3.mk  Mon Dec 26 22:11:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.71 2022/06/28 10:02:51 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.72 2022/12/26 22:11:52 wiz Exp $
 
 BUILDLINK_TREE+=       perl
 
@@ -12,7 +12,7 @@
 .endfor
 # Prevent p5-* etc. packages built for 5.36.0 to be used
 # with the next incompatible version of perl:
-BUILDLINK_API_DEPENDS.perl+=   perl<5.38.0
+BUILDLINK_API_DEPENDS.perl+=   perl<5.37.0
 
 BUILDLINK_PKGSRCDIR.perl?=     ../../lang/perl5
 



Home | Main Index | Thread Index | Old Index