mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
784e78e960
commit
94b16434fe
2 changed files with 8 additions and 14 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue