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:           Sun Feb  7 01:21:16 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/R-git2r/Makefile:1.3
--- pkgsrc/devel/R-git2r/Makefile:1.2   Fri Jan  1 02:50:52 2021
+++ pkgsrc/devel/R-git2r/Makefile       Sun Feb  7 01:21:16 2021
@@ -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"
Index: pkgsrc/devel/R-git2r/distinfo
diff -u pkgsrc/devel/R-git2r/distinfo:1.2 pkgsrc/devel/R-git2r/distinfo:1.3
--- pkgsrc/devel/R-git2r/distinfo:1.2   Fri Jan  1 02:50:52 2021
+++ pkgsrc/devel/R-git2r/distinfo       Sun Feb  7 01:21:16 2021
@@ -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