diff options
author | tobez <tobez@FreeBSD.org> | 2002-08-06 10:45:48 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-08-06 10:45:48 +0000 |
commit | 05392e29157d3f43559662576e4f6c3c118c4c7d (patch) | |
tree | 19cc9f46d3cd9adf4d58107247867e5be02a6f05 /textproc | |
parent | e249fac716145dc50a74c03621334eeec2f021bb (diff) | |
download | FreeBSD-ports-05392e29157d3f43559662576e4f6c3c118c4c7d.zip FreeBSD-ports-05392e29157d3f43559662576e4f6c3c118c4c7d.tar.gz |
Update to 0.07.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Regexp-Common/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common/pkg-plist | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Regexp-Common/Makefile b/textproc/p5-Regexp-Common/Makefile index 8f7c025..eae9354 100644 --- a/textproc/p5-Regexp-Common/Makefile +++ b/textproc/p5-Regexp-Common/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Regexp-Common -PORTVERSION= 0.05 +PORTVERSION= 0.07 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Regexp @@ -17,6 +17,7 @@ MAINTAINER= tobez@FreeBSD.org PERL_CONFIGURE= yes MAN3= Regexp::Common.3 \ + Regexp::Common::URI.3 \ Regexp::Common::balanced.3 \ Regexp::Common::comment.3 \ Regexp::Common::delimited.3 \ diff --git a/textproc/p5-Regexp-Common/distinfo b/textproc/p5-Regexp-Common/distinfo index 0f62e7d..2edc434 100644 --- a/textproc/p5-Regexp-Common/distinfo +++ b/textproc/p5-Regexp-Common/distinfo @@ -1 +1 @@ -MD5 (Regexp-Common-0.05.tar.gz) = 5730b04835afd00446236928efe537b6 +MD5 (Regexp-Common-0.07.tar.gz) = 380235b46f58bf283b17bbff65e34236 diff --git a/textproc/p5-Regexp-Common/pkg-plist b/textproc/p5-Regexp-Common/pkg-plist index 02a30bd..5099fc1 100644 --- a/textproc/p5-Regexp-Common/pkg-plist +++ b/textproc/p5-Regexp-Common/pkg-plist @@ -1,5 +1,6 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Regexp/Common/.packlist lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common.pm +lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/URI.pm lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/balanced.pm lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/comment.pm lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/delimited.pm |