Index: head/security/wolfssl/Makefile =================================================================== --- head/security/wolfssl/Makefile (revision 485181) +++ head/security/wolfssl/Makefile (revision 485182) @@ -1,43 +1,43 @@ # $FreeBSD$ PORTNAME= wolfssl PORTVERSION= 3.13.0 CATEGORIES= security devel -MASTER_SITES= http://www.wolfssl.com/ +MASTER_SITES= https://www.wolfssl.com/ MAINTAINER= johans@FreeBSD.org COMMENT= Embedded SSL C-Library LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash BROKEN_mips= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory BROKEN_mips64= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory BROKEN_powerpc64= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory USES= libtool zip GNU_CONFIGURE= yes CONFIGURE_SHELL=bash CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-shared --enable-static \ --enable-dtls --enable-opensslextra --enable-ipv6 \ --enable-dsa --enable-dh --enable-ecc --enable-sni \ --enable-ripemd --enable-sha512 --enable-opensslcoexist USE_LDCONFIG= yes PORTDOCS= * OPTIONS_DEFINE= DOCS post-configure: @${REINPLACE_CMD} \ -e 's|$${prefix}/cyassl/include|$${prefix}/include/cyassl|' \ -e 's|$${prefix}/cyassl/lib|$${prefix}/lib/cyassl|' \ -e '/^pkgconfigdir/s|(libdir)|&data|' \ ${WRKSRC}/Makefile post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwolfssl.so .include Index: head/security/wolfssl/pkg-descr =================================================================== --- head/security/wolfssl/pkg-descr (revision 485181) +++ head/security/wolfssl/pkg-descr (revision 485182) @@ -1,22 +1,22 @@ WolfSSL is an embedded SSL Library for programmers building security functionality into their applications and devices. Highlights - Up to TLS 1.2 and DTLS 1.2 - Full client and server support - Progressive list of supported ciphers - Key and Certificate generation - OCSP, CRL support Lightweight - Small Size: 20-100kB - Runtime Memory: 1-36kB - 20x smaller than OpenSSL Portable - Abstraction Layers (OS, Custom I/O, Standard C library, and more) - Simple API - OpenSSL Compatibility Layer - Long list of supported platforms -WWW: http://www.wolfssl.com/ +WWW: https://www.wolfssl.com/