svn commit: r439861 - head/security/R-cran-openssl

TAKATSU Tomonari tota at FreeBSD.org
Mon May 1 08:55:04 UTC 2017


Author: tota
Date: Mon May  1 08:55:02 2017
New Revision: 439861
URL: https://svnweb.freebsd.org/changeset/ports/439861

Log:
  - Fix error in stage-qa [1]
  - Fix IGNORE message to make portlint happy
  
  PR:		218967 [1]
  Submitted by:	dbn@

Modified:
  head/security/R-cran-openssl/Makefile   (contents, props changed)

Modified: head/security/R-cran-openssl/Makefile
==============================================================================
--- head/security/R-cran-openssl/Makefile	Mon May  1 08:42:19 2017	(r439860)
+++ head/security/R-cran-openssl/Makefile	Mon May  1 08:55:02 2017	(r439861)
@@ -11,7 +11,11 @@ COMMENT=	Toolkit for Encryption, Signatu
 
 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}"
 
@@ -21,7 +25,7 @@ post-patch:
 .include <bsd.port.pre.mk>
 
 .if ${SSL_DEFAULT:Mlibressl*}
-IGNORE=	Detected LibreSSL (missing RSA_get0_key and others)
+IGNORE=	detected LibreSSL (missing RSA_get0_key and others)
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list