Sun Dec 18 01:53:04 2022 UTC ()
(devel/R-gert) Updated 1.6.0 to 1.9.2

1.9.2
  - Replace sprintf with snprintf for CRAN

1.9.1
  - Fix the Wstrict-prototype warnings
  - Use special static libgit2 bundle for openssl-3 distros.

1.9.0
  - Add support for the new ED25519 keys when authenticating over SSH

1.8.0
  - The static libgit2 for win/mac/linux are all 1.4.2 with a patched version
    of libssh 1.10.1. This should fix problems with the latest release versions
    of libgit2 and libssh2.
  - The patched libssh2 builds should now support RSA-SHA2, which re-enables
    authentication with GitHub using an RSA key.
  - On production Linux systems (x64 RHEL/Ubuntu) default to building using the
    static libgit2 because of above reasons. Set USE_SYSTEM_LIBGIT2=1 to force
    building against a local libgit2 on these platforms.

1.7.1
  - The static libgit2 for linux has been updated to 1.5.0 (this is only used
    on linux systems where no sufficient libgit2 is available).

1.7.0
  - git_status() gains parameter pathspec
  - git_ls() gains paremeter 'ref' and works with bare repositories


(mef)
diff -r1.4 -r1.5 pkgsrc/devel/R-gert/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/R-gert/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/R-gert/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-gert/Makefile 2022/04/19 13:25:30 1.4
+++ pkgsrc/devel/R-gert/Makefile 2022/12/18 01:53:04 1.5
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.4 2022/04/19 13:25:30 mef Exp $ 1# $NetBSD: Makefile,v 1.5 2022/12/18 01:53:04 mef Exp $
2 2
3R_PKGNAME= gert 3R_PKGNAME= gert
4R_PKGVER= 1.6.0 4R_PKGVER= 1.9.2
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Simple Git Client for R 8COMMENT= Simple Git Client for R
9LICENSE= mit # + file LICENSE 9LICENSE= mit # + file LICENSE
10 10
11DEPENDS+= R-zip>=2.1.0:../../archivers/R-zip 
12DEPENDS+= R-rstudioapi>=0.11:../../math/R-rstudioapi 
13DEPENDS+= R-askpass>=1.1:../../security/R-askpass 11DEPENDS+= R-askpass>=1.1:../../security/R-askpass
14DEPENDS+= R-openssl>=1.4.1:../../security/R-openssl 12DEPENDS+= R-credentials>=1.2.1:../../security/R-credentials
15DEPENDS+= R-credentials-[0-9]*:../../security/R-credentials 13DEPENDS+= R-openssl>=2.0.3:../../security/R-openssl
 14DEPENDS+= R-rstudioapi>=0.11:../../math/R-rstudioapi
 15DEPENDS+= R-zip>=2.1.0:../../archivers/R-zip
16 16
17TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat 
18TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling 17TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
19TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 18TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 19TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
20 20
21USE_LANGUAGES= c 21USE_LANGUAGES= c
22 22
23.include "../../math/R/Makefile.extension" 23.include "../../math/R/Makefile.extension"
24.include "../../devel/libgit2/buildlink3.mk" 24.include "../../devel/libgit2/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/R-gert/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-gert/distinfo 2022/04/19 13:25:30 1.6
+++ pkgsrc/devel/R-gert/distinfo 2022/12/18 01:53:04 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2022/04/19 13:25:30 mef Exp $ 1$NetBSD: distinfo,v 1.7 2022/12/18 01:53:04 mef Exp $
2 2
3BLAKE2s (R/gert_1.6.0.tar.gz) = 4a8a51f9c0b96d4338731d1803a7c37b9a3854b9ea2a3e7e2b185f73360a7a3d 3BLAKE2s (R/gert_1.9.2.tar.gz) = 6c0935f847ac2988abc78b58d8ce86f3a1c96fb84ad1bbae8c8d8ff597ee6614
4SHA512 (R/gert_1.6.0.tar.gz) = 9e2c0096ca74c7c68f863a1a5e5e34432dec7f9326829d07275ca5d83e03de1f2272fca03c56f0285af068696f280f5db652939f9e347f1bf21a1645e4cfd36d 4SHA512 (R/gert_1.9.2.tar.gz) = ca5e2527281c4943685e4aa016344d0f33d87f898f1364532e6ebe17eec5c305fdb687003ab0924536252dc2ddf661cb21407c391d89542ed3a63dc0c107d7bd
5Size (R/gert_1.6.0.tar.gz) = 117915 bytes 5Size (R/gert_1.9.2.tar.gz) = 121088 bytes