diff options
author | skv <skv@FreeBSD.org> | 2006-07-31 21:42:46 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2006-07-31 21:42:46 +0800 |
commit | 46552c15965155eeff23b368ae56824d0f97556d (patch) | |
tree | 495b510505d40ca66098c15a14e91db676a7b536 /textproc/p5-Text-Glob | |
parent | 78176a33d7cb1a8348f98713a5c7835b99ac5f7d (diff) | |
download | freebsd-ports-gnome-46552c15965155eeff23b368ae56824d0f97556d.tar.gz freebsd-ports-gnome-46552c15965155eeff23b368ae56824d0f97556d.tar.zst freebsd-ports-gnome-46552c15965155eeff23b368ae56824d0f97556d.zip |
Update to 0.07
PR: ports/100306
Submitted by: Gea-Suan Lin <gslin xx gslin.org>
Diffstat (limited to 'textproc/p5-Text-Glob')
-rw-r--r-- | textproc/p5-Text-Glob/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Glob/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Glob/pkg-plist | 4 |
3 files changed, 6 insertions, 8 deletions
diff --git a/textproc/p5-Text-Glob/Makefile b/textproc/p5-Text-Glob/Makefile index 267266935637..f6d9b54b9231 100644 --- a/textproc/p5-Text-Glob/Makefile +++ b/textproc/p5-Text-Glob/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Glob -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -15,8 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Match globbing patterns against text -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple - PERL_CONFIGURE= yes MAN3= Text::Glob.3 diff --git a/textproc/p5-Text-Glob/distinfo b/textproc/p5-Text-Glob/distinfo index 5b85e1d21fa0..8ac96f6eee63 100644 --- a/textproc/p5-Text-Glob/distinfo +++ b/textproc/p5-Text-Glob/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Glob-0.06.tar.gz) = 800d5a40b2f0c7514c58d736d21f616c -SHA256 (Text-Glob-0.06.tar.gz) = 421a1d845d34f619e7ccc8fba3b0dd76bf5028d71a3be816630558c653d71ff7 -SIZE (Text-Glob-0.06.tar.gz) = 3547 +MD5 (Text-Glob-0.07.tar.gz) = e96a4fef8eb2037a85a8119dddc8a4f9 +SHA256 (Text-Glob-0.07.tar.gz) = 59c5b66d3b19be1f78675ed872f20afc430e215325ae89d5ad51778319cb0457 +SIZE (Text-Glob-0.07.tar.gz) = 3691 diff --git a/textproc/p5-Text-Glob/pkg-plist b/textproc/p5-Text-Glob/pkg-plist index 6afcd969fc9b..18a0b401e294 100644 --- a/textproc/p5-Text-Glob/pkg-plist +++ b/textproc/p5-Text-Glob/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Glob/.packlist %%SITE_PERL%%/Text/Glob.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Glob -@dirrmtry %%SITE_PERL%%/Text +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Glob @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text |