Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2018 05:51:41 +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: r468398 - head/databases/R-cran-RPostgreSQL
Message-ID:  <201804270551.w3R5pfp9070389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Fri Apr 27 05:51:41 2018
New Revision: 468398
URL: https://svnweb.freebsd.org/changeset/ports/468398

Log:
  - Add missing shebangfix and its related section

Modified:
  head/databases/R-cran-RPostgreSQL/Makefile   (contents, props changed)

Modified: head/databases/R-cran-RPostgreSQL/Makefile
==============================================================================
--- head/databases/R-cran-RPostgreSQL/Makefile	Fri Apr 27 05:09:11 2018	(r468397)
+++ head/databases/R-cran-RPostgreSQL/Makefile	Fri Apr 27 05:51:41 2018	(r468398)
@@ -11,10 +11,16 @@ COMMENT=	R Interface to the 'PostgreSQL' Database Syst
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cran:auto-plist,compiles pgsql
+USES=		cran:auto-plist,compiles pgsql shebangfix
 
 CRAN_DEPENDS=	R-cran-DBI>=0.3:databases/R-cran-DBI
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
+
+SHEBANG_FILES=	inst/devTests/*.r \
+		inst/devTests/*.sh
+SHEBANG_LANG=	r
+r_OLD_CMD=	/usr/bin/r
+r_CMD=		${LOCALBASE}/bin/R
 
 .include <bsd.port.mk>



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