Date: Sat, 26 Apr 2014 18:10:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352291 - head/www/p5-libwww Message-ID: <201404261810.s3QIAfYS069853@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 26 18:10:41 2014 New Revision: 352291 URL: http://svnweb.freebsd.org/changeset/ports/352291 QAT: https://qat.redports.org/buildarchive/r352291/ Log: - Update to 6.06 - Add LICENSE - Convert to new options helper - Sort PLIST Changes: http://search.cpan.org/dist/libwww-perl/Changes Modified: head/www/p5-libwww/Makefile head/www/p5-libwww/distinfo head/www/p5-libwww/pkg-plist Modified: head/www/p5-libwww/Makefile ============================================================================== --- head/www/p5-libwww/Makefile Sat Apr 26 18:10:35 2014 (r352290) +++ head/www/p5-libwww/Makefile Sat Apr 26 18:10:41 2014 (r352291) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libwww -PORTVERSION= 6.05 +PORTVERSION= 6.06 CATEGORIES= www devel perl5 MASTER_SITES= CPAN/LWP PKGNAMEPREFIX= p5- @@ -11,7 +11,11 @@ DISTNAME= libwww-perl-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl5 library for WWW access +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Authen-NTLM>=1.02:${PORTSDIR}/security/p5-Authen-NTLM \ + p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ p5-File-Listing>=6:${PORTSDIR}/sysutils/p5-File-Listing \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ @@ -32,13 +36,9 @@ CONFIGURE_ARGS= --aliases USE_PERL5= configure USES= perl5 -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MHTTPS} -BUILD_DEPENDS+= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https -RUN_DEPENDS+= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https -.endif +HTTPS_BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https +HTTPS_RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https .include <bsd.port.mk> Modified: head/www/p5-libwww/distinfo ============================================================================== --- head/www/p5-libwww/distinfo Sat Apr 26 18:10:35 2014 (r352290) +++ head/www/p5-libwww/distinfo Sat Apr 26 18:10:41 2014 (r352291) @@ -1,2 +1,2 @@ -SHA256 (libwww-perl-6.05.tar.gz) = 7b25799ff7eec18e8e4e97dc0cad7b2a5b433b50b13feb59d9179173bee78f23 -SIZE (libwww-perl-6.05.tar.gz) = 132505 +SHA256 (libwww-perl-6.06.tar.gz) = 55d0417d0b52fef4d238bfacdce0440e69cd3b0ee15b1554251f32fffd532ed2 +SIZE (libwww-perl-6.06.tar.gz) = 135556 Modified: head/www/p5-libwww/pkg-plist ============================================================================== --- head/www/p5-libwww/pkg-plist Sat Apr 26 18:10:35 2014 (r352290) +++ head/www/p5-libwww/pkg-plist Sat Apr 26 18:10:41 2014 (r352291) @@ -5,7 +5,6 @@ bin/lwp-download bin/lwp-dump bin/lwp-mirror bin/lwp-request -%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/.packlist %%SITE_PERL%%/LWP.pm %%SITE_PERL%%/LWP/Authen/Basic.pm %%SITE_PERL%%/LWP/Authen/Digest.pm @@ -31,6 +30,7 @@ bin/lwp-request %%SITE_PERL%%/LWP/UserAgent.pm %%SITE_PERL%%/lwpcook.pod %%SITE_PERL%%/lwptut.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/.packlist %%PERL5_MAN3%%/LWP.3.gz %%PERL5_MAN3%%/LWP::Authen::Ntlm.3.gz %%PERL5_MAN3%%/LWP::ConnCache.3.gz @@ -49,7 +49,7 @@ man/man1/lwp-download.1.gz man/man1/lwp-dump.1.gz man/man1/lwp-mirror.1.gz man/man1/lwp-request.1.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP @dirrmtry %%SITE_PERL%%/LWP/Protocol @dirrmtry %%SITE_PERL%%/LWP/Authen @dirrmtry %%SITE_PERL%%/LWP -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404261810.s3QIAfYS069853>