pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Fix PERL5_REQD=5.8 to mean that we want to install ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f00cb60d1ed1
branches:  trunk
changeset: 466506:f00cb60d1ed1
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jan 19 23:47:41 2004 +0000

description:
Fix PERL5_REQD=5.8 to mean that we want to install lang/perl58.  Before,
we were expecting PERL5_REQD=5.8.0.

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eddee2387110 -r f00cb60d1ed1 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Jan 19 23:11:19 2004 +0000
+++ b/mk/bsd.pkg.mk     Mon Jan 19 23:47:41 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1348 2004/01/19 15:04:05 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1349 2004/01/19 23:47:41 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -274,7 +274,7 @@
 PERL5_PKGSRCDIR?=      ../../lang/perl5
 
 # _PERL58_PATTERNS contains perl versions >=5.8.0 but before 6.0.
-_PERL58_PATTERNS=      5.8.* 5.9* 5.[1-9][0-9]*
+_PERL58_PATTERNS=      5.8* 5.9* 5.[1-9][0-9]*
 
 .if defined(_OPSYS_PERL_REQD) && ${_OPSYS_PERL_REQD} != ""
 _PERL58_REQD?=         ${_OPSYS_PERL_REQD}



Home | Main Index | Thread Index | Old Index