mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 0.11.1
- Use shebangfix
This commit is contained in:
parent
83783bb70f
commit
7190407a93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348726
2 changed files with 15 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Rcpp
|
||||
PORTVERSION= 0.11.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.11.1
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
|
@ -13,6 +12,17 @@ COMMENT= Seamless R and C++ Integration
|
|||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= cran:auto-plist
|
||||
USES= cran:auto-plist shebangfix
|
||||
|
||||
SHEBANG_LANG= r
|
||||
r_OLD_CMD= /usr/bin/r
|
||||
r_CMD= ${LOCALBASE}/bin/R
|
||||
SHEBANG_FILES= inst/examples/ConvolveBenchmarks/buildAndRun.sh \
|
||||
inst/examples/ConvolveBenchmarks/exampleRCode.r \
|
||||
inst/examples/FastLM/*.r \
|
||||
inst/examples/Misc/*.r \
|
||||
inst/examples/RcppInline/*.r \
|
||||
inst/examples/SugarPerformance/sugarBenchmarks.R \
|
||||
inst/examples/functionCallback/newApiExample.r
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Rcpp_0.11.0.tar.gz) = 5b093de76f177b5ebe03ce27e00e3d0a15e7a8e34e2c72b5e423588aebd0d91e
|
||||
SIZE (Rcpp_0.11.0.tar.gz) = 1998844
|
||||
SHA256 (Rcpp_0.11.1.tar.gz) = 60b8dfcb4f863911371923a0887e8dc8a433f22b4e6a1c7f4bd57b2363db9ab1
|
||||
SIZE (Rcpp_0.11.1.tar.gz) = 2003515
|
||||
|
|
Loading…
Add table
Reference in a new issue