diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-24 18:09:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-24 18:09:58 +0800 |
commit | e67f500522a4aa65fc939a7456802231b8b0d527 (patch) | |
tree | 3e8f5e9fe92d34c82e65f96fbd0f8e116211d204 | |
parent | 29f2206736d2b8062af70c0e132ee66cd04c64d8 (diff) | |
download | freebsd-ports-gnome-e67f500522a4aa65fc939a7456802231b8b0d527.tar.gz freebsd-ports-gnome-e67f500522a4aa65fc939a7456802231b8b0d527.tar.zst freebsd-ports-gnome-e67f500522a4aa65fc939a7456802231b8b0d527.zip |
- Update to 1.43
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Net-SSLeay/Changes
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/pkg-plist | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 27791e1d56e2..9f22fe1274c8 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-SSLeay -PORTVERSION= 1.42 +PORTVERSION= 1.43 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +14,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to SSL +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ + p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn + PERL_CONFIGURE= yes CONFIGURE_ENV= OPENSSL_PREFIX=${OPENSSLBASE} USE_OPENSSL= yes MAN3= Net::SSLeay.3 Net::SSLeay::Handle.3 -.if !defined(NOPORTEXAMPLES) PORTEXAMPLES= * post-install: +.if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${EXAMPLESDIR}/req.conf diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index c488738d6e24..7e70b21db0ab 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-SSLeay-1.42.tar.gz) = b6ca7719cd8568e60204f39027c1c68d19fa690b1f3fd380ed14031a1a70fd9d -SIZE (Net-SSLeay-1.42.tar.gz) = 146035 +SHA256 (Net-SSLeay-1.43.tar.gz) = fcfa640584ee8edf8efbb5c3261275fcf06f9414af7aabed6bb5481b829a0815 +SIZE (Net-SSLeay-1.43.tar.gz) = 189695 diff --git a/security/p5-Net-SSLeay/pkg-plist b/security/p5-Net-SSLeay/pkg-plist index 5676ff83de6b..66c1c176b092 100644 --- a/security/p5-Net-SSLeay/pkg-plist +++ b/security/p5-Net-SSLeay/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Net/SSLeay.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/SSLeay.pod %%SITE_PERL%%/%%PERL_ARCH%%/Net/SSLeay/Handle.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/SSLeay.bs @@ -34,6 +35,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/http_cat.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/https_cat.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/httpx_cat.al +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/initialize.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/make_form.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/make_headers.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/new_x_ctx.al |