svn commit: r397000 - head/devel/R-cran-Rcpp

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 15 16:28:11 UTC 2015


Author: amdmi3
Date: Tue Sep 15 16:28:10 2015
New Revision: 397000
URL: https://svnweb.freebsd.org/changeset/ports/397000

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/devel/R-cran-Rcpp/Makefile

Modified: head/devel/R-cran-Rcpp/Makefile
==============================================================================
--- head/devel/R-cran-Rcpp/Makefile	Tue Sep 15 16:27:23 2015	(r396999)
+++ head/devel/R-cran-Rcpp/Makefile	Tue Sep 15 16:28:10 2015	(r397000)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Rcpp
 PORTVERSION=	0.12.1
+PORTREVISION=	1
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -12,6 +13,12 @@ COMMENT=	Seamless R and C++ Integration
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-USES=	cran:auto-plist
+USES=		cran:auto-plist shebangfix
+SHEBANG_FILES=	inst/examples/ConvolveBenchmarks/buildAndRun.sh \
+		inst/examples/*/*.r \
+		inst/examples/SugarPerformance/sugarBenchmarks.R
+SHEBANG_LANG=	r
+r_OLD_CMD=	/usr/bin/r
+r_CMD=		${LOCALBASE}/bin/R
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list