diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2010-12-22 15:02:02 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2010-12-22 15:02:02 +0000 |
commit | 789ee9ce97d9df3ce42e6e9df8886df0fc6b9220 (patch) | |
tree | 14bd5470f1d1ad3adfcb922f8c28cf78630686e7 /security/p5-IO-Socket-SSL | |
parent | 867f5573f814cf3fafa6be5e8bd5d88782b1140d (diff) | |
download | ports-789ee9ce97d9df3ce42e6e9df8886df0fc6b9220.tar.gz ports-789ee9ce97d9df3ce42e6e9df8886df0fc6b9220.zip |
- Update to 1.37
- Add IPV6 in OPTIONS
- Changelog: http://cpansearch.perl.org/src/SULLR/IO-Socket-SSL-1.37/Changes
Notes
Notes:
svn path=/head/; revision=266720
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 12 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 4 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/pkg-plist | 1 |
3 files changed, 10 insertions, 7 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index e282022b5565..f9308a2fd70e 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IO-Socket-SSL -PORTVERSION= 1.35 +PORTVERSION= 1.37 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +14,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Perl5 interface to SSL sockets -RUN_DEPENDS= p5-Net-SSLeay>=1.21:${PORTSDIR}/security/p5-Net-SSLeay \ - ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 +RUN_DEPENDS= p5-Net-SSLeay>=1.21:${PORTSDIR}/security/p5-Net-SSLeay BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= IO::Socket::SSL.3 -OPTIONS= IDN "International Domain Names (IDN) support" off +OPTIONS= IDN "International Domain Names (IDN) support" off \ + IPV6 "IPv6 support" off .if !defined(NOPORTEXAMPLES) PORTEXAMPLES= * @@ -35,6 +35,10 @@ post-install: RUN_DEPENDS+= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN .endif +.if defined(WITH_IPV6) +RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 +.endif + regression-test: @(cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} && ${MAKE} test) diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index 452467853ed8..d03e76aded27 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,2 +1,2 @@ -SHA256 (IO-Socket-SSL-1.35.tar.gz) = 94e9051329fd7da98f290af0b21fd49b2d081ffd4c78c8a4cdfb96445717ea8c -SIZE (IO-Socket-SSL-1.35.tar.gz) = 67587 +SHA256 (IO-Socket-SSL-1.37.tar.gz) = 3abf56638ea697bb2566d41e605c5726d826ee341119e520689c6f68ad3fdcd7 +SIZE (IO-Socket-SSL-1.37.tar.gz) = 67834 diff --git a/security/p5-IO-Socket-SSL/pkg-plist b/security/p5-IO-Socket-SSL/pkg-plist index 4a0d8716089a..1d9710cec74d 100644 --- a/security/p5-IO-Socket-SSL/pkg-plist +++ b/security/p5-IO-Socket-SSL/pkg-plist @@ -1,6 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL/.packlist %%SITE_PERL%%/IO/Socket/SSL.pm -lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO |