diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-10-05 09:13:58 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-10-05 09:13:58 +0000 |
commit | 54605fdfbda3a0ea12d9b732920ed9198cda37c9 (patch) | |
tree | 004f633a550346fe1c09b19c20e0bed34ba24690 /security/mbedtls | |
parent | faf3c23c3c643e8ffb3e1a9d2bcc48e395d2b76d (diff) |
Notes
Diffstat (limited to 'security/mbedtls')
-rw-r--r-- | security/mbedtls/Makefile | 9 | ||||
-rw-r--r-- | security/mbedtls/distinfo | 4 | ||||
-rw-r--r-- | security/mbedtls/pkg-plist | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile index 3f373ba00e20..0160bae41270 100644 --- a/security/mbedtls/Makefile +++ b/security/mbedtls/Makefile @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.0.0 -DISTVERSIONSUFFIX= -gpl +PORTVERSION= 2.1.1 +DISTVERSIONSUFFIX= -apache CATEGORIES= security devel MASTER_SITES= https://tls.mbed.org/download/ MAINTAINER= tijl@FreeBSD.org COMMENT= SSL/TLS and cryptography library -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/apache-2.0.txt ALL_TARGET= no_test MAKE_ENV= SHARED=1 @@ -25,7 +25,6 @@ post-patch: @${REINPLACE_CMD} \ -e 's/PREFIX/NAMEPREFIX/' \ -e 's/$$(DESTDIR)/&$$(PREFIX)/' \ - -e '/^install:/s/[[:<:]]all//' \ ${WRKSRC}/Makefile post-install: diff --git a/security/mbedtls/distinfo b/security/mbedtls/distinfo index 7a894ff4a27d..164a938f7ba9 100644 --- a/security/mbedtls/distinfo +++ b/security/mbedtls/distinfo @@ -1,2 +1,2 @@ -SHA256 (mbedtls-2.0.0-gpl.tgz) = 149a06621368540b7e1cef1b203c268439c2edbf29e2e9471d8021125df34952 -SIZE (mbedtls-2.0.0-gpl.tgz) = 1790002 +SHA256 (mbedtls-2.1.1-apache.tgz) = 8f25b6f156ae5081e91bcc58b02455926d9324035fe5f7028a6bb5bc0139a757 +SIZE (mbedtls-2.1.1-apache.tgz) = 1829955 diff --git a/security/mbedtls/pkg-plist b/security/mbedtls/pkg-plist index ac37b2cbe48e..73e7f3c5ecdd 100644 --- a/security/mbedtls/pkg-plist +++ b/security/mbedtls/pkg-plist @@ -109,6 +109,12 @@ include/mbedtls/x509_crl.h include/mbedtls/x509_crt.h include/mbedtls/x509_csr.h include/mbedtls/xtea.h +lib/libmbedcrypto.a +lib/libmbedcrypto.so +lib/libmbedcrypto.so.0 lib/libmbedtls.a lib/libmbedtls.so lib/libmbedtls.so.10 +lib/libmbedx509.a +lib/libmbedx509.so +lib/libmbedx509.so.0 |