summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2010-12-29 22:25:17 +0000
committerwiz <wiz>2010-12-29 22:25:17 +0000
commitf4f11de0755073bc978941baafe933fe5868011b (patch)
tree90b64a799019750f0b4aa1eac8198a4a3a63d554
parent7a5f51bcab8c69f98eb561c8a427f41ab7af0c7b (diff)
downloadpkgsrc-f4f11de0755073bc978941baafe933fe5868011b.tar.gz
Fix some patterns (hint: do not mix {} and <>
-rw-r--r--lang/perl5/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 6f772e14500..221c85c6385 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.167 2010/12/26 12:16:06 adam Exp $
+# $NetBSD: Makefile,v 1.168 2010/12/29 22:25:17 wiz Exp $
.include "license.mk"
.include "Makefile.common"
@@ -12,16 +12,16 @@ CONFLICTS= perl-base-[0-9]* perl-thread-[0-9]* \
p5-CGI-2.66{,nb*} p5-CGI-2.75{,nb*} p5-CGI-2.75.[0-2] \
p5-Tie-File-0.96{,nb*} \
p5-Memoize-1.01{,nb*} \
- p5-I18N-LangTags<0.35{,nb*} \
+ p5-I18N-LangTags<0.35 \
p5-Locale-Maketext-1.[0-9]*{,nb*} \
- p5-Locale-Maketext-Simple<0.21{,nb*} \
- p5-Digest<=1.16{,nb*} \
- p5-Digest-MD5<=2.39{,nb*} \
+ p5-Locale-Maketext-Simple<0.21 \
+ p5-Digest<=1.16 \
+ p5-Digest-MD5<=2.39 \
p5-Digest-SHA<2.48
SUPERSEDES+= p5-Tie-File<0.97
SUPERSEDES+= p5-Memoize<1.02
-SUPERSEDES+= p5-I18N-LangTags<=0.35{,nb*}
+SUPERSEDES+= p5-I18N-LangTags<=0.35
SUPERSEDES+= p5-Locale-Maketext<=1.15
.include "../../mk/bsd.prefs.mk"