Date: Tue, 5 Nov 2013 08:11:44 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332819 - head/security/p5-App-TLSMe Message-ID: <201311050811.rA58BiEa072882@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311050811.rA58BiEa072882>