Sat May 28 23:45:45 2022 UTC ()
Update to 2.5.1

Upstream changes:
R6 2.5.1

    Removed unused packages from Suggests section in DESCRIPTION.

R6 2.5.0

    Resolved #195: Slightly clearer message when there is an error in the initialize() method.

    Fixed #214: When a non-portable object inheritance was cloned, methods that were inherited (and not overridden) had the wrong environment. (#215, #217)

    Printing R6 objects, no longer includes .__active__.


(wen)
diff -r1.6 -r1.7 pkgsrc/devel/R-R6/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/R-R6/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/R-R6/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-R6/Makefile 2020/07/31 18:15:23 1.6
+++ pkgsrc/devel/R-R6/Makefile 2022/05/28 23:45:45 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.6 2020/07/31 18:15:23 brook Exp $ 1# $NetBSD: Makefile,v 1.7 2022/05/28 23:45:45 wen Exp $
2 2
3R_PKGNAME= R6 3R_PKGNAME= R6
4R_PKGVER= 2.4.1 4R_PKGVER= 2.5.1
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Encapsulated classes with reference semantics 8COMMENT= Encapsulated classes with reference semantics
9LICENSE= mit 9LICENSE= mit
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../math/R/Makefile.extension" 13.include "../../math/R/Makefile.extension"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/R-R6/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-R6/distinfo 2021/10/26 10:14:01 1.6
+++ pkgsrc/devel/R-R6/distinfo 2022/05/28 23:45:45 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 10:14:01 nia Exp $ 1$NetBSD: distinfo,v 1.7 2022/05/28 23:45:45 wen Exp $
2 2
3BLAKE2s (R/R6_2.4.1.tar.gz) = 80989458796442d0d90e415d2aeb6ee9cd1d38d87eda49a319522b139f49f1e8 3BLAKE2s (R/R6_2.5.1.tar.gz) = cc23c5605b9353f902fd9b8429d3fa44da9572e25b885e377926c44c122e81ea
4SHA512 (R/R6_2.4.1.tar.gz) = bf165edf15f4fb3a4ad94b80bcf96f255b6889649b40c7f27af10841a55d81d02f8a42707fc08a5bcadfa94d77d67f4617739a75b3e7d99ba57bb9100dde98b0 4SHA512 (R/R6_2.5.1.tar.gz) = e479714066a1f37d39e7fec824492233b25086941678921d153fb3ab5fe8ec2ce0bf774eb491435e8d2da660daded0a97648672327d7a46af4dee0eb57d44d48
5Size (R/R6_2.4.1.tar.gz) = 35536 bytes 5Size (R/R6_2.5.1.tar.gz) = 63422 bytes