From owner-svn-ports-all@FreeBSD.ORG Sun Jan 11 13:29:32 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6831766D; Sun, 11 Jan 2015 13:29:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49E26178; Sun, 11 Jan 2015 13:29:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0BDTWVI023238; Sun, 11 Jan 2015 13:29:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0BDTVGa023229; Sun, 11 Jan 2015 13:29:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501111329.t0BDTVGa023229@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 11 Jan 2015 13:29:31 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2015 13:29:32 -0000 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 +.include + +.if ${PERL_LEVEL} < 502000 +TEST_DEPENDS+= p5-Test-Simple>=1.001.002:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include 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