svn commit: r468398 - head/databases/R-cran-RPostgreSQL

TAKATSU Tomonari tota at FreeBSD.org
Fri Apr 27 05:51:42 UTC 2018


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>


More information about the svn-ports-head mailing list