aboutsummaryrefslogtreecommitdiffstats
path: root/security/R-cran-openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/R-cran-openssl/Makefile')
-rw-r--r--security/R-cran-openssl/Makefile7
1 files changed, 5 insertions, 2 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>