diff options
author | tota <tota@FreeBSD.org> | 2015-11-18 23:46:35 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-11-18 23:46:35 +0800 |
commit | c6f9fd99900c76c9d4a44316324631cdad3119fb (patch) | |
tree | 3f77dcc2c0a14b43e33851b4bd1ab791a59ade5c /devel | |
parent | 010e942c9ba7c260dd189035f43f11834a9ff926 (diff) | |
download | freebsd-ports-gnome-c6f9fd99900c76c9d4a44316324631cdad3119fb.tar.gz freebsd-ports-gnome-c6f9fd99900c76c9d4a44316324631cdad3119fb.tar.zst freebsd-ports-gnome-c6f9fd99900c76c9d4a44316324631cdad3119fb.zip |
- Update to 0.12.2
Diffstat (limited to 'devel')
-rw-r--r-- | devel/R-cran-Rcpp/Makefile | 7 | ||||
-rw-r--r-- | devel/R-cran-Rcpp/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile index e12df330e18f..084c9ebeb12d 100644 --- a/devel/R-cran-Rcpp/Makefile +++ b/devel/R-cran-Rcpp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Rcpp -PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTVERSION= 0.12.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,9 +13,9 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual USES= cran:auto-plist shebangfix -SHEBANG_FILES= inst/examples/ConvolveBenchmarks/buildAndRun.sh \ +SHEBANG_FILES= inst/examples/*/*.sh \ inst/examples/*/*.r \ - inst/examples/SugarPerformance/sugarBenchmarks.R + inst/examples/*/*.R SHEBANG_LANG= r r_OLD_CMD= /usr/bin/r r_CMD= ${LOCALBASE}/bin/R diff --git a/devel/R-cran-Rcpp/distinfo b/devel/R-cran-Rcpp/distinfo index 598c4664cb82..52fb2e0b3c5d 100644 --- a/devel/R-cran-Rcpp/distinfo +++ b/devel/R-cran-Rcpp/distinfo @@ -1,2 +1,2 @@ -SHA256 (Rcpp_0.12.1.tar.gz) = 559c0d61c4e58f605c2871320f8fe9a4fa19d4fd85b67c235d7a452b6720214b -SIZE (Rcpp_0.12.1.tar.gz) = 2366386 +SHA256 (Rcpp_0.12.2.tar.gz) = 324eb3b567d513b0076399db80d298e0dc3ba0a650615838e2ada058a0f70e0e +SIZE (Rcpp_0.12.2.tar.gz) = 2369962 |