Index: head/security/R-cran-openssl/Makefile =================================================================== --- head/security/R-cran-openssl/Makefile (revision 439860) +++ head/security/R-cran-openssl/Makefile (revision 439861) @@ -1,27 +1,31 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= openssl PORTVERSION= 0.9.6 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Toolkit for Encryption, Signatures and Certificates Based on OpenSSL LICENSE= MIT -USES= cran:auto-plist,compiles ssl +TEST_DEPENDS= bash:shells/bash +USES= cran:auto-plist,compiles shebangfix ssl + +SHEBANG_FILES= ${WRKSRC}/tests/google.dk/generate.bash + R_POSTCMD_INSTALL_OPTIONS+= --configure-vars="INCLUDE_DIR=${OPENSSLINC} LIB_DIR=${OPENSSLLIB}" post-patch: ${REINPLACE_CMD} -e '1,5d' ${WRKSRC}/src/ssl.c .include .if ${SSL_DEFAULT:Mlibressl*} -IGNORE= Detected LibreSSL (missing RSA_get0_key and others) +IGNORE= detected LibreSSL (missing RSA_get0_key and others) .endif .include