diff options
author | tota <tota@FreeBSD.org> | 2014-06-25 19:37:29 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2014-06-25 19:37:29 +0800 |
commit | 3837a73c55f00595fe94409815de1b618406ff03 (patch) | |
tree | 31591a7e3f33419e5692312c4e29c5a6023c86eb /devel | |
parent | b180bf66a7e8567e7819e126758d7d6670df9b28 (diff) | |
download | freebsd-ports-gnome-3837a73c55f00595fe94409815de1b618406ff03.tar.gz freebsd-ports-gnome-3837a73c55f00595fe94409815de1b618406ff03.tar.zst freebsd-ports-gnome-3837a73c55f00595fe94409815de1b618406ff03.zip |
- Update to 0.11.2
Diffstat (limited to 'devel')
-rw-r--r-- | devel/R-cran-Rcpp/Makefile | 15 | ||||
-rw-r--r-- | devel/R-cran-Rcpp/distinfo | 4 |
2 files changed, 4 insertions, 15 deletions
diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile index 279e9e759599..cd7399cd16e5 100644 --- a/devel/R-cran-Rcpp/Makefile +++ b/devel/R-cran-Rcpp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Rcpp -PORTVERSION= 0.11.1 +PORTVERSION= 0.11.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,17 +12,6 @@ COMMENT= Seamless R and C++ Integration LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -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 +USES= cran:auto-plist .include <bsd.port.mk> diff --git a/devel/R-cran-Rcpp/distinfo b/devel/R-cran-Rcpp/distinfo index 9709ae30c649..353f28d60d20 100644 --- a/devel/R-cran-Rcpp/distinfo +++ b/devel/R-cran-Rcpp/distinfo @@ -1,2 +1,2 @@ -SHA256 (Rcpp_0.11.1.tar.gz) = 60b8dfcb4f863911371923a0887e8dc8a433f22b4e6a1c7f4bd57b2363db9ab1 -SIZE (Rcpp_0.11.1.tar.gz) = 2003515 +SHA256 (Rcpp_0.11.2.tar.gz) = a1ca2ab53a708b3374732ad12f3f43f0b3eeb0965461d6a864bf93306a9d82ac +SIZE (Rcpp_0.11.2.tar.gz) = 2004313 |