diff options
author | obache <obache@pkgsrc.org> | 2006-11-07 14:53:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-07 14:53:10 +0000 |
commit | 1c5efe1309335af886c0bdb312a0cce6ebe3e730 (patch) | |
tree | 490c4e7447827f0a354543ecdafa1ebfa4a40d06 /textproc | |
parent | 69c5d111764c962e7e1254e4b40f18c34371795e (diff) | |
download | pkgsrc-1c5efe1309335af886c0bdb312a0cce6ebe3e730.tar.gz |
Update p5-Text-Glob to 0.07.
Patch provided by Martin Wilke via PR 34416.
Changes:
0.07 Friday 14th July, 2006
Explictly quote @ and %. Though they don't really need it to work
normally, it's needed for when you roundtrip the
regex back into text (like File::Find::Rule does).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Glob/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Glob/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Text-Glob/Makefile b/textproc/p5-Text-Glob/Makefile index 3eeac5157dd..6b99a0e4e42 100644 --- a/textproc/p5-Text-Glob/Makefile +++ b/textproc/p5-Text-Glob/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2005/08/06 06:19:33 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/11/07 14:53:10 obache Exp $ -DISTNAME= Text-Glob-0.06 +DISTNAME= Text-Glob-0.07 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tgl -PKGREVISION= 1 + CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-Glob/distinfo b/textproc/p5-Text-Glob/distinfo index b14f3fa9863..8240fa7853d 100644 --- a/textproc/p5-Text-Glob/distinfo +++ b/textproc/p5-Text-Glob/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/06/24 17:33:36 wiz Exp $ +$NetBSD: distinfo,v 1.2 2006/11/07 14:53:10 obache Exp $ -SHA1 (Text-Glob-0.06.tar.gz) = 8158ffc186c473a06f5e2bc8c5468225b3641066 -RMD160 (Text-Glob-0.06.tar.gz) = a49603fe4341e6774a798e65c5aa442bd8fc0849 -Size (Text-Glob-0.06.tar.gz) = 3547 bytes +SHA1 (Text-Glob-0.07.tar.gz) = a74c665f5e01b93d4f652633e52f2790d7f26450 +RMD160 (Text-Glob-0.07.tar.gz) = c6bd70e7e7802c8825e39f2ae28eed501d8ef9db +Size (Text-Glob-0.07.tar.gz) = 3691 bytes |