From owner-svn-ports-head@freebsd.org Mon May 1 08:55:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E28FD58F3C; Mon, 1 May 2017 08:55:04 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E277461; Mon, 1 May 2017 08:55:03 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v418t2vH058174; Mon, 1 May 2017 08:55:02 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v418t2It058173; Mon, 1 May 2017 08:55:02 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705010855.v418t2It058173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 1 May 2017 08:55:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439861 - head/security/R-cran-openssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 08:55:04 -0000 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 .if ${SSL_DEFAULT:Mlibressl*} -IGNORE= Detected LibreSSL (missing RSA_get0_key and others) +IGNORE= detected LibreSSL (missing RSA_get0_key and others) .endif .include