diff options
author | ache <ache@FreeBSD.org> | 2000-01-08 06:56:39 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-01-08 06:56:39 +0800 |
commit | 4ce629774e9bd9c77a89c7f57a042a3f98d744e2 (patch) | |
tree | 9b09c172792edda1d6e9306504afebb7dd934eb5 | |
parent | 8a9979654b61b189c49ce254681595818f694bd0 (diff) | |
download | freebsd-ports-gnome-4ce629774e9bd9c77a89c7f57a042a3f98d744e2.tar.gz freebsd-ports-gnome-4ce629774e9bd9c77a89c7f57a042a3f98d744e2.tar.zst freebsd-ports-gnome-4ce629774e9bd9c77a89c7f57a042a3f98d744e2.zip |
upgrade to 5.47
-rw-r--r-- | www/p5-libwww/Makefile | 7 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 2 | ||||
-rw-r--r-- | www/p5-libwww/pkg-plist | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 27d476e0139b..930ea8e4ab60 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -7,8 +7,8 @@ # $FreeBSD$ # -DISTNAME= libwww-perl-5.44 -PKGNAME= p5-libwww-5.44 +DISTNAME= libwww-perl-5.47 +PKGNAME= p5-libwww-5.47 CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= LWP @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser USE_PERL5= YES @@ -29,6 +29,7 @@ MAN1= lwp-download.1 \ lwp-rget.1 MAN3= Bundle::LWP.3 \ File::Listing.3 \ + HTML::Form.3 \ HTTP::Cookies.3 \ HTTP::Daemon.3 \ HTTP::Date.3 \ diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 06cc0b665659..195b8a4cd66c 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1 +1 @@ -MD5 (libwww-perl-5.44.tar.gz) = 1f15db9cd802bc31c2acc10a45a204ff +MD5 (libwww-perl-5.47.tar.gz) = dfaf29be2d9f6e16927424a03229a84c diff --git a/www/p5-libwww/pkg-plist b/www/p5-libwww/pkg-plist index a905934c7b03..5e245449550b 100644 --- a/www/p5-libwww/pkg-plist +++ b/www/p5-libwww/pkg-plist @@ -7,6 +7,7 @@ bin/lwp-request bin/lwp-rget lib/perl5/site_perl/%%PERL_VER%%/Bundle/LWP.pm lib/perl5/site_perl/%%PERL_VER%%/File/Listing.pm +lib/perl5/site_perl/%%PERL_VER%%/HTML/Form.pm lib/perl5/site_perl/%%PERL_VER%%/HTTP/Cookies.pm lib/perl5/site_perl/%%PERL_VER%%/HTTP/Daemon.pm lib/perl5/site_perl/%%PERL_VER%%/HTTP/Date.pm @@ -48,6 +49,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libwww-perl/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTP/Headers @dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTP/Request @dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML @dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP/Authen @dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP/Protocol @dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP |