pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-git2r



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 20 09:28:58 UTC 2024

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

Log Message:
(devel/R-git2r) Updated 0.32.0 to 0.33.0, make test passed

# git2r 0.33.0 (2023-11-26)

## CHANGES

* Added a missing 'git2r-package' alias to the documentation.

* Added the argument 'raw' to the 'content' function to make it
  possible to get a blob content as a raw vector, see issue #461.

* Updated the bundled libgit2 source code to version 1.7.1.

* Changed the R dependency from >= 3.4 to >= 4.0.

* Added a missing '-liconv' to PKG_LIBS in Makevars.win.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-git2r/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-git2r/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-git2r/Makefile
diff -u pkgsrc/devel/R-git2r/Makefile:1.5 pkgsrc/devel/R-git2r/Makefile:1.6
--- pkgsrc/devel/R-git2r/Makefile:1.5   Sun Jun 18 13:50:31 2023
+++ pkgsrc/devel/R-git2r/Makefile       Sat Jan 20 09:28:58 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/06/18 13:50:31 mef Exp $
+# $NetBSD: Makefile,v 1.6 2024/01/20 09:28:58 mef Exp $
 
 R_PKGNAME=     git2r
-R_PKGVER=      0.32.0
+R_PKGVER=      0.33.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,11 @@ LICENSE=     gnu-gpl-v2
 
 TEST_DEPENDS+= R-getPass-[0-9]*:../../security/R-getPass
 #EST_DEPENDS+= libgit2-[0-9]*:../../devel/libgit2
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_LANGUAGES= c
 

Index: pkgsrc/devel/R-git2r/distinfo
diff -u pkgsrc/devel/R-git2r/distinfo:1.7 pkgsrc/devel/R-git2r/distinfo:1.8
--- pkgsrc/devel/R-git2r/distinfo:1.7   Sun Jun 18 13:50:31 2023
+++ pkgsrc/devel/R-git2r/distinfo       Sat Jan 20 09:28:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/06/18 13:50:31 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/01/20 09:28:58 mef Exp $
 
-BLAKE2s (R/git2r_0.32.0.tar.gz) = 5b5231d72af5c851316e131446781ee0e49b32503db2a8f1e69a5a4a5b31d9cc
-SHA512 (R/git2r_0.32.0.tar.gz) = d6542b99162fe131ddc3f2b3e22ba15db3cf6a9ced47a421333a752c84887bd34e14a80dd9b6726006b4408ee2b00a09575bb97ebb5672c731de30023adf1494
-Size (R/git2r_0.32.0.tar.gz) = 1345719 bytes
+BLAKE2s (R/git2r_0.33.0.tar.gz) = 96dd6d93e0e03b7f621b8a5db163caf69b5edfbaf39bf9bb7722f97a90477bc7
+SHA512 (R/git2r_0.33.0.tar.gz) = 83d7d25b87255680ac51f3494893a32dac07fef45d32badf7e00cff7680ef077b0810ec35d6a162dbf3fb68d79bdedb8a1393ebf770806f8b3e353d9998e575d
+Size (R/git2r_0.33.0.tar.gz) = 1363704 bytes



Home | Main Index | Thread Index | Old Index