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: Mon Jun 1 22:21:24 UTC 2026
Modified Files:
pkgsrc/devel/R-git2r: Makefile distinfo
Log Message:
(devel/R-git2r) Updated 0.35.0 to 0.36.2
# git2r 0.36.2 (2025-03-29)
## CHANGES
* Use 'pkg-config --static --libs' in the build configuration script
on the Darwin platform.
# git2r 0.36.1 (2025-03-28)
## CHANGES
* Updated the SystemRequirements field in the DESCRIPTION file to
include the libgit2 dependencies libssh2 and openssl.
* Improved the error message in the build configuration script to also
mention the library dependencies 'openssl', and 'libssh2' when the
requirement 'libgit2 >= 1.0' could not be satisfied
# git2r 0.36.0 (2025-03-27)
## CHANGES
* Added Proxy Support. The R Functions clone, fetch, push, and
remote_ls now include a proxy parameter, enabling users to define
proxy settings directly within these functions, see PR #461. Thanks
to Gregor Lichtner.
* Switch linking on Windows to use pkg-config when available. Thanks
to Tomas Kalibera for providing the patch.
* On macOS, the build configuration script no longer downloads a
static build of libgit2 since libgit2 is now included in the macOS
recicpes (https://github.com/R-macos/recipes).
* Update clone function docs and params, see PR #475. Thanks to
Alexandros Kouretsis.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-git2r/Makefile \
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.9 pkgsrc/devel/R-git2r/Makefile:1.10
--- pkgsrc/devel/R-git2r/Makefile:1.9 Wed Mar 25 22:18:42 2026
+++ pkgsrc/devel/R-git2r/Makefile Mon Jun 1 22:21:24 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2026/03/25 22:18:42 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/06/01 22:21:24 mef Exp $
R_PKGNAME= git2r
-R_PKGVER= 0.35.0
-PKGREVISION= 1
+R_PKGVER= 0.36.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-git2r/distinfo
diff -u pkgsrc/devel/R-git2r/distinfo:1.9 pkgsrc/devel/R-git2r/distinfo:1.10
--- pkgsrc/devel/R-git2r/distinfo:1.9 Sun Oct 27 05:28:57 2024
+++ pkgsrc/devel/R-git2r/distinfo Mon Jun 1 22:21:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/10/27 05:28:57 mef Exp $
+$NetBSD: distinfo,v 1.10 2026/06/01 22:21:24 mef Exp $
-BLAKE2s (R/git2r_0.35.0.tar.gz) = 579e042b4f37bfbea2f7e6d8e1dd0e4a5c5a3ff2a6a87b48882c6f053d2df1fd
-SHA512 (R/git2r_0.35.0.tar.gz) = 84d0c991eb3cd3545e09389bb413b5ffa83308fc8c31bf3472a2abffb0961d44375ce46e256a53547abb8e54b53f793b4054eabf1b8e701ae2e2b9cd0d1ef532
-Size (R/git2r_0.35.0.tar.gz) = 236583 bytes
+BLAKE2s (R/git2r_0.36.2.tar.gz) = 7d3b387b4f6444b8bfd66f9047bb2bfa83f3bc1edf2c290122ec2002f3244b2d
+SHA512 (R/git2r_0.36.2.tar.gz) = 829fbe4333a61f3a0e2038fe2575b1bc2e158cf01b4cde6531d8e1647dae3d33e269ef4b0d79e843731aa7c839fc2d9ce9dfaff99c75a71adc859a5443376eaa
+Size (R/git2r_0.36.2.tar.gz) = 239417 bytes
Home |
Main Index |
Thread Index |
Old Index