diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-19 06:14:54 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-19 06:14:54 +0000 |
commit | 95084f40ac6150574891cdb8adfbe97fde15450b (patch) | |
tree | f8d0517b4a0b28ae7a5e8cfd8d37de38afc24f4a /textproc/p5-Regexp-Common | |
parent | 28132a552e45d4689fb71fa863892673ea7b226f (diff) | |
download | ports-95084f40ac6150574891cdb8adfbe97fde15450b.tar.gz ports-95084f40ac6150574891cdb8adfbe97fde15450b.zip |
Notes
Diffstat (limited to 'textproc/p5-Regexp-Common')
-rw-r--r-- | textproc/p5-Regexp-Common/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common/pkg-plist | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/textproc/p5-Regexp-Common/Makefile b/textproc/p5-Regexp-Common/Makefile index 1ad334e08c58..c5f72a0bde03 100644 --- a/textproc/p5-Regexp-Common/Makefile +++ b/textproc/p5-Regexp-Common/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Regexp-Common -PORTVERSION= 2.110 +PORTVERSION= 2.113 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Regexp @@ -23,6 +23,7 @@ MAN3= \ Regexp::Common::URI::RFC1035.3 \ Regexp::Common::URI::RFC1738.3 \ Regexp::Common::URI::RFC1808.3 \ + Regexp::Common::URI::RFC2384.3 \ Regexp::Common::URI::RFC2396.3 \ Regexp::Common::URI::RFC2806.3 \ Regexp::Common::URI::fax.3 \ @@ -31,9 +32,12 @@ MAN3= \ Regexp::Common::URI::gopher.3 \ Regexp::Common::URI::http.3 \ Regexp::Common::URI::news.3 \ + Regexp::Common::URI::pop.3 \ + Regexp::Common::URI::prospero.3 \ Regexp::Common::URI::tel.3 \ Regexp::Common::URI::telnet.3 \ Regexp::Common::URI::tv.3 \ + Regexp::Common::URI::wais.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 898d5425e828..58fa8c4e99cb 100644 --- a/textproc/p5-Regexp-Common/distinfo +++ b/textproc/p5-Regexp-Common/distinfo @@ -1 +1 @@ -MD5 (Regexp-Common-2.110.tar.gz) = 228f91d80e78bb4bf598a0996fb189ed +MD5 (Regexp-Common-2.113.tar.gz) = 4fca6d70e1d28c9a3fcd36195a10cf90 diff --git a/textproc/p5-Regexp-Common/pkg-plist b/textproc/p5-Regexp-Common/pkg-plist index 1fa91bb5a103..c17fcfb0c861 100644 --- a/textproc/p5-Regexp-Common/pkg-plist +++ b/textproc/p5-Regexp-Common/pkg-plist @@ -7,10 +7,14 @@ %%SITE_PERL%%/Regexp/Common/URI/gopher.pm %%SITE_PERL%%/Regexp/Common/URI/ftp.pm %%SITE_PERL%%/Regexp/Common/URI/tv.pm +%%SITE_PERL%%/Regexp/Common/URI/pop.pm +%%SITE_PERL%%/Regexp/Common/URI/prospero.pm +%%SITE_PERL%%/Regexp/Common/URI/wais.pm %%SITE_PERL%%/Regexp/Common/URI/RFC2806.pm %%SITE_PERL%%/Regexp/Common/URI/telnet.pm %%SITE_PERL%%/Regexp/Common/URI/RFC1808.pm %%SITE_PERL%%/Regexp/Common/URI/RFC1738.pm +%%SITE_PERL%%/Regexp/Common/URI/RFC2384.pm %%SITE_PERL%%/Regexp/Common/URI/RFC2396.pm %%SITE_PERL%%/Regexp/Common/URI/news.pm %%SITE_PERL%%/Regexp/Common/lingua.pm |