Date: Tue, 28 Apr 2026 10:35:16 +0000 From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d134d1bb47aa - main - devel/R-cran-Rcpp: Upate to 1.1.1-1.1 Message-ID: <69f08d64.19724.36ca0c69@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=d134d1bb47aadac0e59086cf16a3884026426530 commit d134d1bb47aadac0e59086cf16a3884026426530 Author: TAKATSU Tomonari <tota@FreeBSD.org> AuthorDate: 2026-04-26 07:18:07 +0000 Commit: TAKATSU Tomonari <tota@FreeBSD.org> CommitDate: 2026-04-28 10:34:24 +0000 devel/R-cran-Rcpp: Upate to 1.1.1-1.1 Reported by: portscout --- devel/R-cran-Rcpp/Makefile | 2 +- devel/R-cran-Rcpp/distinfo | 6 +++--- devel/R-cran-Rcpp/files/patch-ChangeLog | 7 +++++-- devel/R-cran-Rcpp/files/patch-DESCRIPTION | 12 ------------ devel/R-cran-Rcpp/files/patch-inst_include_Rcpp_config.h | 12 ------------ .../files/patch-inst_include_Rcpp_exceptions__impl.h | 2 +- 6 files changed, 10 insertions(+), 31 deletions(-) diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile index c8ccd56a96a1..7641fbdac021 100644 --- a/devel/R-cran-Rcpp/Makefile +++ b/devel/R-cran-Rcpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= Rcpp -DISTVERSION= 1.1.1 +DISTVERSION= 1.1.1-1.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-Rcpp/distinfo b/devel/R-cran-Rcpp/distinfo index dbbd1ba0ab94..3c184e56b4c5 100644 --- a/devel/R-cran-Rcpp/distinfo +++ b/devel/R-cran-Rcpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770419591 -SHA256 (Rcpp_1.1.1.tar.gz) = da0c616a71c82150397259516b2ea7558dbd31a5b4a217423ec9666b3a0fcfb7 -SIZE (Rcpp_1.1.1.tar.gz) = 1883133 +TIMESTAMP = 1777168706 +SHA256 (Rcpp_1.1.1-1.1.tar.gz) = 32e5d5fee4080c8ca315f31b74c3eaa6367a1900e92e860e00390c9565f5fbe1 +SIZE (Rcpp_1.1.1-1.1.tar.gz) = 1883279 diff --git a/devel/R-cran-Rcpp/files/patch-ChangeLog b/devel/R-cran-Rcpp/files/patch-ChangeLog index cff7d3aeeb37..cb97b93341bb 100644 --- a/devel/R-cran-Rcpp/files/patch-ChangeLog +++ b/devel/R-cran-Rcpp/files/patch-ChangeLog @@ -1,6 +1,9 @@ ---- ChangeLog.orig 2026-01-08 14:28:28 UTC +--- ChangeLog.orig 2026-04-23 14:11:05 UTC +++ ChangeLog -@@ -1,3 +1,11 @@ +@@ -10,6 +10,14 @@ + * Rcpp/inst/include/Rcpp/Function.h: Idem, from PR 1469 for switch to + R_getRegisteredNamespace, a very last-minute R change + +2026-01-12 Dirk Eddelbuettel <edd@debian.org> + + * DESCRIPTION (Version, Date): Roll micro version and date diff --git a/devel/R-cran-Rcpp/files/patch-DESCRIPTION b/devel/R-cran-Rcpp/files/patch-DESCRIPTION deleted file mode 100644 index ca868332435c..000000000000 --- a/devel/R-cran-Rcpp/files/patch-DESCRIPTION +++ /dev/null @@ -1,12 +0,0 @@ ---- DESCRIPTION.orig 2026-01-10 09:50:02 UTC -+++ DESCRIPTION -@@ -1,7 +1,7 @@ Title: Seamless R and C++ Integration - Package: Rcpp - Title: Seamless R and C++ Integration --Version: 1.1.1 --Date: 2026-01-07 -+Version: 1.1.1.1 -+Date: 2026-01-12 - Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", - comment = c(ORCID = "0000-0001-6419-907X")), - person("Romain", "Francois", role = "aut", diff --git a/devel/R-cran-Rcpp/files/patch-inst_include_Rcpp_config.h b/devel/R-cran-Rcpp/files/patch-inst_include_Rcpp_config.h deleted file mode 100644 index 43b5558db436..000000000000 --- a/devel/R-cran-Rcpp/files/patch-inst_include_Rcpp_config.h +++ /dev/null @@ -1,12 +0,0 @@ ---- inst/include/Rcpp/config.h.orig 2026-01-07 15:28:49 UTC -+++ inst/include/Rcpp/config.h -@@ -31,7 +31,7 @@ - #define RCPP_VERSION_STRING "1.1.1" - - // the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it) --#define RCPP_DEV_VERSION RcppDevVersion(1,1,1,0) --#define RCPP_DEV_VERSION_STRING "1.1.1.0" -+#define RCPP_DEV_VERSION RcppDevVersion(1,1,1,1) -+#define RCPP_DEV_VERSION_STRING "1.1.1.1" - - #endif diff --git a/devel/R-cran-Rcpp/files/patch-inst_include_Rcpp_exceptions__impl.h b/devel/R-cran-Rcpp/files/patch-inst_include_Rcpp_exceptions__impl.h index d873b1db4d5c..24990b0eb402 100644 --- a/devel/R-cran-Rcpp/files/patch-inst_include_Rcpp_exceptions__impl.h +++ b/devel/R-cran-Rcpp/files/patch-inst_include_Rcpp_exceptions__impl.h @@ -1,4 +1,4 @@ ---- inst/include/Rcpp/exceptions_impl.h.orig 2025-12-07 13:35:22 UTC +--- inst/include/Rcpp/exceptions_impl.h.orig 2026-04-23 14:10:21 UTC +++ inst/include/Rcpp/exceptions_impl.h @@ -2,7 +2,7 @@ //home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f08d64.19724.36ca0c69>
