diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2015-12-08 10:02:19 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2015-12-08 10:02:19 +0000 |
commit | 03de6411d395a49a4da0614baf5a2ea26fda3d4a (patch) | |
tree | f5a9accb33d5b1fdecda9b380b1e5f1aad855aa4 /security/libressl | |
parent | c7b59bb5512ce69967c3b88d883231db0a42acbb (diff) |
Notes
Diffstat (limited to 'security/libressl')
-rw-r--r-- | security/libressl/Makefile | 6 | ||||
-rw-r--r-- | security/libressl/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 956fe3496e75..aa599139c328 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.2.4 +PORTVERSION= 2.2.5 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -27,6 +27,7 @@ USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip +TEST_TARGET= check .include <bsd.port.pre.mk> @@ -34,9 +35,6 @@ INSTALL_TARGET= install-strip CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .endif -regression-test: build - cd ${WRKSRC} && ${MAKE} check - post-install-MAN3-off: ${RM} -rf ${STAGEDIR}/${PREFIX}/man/man3 ${REINPLACE_CMD} -e '/^man\/man3/d' ${TMPPLIST} diff --git a/security/libressl/distinfo b/security/libressl/distinfo index 6962a70b075a..a05af1335cf7 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -1,2 +1,2 @@ -SHA256 (libressl-2.2.4.tar.gz) = 6b409859be8654afc3862549494e097017e64c8d167f12584383586306ef9a7e -SIZE (libressl-2.2.4.tar.gz) = 2966157 +SHA256 (libressl-2.2.5.tar.gz) = e3caded0469d8dc64f4ca2fe8e499ada4dd014e84d1c5a71818d39e54e6c914b +SIZE (libressl-2.2.5.tar.gz) = 2966527 |