pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl5 Adjust PERL5_REQD from 5.8.7 to 5.10.0, so ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/361f512e404b
branches: trunk
changeset: 548514:361f512e404b
user: he <he%pkgsrc.org@localhost>
date: Thu Oct 16 18:27:13 2008 +0000
description:
Adjust PERL5_REQD from 5.8.7 to 5.10.0, so as to prevent attempts
at using p5-* packages built with the new perl from being installed
together with an older version of perl. The p5-* packages will not
work because the new and old perls install modules in different
directories. As a consequence, bump package revision.
diffstat:
lang/perl5/Makefile | 3 ++-
lang/perl5/buildlink3.mk | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r a13c8428f619 -r 361f512e404b lang/perl5/Makefile
--- a/lang/perl5/Makefile Thu Oct 16 18:14:13 2008 +0000
+++ b/lang/perl5/Makefile Thu Oct 16 18:27:13 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.139 2008/10/11 08:59:48 seb Exp $
+# $NetBSD: Makefile,v 1.140 2008/10/16 18:27:13 he Exp $
DISTNAME= perl-5.10.0
CATEGORIES= lang devel perl5
+PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/,}
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
diff -r a13c8428f619 -r 361f512e404b lang/perl5/buildlink3.mk
--- a/lang/perl5/buildlink3.mk Thu Oct 16 18:14:13 2008 +0000
+++ b/lang/perl5/buildlink3.mk Thu Oct 16 18:27:13 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.41 2007/11/21 22:49:45 minskim Exp $
+# $NetBSD: buildlink3.mk,v 1.42 2008/10/16 18:27:13 he Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PERL5_BUILDLINK3_MK:= ${PERL5_BUILDLINK3_MK}+
@@ -13,7 +13,7 @@
.if !empty(PERL5_BUILDLINK3_MK:M+)
.include "../../mk/bsd.fast.prefs.mk"
-PERL5_REQD+= 5.8.7
+PERL5_REQD+= 5.10.0
.for _perl5_ver_ in ${PERL5_REQD}
BUILDLINK_API_DEPENDS.perl+= perl>=${_perl5_ver_}
.endfor
Home |
Main Index |
Thread Index |
Old Index