diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-10 17:34:24 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-10 17:34:24 +0800 |
commit | c3ec9efd2912571c7d34a83203fe0edb4b59a5a6 (patch) | |
tree | 02fd246f832962a058fbfb528a82dad3a1f0bc6e /net | |
parent | 86d5c3f034d258e3de6f833e6c8341cd05ee1a6e (diff) | |
download | freebsd-ports-gnome-c3ec9efd2912571c7d34a83203fe0edb4b59a5a6.tar.gz freebsd-ports-gnome-c3ec9efd2912571c7d34a83203fe0edb4b59a5a6.tar.zst freebsd-ports-gnome-c3ec9efd2912571c7d34a83203fe0edb4b59a5a6.zip |
Upgrade to latest version:
p5-Apache-MP3 => 2.16
p5-Convert-UUlib => 0.111
p5-Email-Find => 0.03
p5-GD => 1.33
p5-HTML-Parser => 3.24
p5-I18N-Charset => 1.08
p5-I18N-LangTags => 0.20
p5-MIME-Lite => 2.111
p5-Set-Scalar => 1.09
p5-Sort-ArbBiLex => 3.4
p5-URI => 1.12
p5-Unix-Syslog => 0.95
and change MAINTAINER to ports@FreeBSD.org:
p5-Convert-UUlib
p5-Unix-Syslog
Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-URI/Makefile | 18 | ||||
-rw-r--r-- | net/p5-URI/distinfo | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/net/p5-URI/Makefile b/net/p5-URI/Makefile index 136db1939900..b34f15ed52a5 100644 --- a/net/p5-URI/Makefile +++ b/net/p5-URI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= URI -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= URI @@ -18,14 +18,14 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base6 PERL_CONFIGURE= yes -MAN3= URI.3 \ - URI::data.3 \ - URI::Escape.3 \ - URI::file.3 \ - URI::Heuristic.3 \ - URI::ldap.3 \ - URI::URL.3 \ - URI::WithBase.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= URI.3 \ + URI::Escape.3 \ + URI::Heuristic.3 \ + URI::URL.3 \ + URI::WithBase.3 \ + URI::data.3 \ + URI::file.3 \ + URI::ldap.3 .include <bsd.port.mk> diff --git a/net/p5-URI/distinfo b/net/p5-URI/distinfo index 64f69ba0020d..c1de380d7750 100644 --- a/net/p5-URI/distinfo +++ b/net/p5-URI/distinfo @@ -1 +1 @@ -MD5 (URI-1.11.tar.gz) = 58ac93292add15e520e87e1c7c9f7102 +MD5 (URI-1.12.tar.gz) = f8d8c34ed08c7a786f61c1fc19b0e956 |