pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-gert



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 01:53:04 UTC 2022

Modified Files:
        pkgsrc/devel/R-gert: Makefile distinfo

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-gert/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-gert/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-gert/Makefile
diff -u pkgsrc/devel/R-gert/Makefile:1.4 pkgsrc/devel/R-gert/Makefile:1.5
--- pkgsrc/devel/R-gert/Makefile:1.4    Tue Apr 19 13:25:30 2022
+++ pkgsrc/devel/R-gert/Makefile        Sun Dec 18 01:53:04 2022
@@ -1,22 +1,22 @@
-# $NetBSD: Makefile,v 1.4 2022/04/19 13:25:30 mef Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/18 01:53:04 mef Exp $
 
 R_PKGNAME=     gert
-R_PKGVER=      1.6.0
+R_PKGVER=      1.9.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Simple Git Client for R
 LICENSE=       mit     # + file LICENSE
 
-DEPENDS+=      R-zip>=2.1.0:../../archivers/R-zip
-DEPENDS+=      R-rstudioapi>=0.11:../../math/R-rstudioapi
 DEPENDS+=      R-askpass>=1.1:../../security/R-askpass
-DEPENDS+=      R-openssl>=1.4.1:../../security/R-openssl
-DEPENDS+=      R-credentials-[0-9]*:../../security/R-credentials
+DEPENDS+=      R-credentials>=1.2.1:../../security/R-credentials
+DEPENDS+=      R-openssl>=2.0.3:../../security/R-openssl
+DEPENDS+=      R-rstudioapi>=0.11:../../math/R-rstudioapi
+DEPENDS+=      R-zip>=2.1.0:../../archivers/R-zip
 
-TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES= c
 

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



Home | Main Index | Thread Index | Old Index