diff options
-rw-r--r-- | devel/R-cran-Rcpp/Makefile | 16 | ||||
-rw-r--r-- | devel/R-cran-Rcpp/distinfo | 4 |
2 files changed, 15 insertions, 5 deletions
diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile index d3e1f463ba11..279e9e759599 100644 --- a/devel/R-cran-Rcpp/Makefile +++ b/devel/R-cran-Rcpp/Makefile @@ -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> diff --git a/devel/R-cran-Rcpp/distinfo b/devel/R-cran-Rcpp/distinfo index 38e20735c48e..9709ae30c649 100644 --- a/devel/R-cran-Rcpp/distinfo +++ b/devel/R-cran-Rcpp/distinfo @@ -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 |