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:           Sun Jun  6 12:29:26 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-gert/Makefile \
    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.1 pkgsrc/devel/R-gert/Makefile:1.2
--- pkgsrc/devel/R-gert/Makefile:1.1    Fri Jan  1 06:22:06 2021
+++ pkgsrc/devel/R-gert/Makefile        Sun Jun  6 12:29:26 2021
@@ -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@localhost
@@ -14,6 +14,8 @@ DEPENDS+=     R-askpass>=1.1:../../security/
 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"
Index: pkgsrc/devel/R-gert/distinfo
diff -u pkgsrc/devel/R-gert/distinfo:1.1 pkgsrc/devel/R-gert/distinfo:1.2
--- pkgsrc/devel/R-gert/distinfo:1.1    Fri Jan  1 06:22:06 2021
+++ pkgsrc/devel/R-gert/distinfo        Sun Jun  6 12:29:26 2021
@@ -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



Home | Main Index | Thread Index | Old Index