From e7115ed6532e811ea16f1e07bef641845bbbd523 Mon Sep 17 00:00:00 2001 From: tota Date: Sun, 13 Sep 2015 05:05:45 +0000 Subject: - Update to 0.12.1 --- devel/R-cran-Rcpp/Makefile | 2 +- devel/R-cran-Rcpp/distinfo | 4 ++-- devel/R-cran-Rcpp/pkg-descr | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile index 6bdc83e57adf..ce63f9912266 100644 --- a/devel/R-cran-Rcpp/Makefile +++ b/devel/R-cran-Rcpp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Rcpp -PORTVERSION= 0.12.0 +PORTVERSION= 0.12.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-Rcpp/distinfo b/devel/R-cran-Rcpp/distinfo index 6de175200bba..598c4664cb82 100644 --- a/devel/R-cran-Rcpp/distinfo +++ b/devel/R-cran-Rcpp/distinfo @@ -1,2 +1,2 @@ -SHA256 (Rcpp_0.12.0.tar.gz) = 68782050f5252c4246f1b5b335105eccf4c804d57a0cd41eb63a300f7e0241a0 -SIZE (Rcpp_0.12.0.tar.gz) = 2297548 +SHA256 (Rcpp_0.12.1.tar.gz) = 559c0d61c4e58f605c2871320f8fe9a4fa19d4fd85b67c235d7a452b6720214b +SIZE (Rcpp_0.12.1.tar.gz) = 2366386 diff --git a/devel/R-cran-Rcpp/pkg-descr b/devel/R-cran-Rcpp/pkg-descr index 02b15d6a7dc3..3de69dad7aa9 100644 --- a/devel/R-cran-Rcpp/pkg-descr +++ b/devel/R-cran-Rcpp/pkg-descr @@ -12,4 +12,4 @@ The mapping of data types works in both directions. It is as straightforward to pass data from R to C++, as it is it return data from C++ to R. -WWW: http://cran.r-project.org/web/packages/Rcpp/ +WWW: https://cran.r-project.org/web/packages/Rcpp/ -- cgit