svn commit: r352291 - head/www/p5-libwww
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 26 18:10:42 UTC 2014
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 at 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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP
@dirrmtry %%SITE_PERL%%/LWP/Protocol
@dirrmtry %%SITE_PERL%%/LWP/Authen
@dirrmtry %%SITE_PERL%%/LWP
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP
More information about the svn-ports-head
mailing list