Wed Jul 31 15:35:44 2019 UTC ()
R-repr: update to version 1.0.1.

Update to the canonical form of an R package.


(brook)
diff -r1.6 -r1.7 pkgsrc/devel/R-repr/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/R-repr/distinfo
diff -r1.3138 -r1.3139 pkgsrc/doc/CHANGES-2019

cvs diff -r1.6 -r1.7 pkgsrc/devel/R-repr/Makefile (expand / switch to context diff)
--- pkgsrc/devel/R-repr/Makefile 2019/04/07 13:04:10 1.6
+++ pkgsrc/devel/R-repr/Makefile 2019/07/31 15:35:44 1.7
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.6 2019/04/07 13:04:10 wen Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/31 15:35:44 brook Exp $
 
-CATEGORIES=	devel
+CATEGORIES=	devel R
 
 MAINTAINER=	minskim@NetBSD.org
 HOMEPAGE=	${R_HOMEPAGE_BASE}/repr/
 COMMENT=	Serializable representations
 LICENSE=	gnu-gpl-v3
 
-DEPENDS+=	R-htmltools-[0-9]*:../../textproc/R-htmltools
-DEPENDS+=	R-base64enc-[0-9]*:../../converters/R-base64enc
-DEPENDS+=	R-jsonlite>=0:../../textproc/R-jsonlite
-
 R_PKGNAME=	repr
-R_PKGVER=	0.19.2
+R_PKGVER=	1.0.1
 
+DEPENDS+=	R-base64enc>=0.1.3:../../converters/R-base64enc
+DEPENDS+=	R-pillar>=1.4.0:../../misc/R-pillar
+DEPENDS+=	R-htmltools>=0.3.6:../../textproc/R-htmltools
+DEPENDS+=	R-jsonlite>=1.6:../../textproc/R-jsonlite
+
 USE_LANGUAGES=	# none
 
-BUILDLINK_API_DEPENDS.R+=	R>=3.0.1
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/R-repr/distinfo (expand / switch to context diff)
--- pkgsrc/devel/R-repr/distinfo 2019/04/07 13:04:10 1.5
+++ pkgsrc/devel/R-repr/distinfo 2019/07/31 15:35:44 1.6
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/04/07 13:04:10 wen Exp $
+$NetBSD: distinfo,v 1.6 2019/07/31 15:35:44 brook Exp $
 
-SHA1 (R/repr_0.19.2.tar.gz) = 4c0b5d82af238c83d7270a409c73717a691b83d2
+SHA1 (R/repr_1.0.1.tar.gz) = 45e42ee78466d3f681ce2cffb3c65405c34b60cc
-RMD160 (R/repr_0.19.2.tar.gz) = 41e1590d86b110a7cc1c607569c8070bf34f8633
+RMD160 (R/repr_1.0.1.tar.gz) = ff4ee624b3481f6af093e005c3951e4f333e3669
-SHA512 (R/repr_0.19.2.tar.gz) = 306cabbff5bf5f5dbf26c94e237855540be753850363d2612b28de0e5df50279bcde38d844fac9a9f581e5ab907109af51647b16b6ac07bd6fb650c1474e9ac3
+SHA512 (R/repr_1.0.1.tar.gz) = f090d8c3cc4481989bdefcf4bf2e068ce693716d295ce800e68c1eab8ac32c847fbe8e1942034dc9471cc5a269e45c6f1b78da74dc53bf0609a75c94b4fb7f8c
-Size (R/repr_0.19.2.tar.gz) = 28452 bytes
+Size (R/repr_1.0.1.tar.gz) = 30179 bytes

cvs diff -r1.3138 -r1.3139 pkgsrc/doc/CHANGES-2019 (expand / switch to context diff)
--- pkgsrc/doc/CHANGES-2019 2019/07/31 15:26:50 1.3138
+++ pkgsrc/doc/CHANGES-2019 2019/07/31 15:35:44 1.3139
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3138 2019/07/31 15:26:50 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3139 2019/07/31 15:35:44 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5095,3 +5095,4 @@
 	Updated devel/R-blob to 1.2.0 [brook 2019-07-31]
 	Updated devel/R-evaluate to 0.14 [brook 2019-07-31]
 	Updated devel/R-iterators to 1.0.12 [brook 2019-07-31]
+	Updated devel/R-repr to 1.0.1 [brook 2019-07-31]