diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-16 06:00:26 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-16 06:00:26 +0000 |
| commit | 28b23b0036a7b9e4b486cb7ef87de6ffa32fa56d (patch) | |
| tree | c3013c38ed6f8ccd042a19eba4abb4c44d922a64 /security/p5-Crypt-OpenSSL-RSA | |
| parent | 6f21add32a2ad9f06821590da613379963653428 (diff) | |
Notes
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA')
| -rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 8 | ||||
| -rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/distinfo | 4 |
2 files changed, 3 insertions, 9 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 539c632e8143..d2acdcda1853 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Crypt-OpenSSL-RSA -PORTVERSION= 0.26 -PORTREVISION= 1 +PORTVERSION= 0.27 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to RSA encode and decode strings using OpenSSL -BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \ - p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random RUN_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \ p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random @@ -26,9 +23,6 @@ MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} MAN3= Crypt::OpenSSL::RSA.3 -post-patch: - @${REINPLACE_CMD} -e "9 s|require AutoLoader;|use AutoLoader 'AUTOLOAD';|" ${WRKSRC}/RSA.pm - regression-test: build cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} test diff --git a/security/p5-Crypt-OpenSSL-RSA/distinfo b/security/p5-Crypt-OpenSSL-RSA/distinfo index b30ee62583a4..ef30538b14c8 100644 --- a/security/p5-Crypt-OpenSSL-RSA/distinfo +++ b/security/p5-Crypt-OpenSSL-RSA/distinfo @@ -1,2 +1,2 @@ -SHA256 (Crypt-OpenSSL-RSA-0.26.tar.gz) = f42f276ffe5ae1775c4bd76f3026483f0d39975f7cdd07bf48eccfb8c45286bb -SIZE (Crypt-OpenSSL-RSA-0.26.tar.gz) = 19364 +SHA256 (Crypt-OpenSSL-RSA-0.27.tar.gz) = d4572e8556c54469e3c5953dcd6d5da3249dacfbf22b5ac25100e03acbcee291 +SIZE (Crypt-OpenSSL-RSA-0.27.tar.gz) = 20394 |
