R-R6: update to version 2.4.0.
Update to the canonical form of an R package.
This commit is contained in:
parent
736440d74e
commit
587cda3522
3 changed files with 11 additions and 11 deletions
|
@ -1,17 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.3 2018/12/21 06:25:09 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2019/07/31 14:58:13 brook Exp $
|
||||
|
||||
CATEGORIES= devel
|
||||
CATEGORIES= devel R
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= https://github.com/wch/R6/
|
||||
COMMENT= Classes with reference semantics
|
||||
COMMENT= Encapsulated classes with reference semantics
|
||||
LICENSE= mit
|
||||
|
||||
R_PKGNAME= R6
|
||||
R_PKGVER= 2.3.0
|
||||
R_PKGVER= 2.4.0
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
BUILDLINK_API_DEPENDS.R+= R>=3.0
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2018/12/21 06:25:09 wen Exp $
|
||||
$NetBSD: distinfo,v 1.3 2019/07/31 14:58:13 brook Exp $
|
||||
|
||||
SHA1 (R/R6_2.3.0.tar.gz) = 43b4c18c2a1cfdf1188056a085d6d71db160dc3a
|
||||
RMD160 (R/R6_2.3.0.tar.gz) = 6018b794e1319a0c1d59c659b990193a62de5b09
|
||||
SHA512 (R/R6_2.3.0.tar.gz) = 47aef4bbb80b43f0f4836d51211aa861208d58e5ad63c96ead7f47a34566bf61f86b97849e77f3ffe4153aa9eff3553d9e309a797987d833c6eba54c365adb8d
|
||||
Size (R/R6_2.3.0.tar.gz) = 30968 bytes
|
||||
SHA1 (R/R6_2.4.0.tar.gz) = 21469ba4e4a891aa0eb1c05378079d08033ee5f8
|
||||
RMD160 (R/R6_2.4.0.tar.gz) = 9ea40b4aa8154ee3703a5f9053edca36913c89fd
|
||||
SHA512 (R/R6_2.4.0.tar.gz) = a2082f1e3cc1517c89ab257b7cd609042ca5ad58e2e798955a6deb53ff61090ff4d8ee8c2552c57a2914d4d83e76b71ecb081181e4cdda3d336b06c71cadd8e4
|
||||
Size (R/R6_2.4.0.tar.gz) = 31545 bytes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2019,v 1.3133 2019/07/31 14:56:44 brook Exp $
|
||||
$NetBSD: CHANGES-2019,v 1.3134 2019/07/31 14:58:13 brook Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2019:
|
||||
|
||||
|
@ -5090,3 +5090,4 @@ Changes to the packages collection and infrastructure in 2019:
|
|||
Updated databases/R-RSQLite to 2.1.2 [brook 2019-07-31]
|
||||
Updated databases/R-sqldf to 0.4.11 [brook 2019-07-31]
|
||||
Updated devel/R-IRkernel to 1.0.2 [brook 2019-07-31]
|
||||
Updated devel/R-R6 to 2.4.0 [brook 2019-07-31]
|
||||
|
|
Loading…
Reference in a new issue