pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-gert
Module Name: pkgsrc
Committed By: mef
Date: Tue Apr 19 13:25:30 UTC 2022
Modified Files:
pkgsrc/devel/R-gert: Makefile distinfo
Log Message:
(devel/R-gert) Updated 1.3.2 to 1.6.0 (make test fails)
1.6.0
- We recommend at least libgit2 1.0 now
- Windows: update to libgit2 1.4.2
- Tests: switch to ECDSA keys for ssh remote unit tests
- git_log() gains a parameter 'after'
1.5.0
- Windows: use ${HOMEDRIVE}${HOMEPATH} path as home if it exists, to match
git-for-windows. On most systems this is the same as ${USERPROFILE}.
- git_commit_info() no longer includes $diff by default because it can be huge.
Please use git_diff() instead if you need it.
1.4.3
- Fix a unit test for some older versions of libgit2
1.4.2
- Make unit tests more robust against network fail and renamed branches
- Windows / MacOS: update to libgit2 1.3.0
1.4.1
- Fix compile error with some older version of libgit2
- MacOS: automatically use static libs when building in CI
1.4.0
- Windows / MacOS: update to libgit2 1.2.0
- New function git_branch_move()
- git_branch_checkout gains 'orphan' parameter
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-gert/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-gert/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-gert/Makefile
diff -u pkgsrc/devel/R-gert/Makefile:1.3 pkgsrc/devel/R-gert/Makefile:1.4
--- pkgsrc/devel/R-gert/Makefile:1.3 Thu Aug 19 14:06:47 2021
+++ pkgsrc/devel/R-gert/Makefile Tue Apr 19 13:25:30 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/08/19 14:06:47 mef Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/19 13:25:30 mef Exp $
R_PKGNAME= gert
-R_PKGVER= 1.3.2
+R_PKGVER= 1.6.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -16,6 +16,7 @@ DEPENDS+= R-credentials-[0-9]*:../../sec
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
USE_LANGUAGES= c
Index: pkgsrc/devel/R-gert/distinfo
diff -u pkgsrc/devel/R-gert/distinfo:1.5 pkgsrc/devel/R-gert/distinfo:1.6
--- pkgsrc/devel/R-gert/distinfo:1.5 Tue Oct 26 10:14:04 2021
+++ pkgsrc/devel/R-gert/distinfo Tue Apr 19 13:25:30 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:14:04 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/19 13:25:30 mef Exp $
-BLAKE2s (R/gert_1.3.2.tar.gz) = 5697d9ba43ebe7bc9ec0617cb16e25acea401a6acc9154d1a1a4207581f40654
-SHA512 (R/gert_1.3.2.tar.gz) = 0c67a8d6f844622fdbd1d264bd04b9ef40cfc41c9ee3c66009653ea5a0d435903e983ae1dbced43572cd1d137cb0c9aa95adc1d4ed60ec356cda5a00ba9b0093
-Size (R/gert_1.3.2.tar.gz) = 66688 bytes
+BLAKE2s (R/gert_1.6.0.tar.gz) = 4a8a51f9c0b96d4338731d1803a7c37b9a3854b9ea2a3e7e2b185f73360a7a3d
+SHA512 (R/gert_1.6.0.tar.gz) = 9e2c0096ca74c7c68f863a1a5e5e34432dec7f9326829d07275ca5d83e03de1f2272fca03c56f0285af068696f280f5db652939f9e347f1bf21a1645e4cfd36d
+Size (R/gert_1.6.0.tar.gz) = 117915 bytes
Home |
Main Index |
Thread Index |
Old Index