diff options
author | mef <mef@pkgsrc.org> | 2021-06-06 12:29:26 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-06-06 12:29:26 +0000 |
commit | 125aea8489de44c1c1381ab12986a85123c1679d (patch) | |
tree | 1c866db20deab92cbb940d990d99b4be9f135ffb /devel | |
parent | 6fb518b5130daa36913186fd4b75fcd0c64ad6db (diff) | |
download | pkgsrc-125aea8489de44c1c1381ab12986a85123c1679d.tar.gz |
(devel/R-gert) Updated 1.0.2 to 1.3.0
1.3.0
- Some encoding fixes for latin1 paths, especially non-ascii Windows usernames.
1.2.0
- New git_stat_files() function.
1.1.0
- On x86_64 Linux systems where libgit2 is too old or unavailable, we automatically
try to download a precompiled static version of libgit2. This includes CentOS 7/8
as well as Ubuntu 16.04 and 18.04. Therefore the PPA should no longer be needed.
You can opt-out of this by setting an envvar: USE_SYSTEM_LIBGIT2=1
- Add tooling to manually find and set the location of the system SSL certificates
on such static builds, and also for Solaris.
- Add several functions to work with submodules.
- Globally enable submodule-caching for faster diffing.
- Refactor internal code to please rchk analysis tool.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/R-gert/Makefile | 6 | ||||
-rw-r--r-- | devel/R-gert/distinfo | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/R-gert/Makefile b/devel/R-gert/Makefile index bac2dd1e008..f41425ea54e 100644 --- a/devel/R-gert/Makefile +++ b/devel/R-gert/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2021/01/01 06:22:06 mef Exp $ +# $NetBSD: Makefile,v 1.2 2021/06/06 12:29:26 mef Exp $ R_PKGNAME= gert -R_PKGVER= 1.0.2 +R_PKGVER= 1.3.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -14,6 +14,8 @@ DEPENDS+= R-askpass>=1.1:../../security/R-askpass DEPENDS+= R-openssl>=1.4.1:../../security/R-openssl DEPENDS+= R-credentials-[0-9]*:../../security/R-credentials +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat + USE_LANGUAGES= c .include "../../math/R/Makefile.extension" diff --git a/devel/R-gert/distinfo b/devel/R-gert/distinfo index 8dd165c5dba..48eee879261 100644 --- a/devel/R-gert/distinfo +++ b/devel/R-gert/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2021/01/01 06:22:06 mef Exp $ +$NetBSD: distinfo,v 1.2 2021/06/06 12:29:26 mef Exp $ -SHA1 (R/gert_1.0.2.tar.gz) = f269c72d00851f4d3d56f5af719decc644d5811c -RMD160 (R/gert_1.0.2.tar.gz) = ed2e31bedf46c1dacf1415d758668732e93771a1 -SHA512 (R/gert_1.0.2.tar.gz) = b2d35a2a6703eabfe6a6bd55d384b3fe033af60b4ca1df452776a716a512f82721f17b2d545c8fc7c9ab85a043f45c6ad21faa83b6f618f569df641aded41450 -Size (R/gert_1.0.2.tar.gz) = 61324 bytes +SHA1 (R/gert_1.3.0.tar.gz) = 8921effc5072a3d723a19b912405a1a02f8239d3 +RMD160 (R/gert_1.3.0.tar.gz) = 21cd04558c7e4763be9a8981e269a65e6d719f8f +SHA512 (R/gert_1.3.0.tar.gz) = 50dc087f8cbe70d81996368c908100480f98903da7ed496aa69a47eac02cc90fa40bede5033f21f5e148fa61afd459297de556b59791f602703815e4ead9b768 +Size (R/gert_1.3.0.tar.gz) = 66410 bytes |