Date: Sun, 11 Jan 2015 13:29:31 +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: r376755 - head/security/p5-POE-Component-SSLify Message-ID: <201501111329.t0BDTVGa023229@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 11 13:29:30 2015 New Revision: 376755 URL: https://svnweb.freebsd.org/changeset/ports/376755 QAT: https://qat.redports.org/buildarchive/r376755/ Log: - Update to 1.012 - Add TEST_DEPENDS - Sort PLIST Changes: http://search.cpan.org/dist/POE-Component-SSLify/Changes Modified: head/security/p5-POE-Component-SSLify/Makefile head/security/p5-POE-Component-SSLify/distinfo head/security/p5-POE-Component-SSLify/pkg-plist Modified: head/security/p5-POE-Component-SSLify/Makefile ============================================================================== --- head/security/p5-POE-Component-SSLify/Makefile Sun Jan 11 13:29:25 2015 (r376754) +++ head/security/p5-POE-Component-SSLify/Makefile Sun Jan 11 13:29:30 2015 (r376755) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-SSLify -PORTVERSION= 1.008 -PORTREVISION= 1 +PORTVERSION= 1.012 CATEGORIES= security perl5 MASTER_SITES= CPAN/${PORTNAME:C/-.*//}/APOCAL PKGNAMEPREFIX= p5- @@ -18,8 +17,15 @@ BUILD_DEPENDS= p5-Net-SSLeay>=1.36:${POR p5-POE>=1.267:${PORTSDIR}/devel/p5-POE \ p5-Task-Weaken>=1.03:${PORTSDIR}/devel/p5-Task-Weaken RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502000 +TEST_DEPENDS+= p5-Test-Simple>=1.001.002:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Modified: head/security/p5-POE-Component-SSLify/distinfo ============================================================================== --- head/security/p5-POE-Component-SSLify/distinfo Sun Jan 11 13:29:25 2015 (r376754) +++ head/security/p5-POE-Component-SSLify/distinfo Sun Jan 11 13:29:30 2015 (r376755) @@ -1,2 +1,2 @@ -SHA256 (POE-Component-SSLify-1.008.tar.gz) = 69106d525b28ca56c2e26feac4a3442426bd63b0e6864905bf99cc41869dfb55 -SIZE (POE-Component-SSLify-1.008.tar.gz) = 48342 +SHA256 (POE-Component-SSLify-1.012.tar.gz) = 1db61c1da047c96de4972b529c72a90d806991f65fd79418951a312461dc185d +SIZE (POE-Component-SSLify-1.012.tar.gz) = 58056 Modified: head/security/p5-POE-Component-SSLify/pkg-plist ============================================================================== --- head/security/p5-POE-Component-SSLify/pkg-plist Sun Jan 11 13:29:25 2015 (r376754) +++ head/security/p5-POE-Component-SSLify/pkg-plist Sun Jan 11 13:29:30 2015 (r376755) @@ -1,6 +1,6 @@ -%%PERL5_MAN3%%/POE::Component::SSLify.3.gz -%%PERL5_MAN3%%/POE::Component::SSLify::ClientHandle.3.gz -%%PERL5_MAN3%%/POE::Component::SSLify::ServerHandle.3.gz %%SITE_PERL%%/POE/Component/SSLify.pm %%SITE_PERL%%/POE/Component/SSLify/ClientHandle.pm %%SITE_PERL%%/POE/Component/SSLify/ServerHandle.pm +%%PERL5_MAN3%%/POE::Component::SSLify.3.gz +%%PERL5_MAN3%%/POE::Component::SSLify::ClientHandle.3.gz +%%PERL5_MAN3%%/POE::Component::SSLify::ServerHandle.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501111329.t0BDTVGa023229>