diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-03-11 09:15:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-03-11 09:15:38 +0000 |
commit | 5e3a340af9ce3805d6daa5d98c501dd6d51f6702 (patch) | |
tree | 7e21749b35a67d13b2356256e92843f4f1152ab2 | |
parent | b712c1e76daa3e720bc8550017dd26081f30df50 (diff) |
Notes
-rw-r--r-- | security/p5-App-TLSMe/Makefile | 4 | ||||
-rw-r--r-- | security/p5-App-TLSMe/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/p5-App-TLSMe/Makefile b/security/p5-App-TLSMe/Makefile index 8af180e1158a..af6ce8d41fb5 100644 --- a/security/p5-App-TLSMe/Makefile +++ b/security/p5-App-TLSMe/Makefile @@ -6,10 +6,11 @@ # PORTNAME= App-TLSMe -PORTVERSION= 0.009001 +PORTVERSION= 0.100000 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0000$//} MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for TLS/SSL tunnel @@ -18,6 +19,7 @@ RUN_DEPENDS= \ p5-AnyEvent>=5.34:${PORTSDIR}/devel/p5-AnyEvent \ p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP PERL_CONFIGURE= yes diff --git a/security/p5-App-TLSMe/distinfo b/security/p5-App-TLSMe/distinfo index 8ed5c1343197..c8bf27ce7774 100644 --- a/security/p5-App-TLSMe/distinfo +++ b/security/p5-App-TLSMe/distinfo @@ -1,2 +1,2 @@ -SHA256 (App-TLSMe-0.009001.tar.gz) = aefbd1fa9c9ea91a4ec64f3660f3143c72ed3a5be08b19140e025d020088c4b4 -SIZE (App-TLSMe-0.009001.tar.gz) = 6422 +SHA256 (App-TLSMe-0.10.tar.gz) = 21c3f91fea9f938803ef171b96a67fc5fb352226fa841fc7dccc9c5a0b64243c +SIZE (App-TLSMe-0.10.tar.gz) = 9176 |