diff options
author | tota <tota@FreeBSD.org> | 2016-12-04 01:28:16 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-12-04 01:28:16 +0800 |
commit | 33c4208bf7e8a8fdbec53bbdfa5a83aae30ac93c (patch) | |
tree | 8fda5c460d0b808cb91b843fc2b4185841c0ea42 /security | |
parent | 65afb9926fd0ca50e6c810789bac0bfdf8214769 (diff) | |
download | freebsd-ports-gnome-33c4208bf7e8a8fdbec53bbdfa5a83aae30ac93c.tar.gz freebsd-ports-gnome-33c4208bf7e8a8fdbec53bbdfa5a83aae30ac93c.tar.zst freebsd-ports-gnome-33c4208bf7e8a8fdbec53bbdfa5a83aae30ac93c.zip |
- update to 0.9.5
- Add "compiles" argument to USES=cran
Diffstat (limited to 'security')
-rw-r--r-- | security/R-cran-openssl/Makefile | 7 | ||||
-rw-r--r-- | security/R-cran-openssl/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/security/R-cran-openssl/Makefile b/security/R-cran-openssl/Makefile index 6893d01475fb..976b9593820d 100644 --- a/security/R-cran-openssl/Makefile +++ b/security/R-cran-openssl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,7 +11,10 @@ COMMENT= Toolkit for Encryption, Signatures and Certificates Based on OpenSSL LICENSE= MIT -USES= cran:auto-plist +USES= cran:auto-plist,compiles + +post-patch: + ${REINPLACE_CMD} -e '1,5d' ${WRKSRC}/src/ssl.c .include <bsd.port.options.mk> diff --git a/security/R-cran-openssl/distinfo b/security/R-cran-openssl/distinfo index b2845ab56d78..7ea0575f67c7 100644 --- a/security/R-cran-openssl/distinfo +++ b/security/R-cran-openssl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464400001 -SHA256 (openssl_0.9.4.tar.gz) = cb7349defa5428acc0907629a4f53f82d2519af219e5d6a41f852cf55b1feb66 -SIZE (openssl_0.9.4.tar.gz) = 1165388 +TIMESTAMP = 1480780096 +SHA256 (openssl_0.9.5.tar.gz) = f7a67c596b70732084a531eec8c12466b4b16f3429ba0a82a5104ace6a4554d1 +SIZE (openssl_0.9.5.tar.gz) = 1236042 |