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:           Fri Jan  1 02:50:52 UTC 2021

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

Log Message:
(devel/R-git2r) Updated 0.26.1 to 0.27.1

git2r 0.27.1
------------
CHANGES

* Fixed the CITATION file to pass 'R CMD check' without a NOTE.

git2r 0.27.0
------------
IMPROVEMENTS

* Updated the bundled libgit2 source code to version '0.28.5'.

* Updated the build configuration script to be able to build git2r
  with a system installation of libgit2 version >= 1.0.

* Updated to use libgit2 version 1.0.0 on Windows.

* The build configuration script checks for minimum required version
  of libssh2 (version >= 1.8). Issue #420.

* Updated to use roxygen2 version 7.1.0 to build the documentation.

* Make it easier to view and change the timezone (John Blischak in
  #408).

* Fixed 'ls_tree' to handle content in subfolder, see description in
  PR #402.

* The 'branch_create' function has been changed to use the
  'last_commit()' function as default to determine the commit to which
  the new branch should point.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/R-git2r/Makefile:1.2
--- pkgsrc/devel/R-git2r/Makefile:1.1   Fri Aug  9 18:37:22 2019
+++ pkgsrc/devel/R-git2r/Makefile       Fri Jan  1 02:50:52 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 18:37:22 brook Exp $
+# $NetBSD: Makefile,v 1.2 2021/01/01 02:50:52 mef Exp $
 
 R_PKGNAME=     git2r
-R_PKGVER=      0.26.1
+R_PKGVER=      0.27.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-git2r/distinfo
diff -u pkgsrc/devel/R-git2r/distinfo:1.1 pkgsrc/devel/R-git2r/distinfo:1.2
--- pkgsrc/devel/R-git2r/distinfo:1.1   Fri Aug  9 18:37:22 2019
+++ pkgsrc/devel/R-git2r/distinfo       Fri Jan  1 02:50:52 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/08/09 18:37:22 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/01/01 02:50:52 mef Exp $
 
-SHA1 (R/git2r_0.26.1.tar.gz) = 32a45bf6676e0dc9d4e819f6c8780e332382cf40
-RMD160 (R/git2r_0.26.1.tar.gz) = 4c671fabfc9f8df8b5dcfdc20d3053418709be13
-SHA512 (R/git2r_0.26.1.tar.gz) = 478092db866a3ecc9b333bc9dade5522f484b18cc8ae6f214089b27d090966ba7b759790a0705e5c4cc414a20205ea290bfabf4d9441d82f77e9f8ba4d93bbcd
-Size (R/git2r_0.26.1.tar.gz) = 1214783 bytes
+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



Home | Main Index | Thread Index | Old Index