Date: Sat, 26 Oct 2013 14:31:08 +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: r331694 - head/www/p5-WebService-Linode Message-ID: <201310261431.r9QEV8bR099226@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 26 14:31:08 2013 New Revision: 331694 URL: http://svnweb.freebsd.org/changeset/ports/331694 Log: - Update to 0.14 - Support STAGEDIR Changes: http://search.cpan.org/dist/WebService-Linode/Changes Modified: head/www/p5-WebService-Linode/Makefile head/www/p5-WebService-Linode/distinfo head/www/p5-WebService-Linode/pkg-plist Modified: head/www/p5-WebService-Linode/Makefile ============================================================================== --- head/www/p5-WebService-Linode/Makefile Sat Oct 26 14:29:16 2013 (r331693) +++ head/www/p5-WebService-Linode/Makefile Sat Oct 26 14:31:08 2013 (r331694) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WebService-Linode -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= www MASTER_SITES= CPAN MASTER_SITE_SUBDIR= WebService @@ -16,16 +16,12 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject -NO_STAGE= yes USES= perl5 USE_PERL5= modbuildtiny -MAN3= WebService::Linode.3 \ - WebService::Linode::Base.3 \ - WebService::Linode::DNS.3 - .include <bsd.port.mk> Modified: head/www/p5-WebService-Linode/distinfo ============================================================================== --- head/www/p5-WebService-Linode/distinfo Sat Oct 26 14:29:16 2013 (r331693) +++ head/www/p5-WebService-Linode/distinfo Sat Oct 26 14:31:08 2013 (r331694) @@ -1,2 +1,2 @@ -SHA256 (WebService-Linode-0.13.tar.gz) = 42b9351b2a2e30db99dd540d373ecfe2c213a7db17e65c65ac170d84d4b31fe0 -SIZE (WebService-Linode-0.13.tar.gz) = 20311 +SHA256 (WebService-Linode-0.14.tar.gz) = 7ff6adefa1994b5ca9c4c636cfa56e4558a1c5e458809c6837ea18105880492c +SIZE (WebService-Linode-0.14.tar.gz) = 20358 Modified: head/www/p5-WebService-Linode/pkg-plist ============================================================================== --- head/www/p5-WebService-Linode/pkg-plist Sat Oct 26 14:29:16 2013 (r331693) +++ head/www/p5-WebService-Linode/pkg-plist Sat Oct 26 14:31:08 2013 (r331694) @@ -2,6 +2,9 @@ %%SITE_PERL%%/WebService/Linode/Base.pm %%SITE_PERL%%/WebService/Linode/DNS.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Linode/.packlist +%%PERL5_MAN3%%/WebService::Linode.3.gz +%%PERL5_MAN3%%/WebService::Linode::Base.3.gz +%%PERL5_MAN3%%/WebService::Linode::DNS.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Linode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService @dirrmtry %%SITE_PERL%%/WebService/Linode
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310261431.r9QEV8bR099226>