Date: Fri, 16 Aug 2024 09:19:19 GMT From: Zsolt Udvari <uzsolt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 94b16434fe20 - main - devel/R-cran-gert: update to 2.1.0 Message-ID: <202408160919.47G9JJjq035869@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=94b16434fe20141f984977d99910a0910b5aaa4b commit 94b16434fe20141f984977d99910a0910b5aaa4b Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2024-08-16 09:15:19 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-08-16 09:18:55 +0000 devel/R-cran-gert: update to 2.1.0 Add LICENSE_FILE. Add "compiles" option to uses-cran so don't need STRIP_CMD and NO_ARCH_IGNORE. Changelog: https://cloud.r-project.org/web/packages/gert/NEWS PR: 280802 Approved by: Jean-Paul Beconne <jpbeconne@free.fr> (maintainer) --- devel/R-cran-gert/Makefile | 16 +++++----------- devel/R-cran-gert/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/devel/R-cran-gert/Makefile b/devel/R-cran-gert/Makefile index 1fbae60562c4..723aa65e3d1e 100644 --- a/devel/R-cran-gert/Makefile +++ b/devel/R-cran-gert/Makefile @@ -1,6 +1,5 @@ PORTNAME= gert -DISTVERSION= 1.3.0 -PORTREVISION= 4 +DISTVERSION= 2.1.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,23 +8,18 @@ COMMENT= Simple Git Client for R WWW= https://docs.ropensci.org/gert/ LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE CRAN_DEPENDS= R-cran-askpass>0:security/R-cran-askpass \ R-cran-credentials>=1.2.1:security/R-cran-credentials \ - R-cran-openssl>=1.4.1:security/R-cran-openssl \ + R-cran-openssl>=2.0.3:security/R-cran-openssl \ R-cran-rstudioapi>=0.11:devel/R-cran-rstudioapi \ R-cran-sys>0:devel/R-cran-sys \ R-cran-zip>=2.1.0:archivers/R-cran-zip BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} LIB_DEPENDS= libgit2.so:devel/libgit2 +RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist - -#Bogus stage-qa as this is $ARCH dependent -NO_ARCH_IGNORE= gert.so - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/gert/libs/gert.so +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/devel/R-cran-gert/distinfo b/devel/R-cran-gert/distinfo index e0a9e6963c3a..e88769b095fe 100644 --- a/devel/R-cran-gert/distinfo +++ b/devel/R-cran-gert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623958710 -SHA256 (gert_1.3.0.tar.gz) = 071229134517b47ef710fc5586a27458be308daef21cc8c2f603492ed21507ba -SIZE (gert_1.3.0.tar.gz) = 66410 +TIMESTAMP = 1723571521 +SHA256 (gert_2.1.0.tar.gz) = 542b37ebdf69d9174d0df5432d6001d22fc7b8e2f2e0ecae080e94f256922d63 +SIZE (gert_2.1.0.tar.gz) = 122911
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408160919.47G9JJjq035869>