pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-remotes
Module Name: pkgsrc
Committed By: mef
Date: Sat Jun 12 01:43:34 UTC 2021
Modified Files:
pkgsrc/devel/R-remotes: Makefile distinfo
Log Message:
(devel/R-remotes) Updated 2.3.0 to 2.4.0
# remotes 2.4.0
* Re-license as MIT. (#551)
* skip tests for `download.file(method = "internal")`, on R > 4.1,
since that method is now defunct on those versions.
* `system_requirements()` now works as intended if only the `os`
argument is used (@mdneuzerling, #609)
* `remote_package_name.git2r_remote` and
`remote_package_name.xgit_remote` now get correct package name from
HTTP(S) git repo's `DESCRIPTION` file, and thus package's
`DESCRIPTION` file's `Remotes` field could have
`git::http(s)://<host>/<username>/<repo>[.git][@ref]` items that
install remote packages using git via HTTP(S) protocal (@niheaven,
#603).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-remotes/Makefile \
pkgsrc/devel/R-remotes/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-remotes/Makefile
diff -u pkgsrc/devel/R-remotes/Makefile:1.3 pkgsrc/devel/R-remotes/Makefile:1.4
--- pkgsrc/devel/R-remotes/Makefile:1.3 Thu Jun 3 14:09:16 2021
+++ pkgsrc/devel/R-remotes/Makefile Sat Jun 12 01:43:34 2021
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.3 2021/06/03 14:09:16 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/12 01:43:34 mef Exp $
R_PKGNAME= remotes
-R_PKGVER= 2.3.0
+R_PKGVER= 2.4.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= R package installation from remote repositories, including 'GitHub'
-LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+LICENSE= mit
# Package suggested but not available: 'webfakes'
#EST_DEPENDS+= R-webfake-[0-9]*:../../www/R-webfakes
+TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
USE_LANGUAGES= # none
Index: pkgsrc/devel/R-remotes/distinfo
diff -u pkgsrc/devel/R-remotes/distinfo:1.3 pkgsrc/devel/R-remotes/distinfo:1.4
--- pkgsrc/devel/R-remotes/distinfo:1.3 Thu Jun 3 14:09:16 2021
+++ pkgsrc/devel/R-remotes/distinfo Sat Jun 12 01:43:34 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/06/03 14:09:16 mef Exp $
+$NetBSD: distinfo,v 1.4 2021/06/12 01:43:34 mef Exp $
-SHA1 (R/remotes_2.3.0.tar.gz) = 3505d2719fb7c777ff90b8636152c51c31679768
-RMD160 (R/remotes_2.3.0.tar.gz) = a5ecb3d888ff16b651ce6b5d09f861d9188540d9
-SHA512 (R/remotes_2.3.0.tar.gz) = 37a7d56e434d426f6b3cfa3497233245756c27258971ccdc11641b67f1562e8bd1ff63d59f4f215ed3551c30358aa25b12b667d7b406a34655936174ca33731d
-Size (R/remotes_2.3.0.tar.gz) = 148405 bytes
+SHA1 (R/remotes_2.4.0.tar.gz) = 5cb205d4e9075d942e66abcda90168678a611c56
+RMD160 (R/remotes_2.4.0.tar.gz) = 2abf1fc422d26baa22a31e5bb3bc647d4a637541
+SHA512 (R/remotes_2.4.0.tar.gz) = 699dee6d63aea2d65190fe63cd28199c394cac3e9dc8aacf8fc74e8fa62855fc1358831f2770ccd3e9feb79206bcdb9cbdfd93b91050231a0cb7e2fc6a1b2b38
+Size (R/remotes_2.4.0.tar.gz) = 149836 bytes
Home |
Main Index |
Thread Index |
Old Index