pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-git2r (devel/R-git2r) Updated 0.27.1 to 0.28.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/81885545e545
branches: trunk
changeset: 446337:81885545e545
user: mef <mef%pkgsrc.org@localhost>
date: Sun Feb 07 01:21:16 2021 +0000
description:
(devel/R-git2r) Updated 0.27.1 to 0.28.0
git2r 0.28.0
------------
IMPROVEMENTS
* Updated to use libgit2 version 1.1.0 on Windows.
* Fix handling of a symbolic reference when checking out previous
branch.
* Added a configure option '--without-libgit2' to ignore presence of a
system libgit2 library and instead use the internal git2r libgit2
library. Usage:
R CMD INSTALL --configure-args='--without-libgit2' git2r_x.y.z.tar.gz
* Updated some tests to work with libgit2 version 1.1.0.
diffstat:
devel/R-git2r/Makefile | 7 +++++--
devel/R-git2r/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r da0ac45796f9 -r 81885545e545 devel/R-git2r/Makefile
--- a/devel/R-git2r/Makefile Sat Feb 06 23:21:13 2021 +0000
+++ b/devel/R-git2r/Makefile Sun Feb 07 01:21:16 2021 +0000
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2021/01/01 02:50:52 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/07 01:21:16 mef Exp $
R_PKGNAME= git2r
-R_PKGVER= 0.27.1
+R_PKGVER= 0.28.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Provides access to Git repositories
LICENSE= gnu-gpl-v2
+TEST_DEPENDS+= R-getPass-[0-9]*:../../security/R-getPass
+#EST_DEPENDS+= libgit2-[0-9]*:../../devel/libgit2
+
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
diff -r da0ac45796f9 -r 81885545e545 devel/R-git2r/distinfo
--- a/devel/R-git2r/distinfo Sat Feb 06 23:21:13 2021 +0000
+++ b/devel/R-git2r/distinfo Sun Feb 07 01:21:16 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2021/01/01 02:50:52 mef Exp $
+$NetBSD: distinfo,v 1.3 2021/02/07 01:21:16 mef Exp $
-SHA1 (R/git2r_0.27.1.tar.gz) = 56fb591056edff794f340919d1f395bc40a69f73
-RMD160 (R/git2r_0.27.1.tar.gz) = 54ff1ec16a0b0dbf5bd7aa15fb8025e5f76782e0
-SHA512 (R/git2r_0.27.1.tar.gz) = c580283aaf458bb247fccbe2448527d71c9d4df534477ba4ec8c697a81a5cf43de4049867fcfc5f0cc60b17220001467a9863b4d0cf2056a60f9179e5d631439
-Size (R/git2r_0.27.1.tar.gz) = 1221472 bytes
+SHA1 (R/git2r_0.28.0.tar.gz) = 4ad2e9789285480b0edc80cc3892ad13ace4f3ee
+RMD160 (R/git2r_0.28.0.tar.gz) = ae746569d3346aea612ad0d08091fd3f55fc9db6
+SHA512 (R/git2r_0.28.0.tar.gz) = c1ecc067c9a85f96e0631f97db279d1bdb47e067f0484a7d57ab90052a0575778305ab7e3396621a84cee892f157ee2bae0a5fe7b8e9c68d08e66eae8106c5bc
+Size (R/git2r_0.28.0.tar.gz) = 1221117 bytes
Home |
Main Index |
Thread Index |
Old Index