(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.
This commit is contained in:
mef 2021-06-06 12:29:26 +00:00
parent 210682e4fb
commit 937767128c
2 changed files with 9 additions and 7 deletions

View file

@ -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"

View file

@ -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