Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2017 08:55:02 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439861 - head/security/R-cran-openssl
Message-ID:  <201705010855.v418t2It058173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705010855.v418t2It058173>