Index: head/security/bearssl/Makefile =================================================================== --- head/security/bearssl/Makefile (revision 438114) +++ head/security/bearssl/Makefile (revision 438115) @@ -1,25 +1,23 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= bearssl -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.4 +PORTREVISION= 0 CATEGORIES= security devel MASTER_SITES= https://bearssl.org/ MAINTAINER= feld@FreeBSD.org COMMENT= Implementation of TLS/SSL in C LICENSE= MIT -USES= compiler:c11 +USES= compiler +USE_GCC= yes -post-patch: - ${REINPLACE_CMD} 's|CC = gcc|CC ?= gcc|' ${WRKSRC}/Makefile - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/brssl ${STAGEDIR}${LOCALBASE}/bin/ - (cd ${WRKSRC}/inc && ${COPYTREE_SHARE} . ${STAGEDIR}${LOCALBASE}/include/) - ${INSTALL_DATA} ${WRKSRC}/libbearssl.a ${STAGEDIR}${LOCALBASE}/lib/ + ${INSTALL_PROGRAM} ${WRKSRC}/build/brssl ${STAGEDIR}${LOCALBASE}/bin/ + ${INSTALL_DATA} ${WRKSRC}/build/libbearssl.so ${STAGEDIR}${LOCALBASE}/lib/ + (cd ${WRKSRC}/inc && ${COPYTREE_SHARE} \* ${STAGEDIR}${LOCALBASE}/include) .include Index: head/security/bearssl/distinfo =================================================================== --- head/security/bearssl/distinfo (revision 438114) +++ head/security/bearssl/distinfo (revision 438115) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483992695 -SHA256 (bearssl-0.2.tar.gz) = 8d7640b4112e7cf677a4a5f22a997cf89c4a18e51bc4843f6f16b7db7fe93f73 -SIZE (bearssl-0.2.tar.gz) = 531000 +TIMESTAMP = 1491764060 +SHA256 (bearssl-0.4.tar.gz) = 674d69ca6811a4a091de96d5866e22f06ffbf8d3765f0e884d9daeb80aa904d4 +SIZE (bearssl-0.4.tar.gz) = 633401 Index: head/security/bearssl/pkg-plist =================================================================== --- head/security/bearssl/pkg-plist (revision 438114) +++ head/security/bearssl/pkg-plist (revision 438115) @@ -1,13 +1,13 @@ bin/brssl include/bearssl_ssl.h include/bearssl_rand.h include/bearssl_hmac.h include/bearssl_ec.h include/bearssl.h include/bearssl_hash.h include/bearssl_x509.h include/bearssl_rsa.h include/bearssl_prf.h include/bearssl_pem.h include/bearssl_block.h -lib/libbearssl.a +lib/libbearssl.so