pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl5 Quoting fix.
details: https://anonhg.NetBSD.org/pkgsrc/rev/66e8b5ad212e
branches: trunk
changeset: 494682:66e8b5ad212e
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri May 27 22:15:53 2005 +0000
description:
Quoting fix.
diffstat:
lang/perl5/version.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f31c03f5789e -r 66e8b5ad212e lang/perl5/version.mk
--- a/lang/perl5/version.mk Fri May 27 22:15:34 2005 +0000
+++ b/lang/perl5/version.mk Fri May 27 22:15:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.2 2005/05/27 22:15:34 jlam Exp $
+# $NetBSD: version.mk,v 1.3 2005/05/27 22:15:53 jlam Exp $
#
# Distill the PERL5_REQD list into a single value that is the highest
# version of Perl required.
@@ -17,7 +17,7 @@
. for _dep_ in ${PERL5_REQD:S/^/perl>=/}
. if !empty(_PERL5_PKG_SATISFIES_DEP:M[yY][eE][sS])
_PERL5_PKG_SATISFIES_DEP!= \
- if ${PKG_ADMIN} pmatch ${_dep_:Q} ${_pkg_} 2>/dev/null; then \
+ if ${PKG_ADMIN} pmatch ${_dep_:Q} ${_pkg_:Q} 2>/dev/null; then \
${ECHO} yes; \
else \
${ECHO} no; \
Home |
Main Index |
Thread Index |
Old Index