From owner-svn-ports-head@FreeBSD.ORG Tue Oct 15 16:58:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8C31FEE5; Tue, 15 Oct 2013 16:58:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 537B726D6; Tue, 15 Oct 2013 16:58:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9FGwoNe055816; Tue, 15 Oct 2013 16:58:50 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9FGwnea055814; Tue, 15 Oct 2013 16:58:49 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310151658.r9FGwnea055814@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 Oct 2013 16:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330409 - head/security/p5-IO-Async-SSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 16:58:50 -0000 Author: sunpoet Date: Tue Oct 15 16:58:49 2013 New Revision: 330409 URL: http://svnweb.freebsd.org/changeset/ports/330409 Log: - Update to 0.13 Changes: http://search.cpan.org/dist/IO-Async-SSL/Changes Modified: head/security/p5-IO-Async-SSL/Makefile head/security/p5-IO-Async-SSL/distinfo Modified: head/security/p5-IO-Async-SSL/Makefile ============================================================================== --- head/security/p5-IO-Async-SSL/Makefile Tue Oct 15 16:58:45 2013 (r330408) +++ head/security/p5-IO-Async-SSL/Makefile Tue Oct 15 16:58:49 2013 (r330409) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Async-SSL -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -14,11 +14,12 @@ COMMENT= Use SSL/TLS with IO::Async LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IO-Async>=0.59:${PORTSDIR}/devel/p5-IO-Async\ +BUILD_DEPENDS= p5-IO-Async>=0.61:${PORTSDIR}/devel/p5-IO-Async\ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= ${LOCALBASE}/bin/socat:${PORTSDIR}/net/socat \ + p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod USE_PERL5= configure Modified: head/security/p5-IO-Async-SSL/distinfo ============================================================================== --- head/security/p5-IO-Async-SSL/distinfo Tue Oct 15 16:58:45 2013 (r330408) +++ head/security/p5-IO-Async-SSL/distinfo Tue Oct 15 16:58:49 2013 (r330409) @@ -1,2 +1,2 @@ -SHA256 (IO-Async-SSL-0.12.tar.gz) = 353c186b70f0a5205eeac45d601a5ba5464430beeb7c81e68582c81a8eb2d504 -SIZE (IO-Async-SSL-0.12.tar.gz) = 25546 +SHA256 (IO-Async-SSL-0.13.tar.gz) = 2c2b8f3749df5264a9618e864812a0a68953825361282d184673e324e34edf5f +SIZE (IO-Async-SSL-0.13.tar.gz) = 26281