Skip to content

Commit

Permalink
security/openssl-devel: Update to 3.0.0-beta2
Browse files Browse the repository at this point in the history
 * Refactor MAN3 option plist generation
  • Loading branch information
Sp1l committed Jul 29, 2021
1 parent dd81af3 commit 534644e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5,352 deletions.
8 changes: 7 additions & 1 deletion security/openssl-devel/Makefile
@@ -1,7 +1,7 @@
# Created by: Dirk Froemberg <dirk@FreeBSD.org>

PORTNAME= openssl
DISTVERSION= 3.0.0-beta1
DISTVERSION= 3.0.0-beta2
CATEGORIES= security devel
MASTER_SITES= https://www.openssl.org/source/ \
ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
Expand Down Expand Up @@ -133,6 +133,8 @@ SHARED_VARS= shlibs+="lib/libcrypto.so.${OPENSSL_SHLIBVER} \
SSL3_CONFIGURE_ON+= enable-ssl3-method
ZLIB_CONFIGURE_ON= zlib-dynamic

SHLIBS= lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so

.include <bsd.port.pre.mk>
.if ${PREFIX} == /usr
IGNORE= the OpenSSL port can not be installed over the base version
Expand Down Expand Up @@ -178,4 +180,8 @@ post-install-SHARED-off:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openssl

post-install-MAN3-on:
( cd ${STAGEDIR}/${PREFIX} ; find man/man3 -not -type d ; \
find man/man7 -not -type d ) | sed 's/$$/.gz/' >> ${TMPPLIST}

.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions security/openssl-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1624027791
SHA256 (openssl-3.0.0-beta1.tar.gz) = 7bfedc9a1062cbd2aabc294acc93cbd5259e6e7bd5bbe38e454cc6a32564029f
SIZE (openssl-3.0.0-beta1.tar.gz) = 14878832
TIMESTAMP = 1627575117
SHA256 (openssl-3.0.0-beta2.tar.gz) = e76ab22879201b12f014393ee4becec7f264d8f6955b1036839128002868df71
SIZE (openssl-3.0.0-beta2.tar.gz) = 14912360

0 comments on commit 534644e

Please sign in to comment.