From owner-svn-ports-all@FreeBSD.ORG Tue Nov 5 08:11:45 2013 Return-Path: Delivered-To: svn-ports-all@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 761B37E3; Tue, 5 Nov 2013 08:11:45 +0000 (UTC) (envelope-from kuriyama@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 4859C2456; Tue, 5 Nov 2013 08:11:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA58BjJO072885; Tue, 5 Nov 2013 08:11:45 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA58BiEa072882; Tue, 5 Nov 2013 08:11:44 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201311050811.rA58BiEa072882@svn.freebsd.org> From: Jun Kuriyama Date: Tue, 5 Nov 2013 08:11:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332819 - head/security/p5-App-TLSMe 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.14 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: Tue, 05 Nov 2013 08:11:45 -0000 Author: kuriyama Date: Tue Nov 5 08:11:44 2013 New Revision: 332819 URL: http://svnweb.freebsd.org/changeset/ports/332819 Log: - Upgrade to 0.11. Modified: head/security/p5-App-TLSMe/Makefile head/security/p5-App-TLSMe/distinfo head/security/p5-App-TLSMe/pkg-plist Modified: head/security/p5-App-TLSMe/Makefile ============================================================================== --- head/security/p5-App-TLSMe/Makefile Tue Nov 5 08:06:28 2013 (r332818) +++ head/security/p5-App-TLSMe/Makefile Tue Nov 5 08:11:44 2013 (r332819) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= App-TLSMe -PORTVERSION= 0.100000 +PORTVERSION= 0.110000 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,17 +12,12 @@ COMMENT= Perl extension for TLS/SSL tunn RUN_DEPENDS= \ p5-AnyEvent>=5.34:${PORTSDIR}/devel/p5-AnyEvent \ - p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay + p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-Proc-Pidfile>0:${PORTSDIR}/devel/p5-Proc-Pidfile BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP USES= perl5 USE_PERL5= configure -MAN1= tlsme.1 -MAN3= App::TLSMe.3 \ - App::TLSMe::Connection.3 \ - App::TLSMe::Pool.3 - -NO_STAGE= yes .include Modified: head/security/p5-App-TLSMe/distinfo ============================================================================== --- head/security/p5-App-TLSMe/distinfo Tue Nov 5 08:06:28 2013 (r332818) +++ head/security/p5-App-TLSMe/distinfo Tue Nov 5 08:11:44 2013 (r332819) @@ -1,2 +1,2 @@ -SHA256 (App-TLSMe-0.10.tar.gz) = 21c3f91fea9f938803ef171b96a67fc5fb352226fa841fc7dccc9c5a0b64243c -SIZE (App-TLSMe-0.10.tar.gz) = 9176 +SHA256 (App-TLSMe-0.11.tar.gz) = 9913b4f5f51acc8271316b55d5799bbd87802827c5983d4b98d134f800d7fdbe +SIZE (App-TLSMe-0.11.tar.gz) = 10772 Modified: head/security/p5-App-TLSMe/pkg-plist ============================================================================== --- head/security/p5-App-TLSMe/pkg-plist Tue Nov 5 08:06:28 2013 (r332818) +++ head/security/p5-App-TLSMe/pkg-plist Tue Nov 5 08:11:44 2013 (r332819) @@ -1,8 +1,18 @@ +man/man1/tlsme.1.gz +%%PERL5_MAN3%%/App::TLSMe.3.gz +%%PERL5_MAN3%%/App::TLSMe::Connection.3.gz +%%PERL5_MAN3%%/App::TLSMe::Connection::http.3.gz +%%PERL5_MAN3%%/App::TLSMe::Connection::raw.3.gz +%%PERL5_MAN3%%/App::TLSMe::Pool.3.gz bin/tlsme %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/TLSMe/.packlist %%SITE_PERL%%/App/TLSMe.pm %%SITE_PERL%%/App/TLSMe/Connection.pm +%%SITE_PERL%%/App/TLSMe/Connection/http.pm +%%SITE_PERL%%/App/TLSMe/Connection/raw.pm +%%SITE_PERL%%/App/TLSMe/Logger.pm %%SITE_PERL%%/App/TLSMe/Pool.pm +@dirrm %%SITE_PERL%%/App/TLSMe/Connection @dirrm %%SITE_PERL%%/App/TLSMe @dirrmtry %%SITE_PERL%%/App @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/TLSMe