pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-repr: update to version 1.0.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b642d3213a95
branches: trunk
changeset: 337095:b642d3213a95
user: brook <brook%pkgsrc.org@localhost>
date: Wed Jul 31 15:35:44 2019 +0000
description:
R-repr: update to version 1.0.1.
Update to the canonical form of an R package.
diffstat:
devel/R-repr/Makefile | 16 ++++++++--------
devel/R-repr/distinfo | 10 +++++-----
doc/CHANGES-2019 | 3 ++-
3 files changed, 15 insertions(+), 14 deletions(-)
diffs (62 lines):
diff -r fa9ec8cce981 -r b642d3213a95 devel/R-repr/Makefile
--- a/devel/R-repr/Makefile Wed Jul 31 15:33:40 2019 +0000
+++ b/devel/R-repr/Makefile Wed Jul 31 15:35:44 2019 +0000
@@ -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@localhost
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= 1.0.1
-R_PKGNAME= repr
-R_PKGVER= 0.19.2
+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"
diff -r fa9ec8cce981 -r b642d3213a95 devel/R-repr/distinfo
--- a/devel/R-repr/distinfo Wed Jul 31 15:33:40 2019 +0000
+++ b/devel/R-repr/distinfo Wed Jul 31 15:35:44 2019 +0000
@@ -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
-RMD160 (R/repr_0.19.2.tar.gz) = 41e1590d86b110a7cc1c607569c8070bf34f8633
-SHA512 (R/repr_0.19.2.tar.gz) = 306cabbff5bf5f5dbf26c94e237855540be753850363d2612b28de0e5df50279bcde38d844fac9a9f581e5ab907109af51647b16b6ac07bd6fb650c1474e9ac3
-Size (R/repr_0.19.2.tar.gz) = 28452 bytes
+SHA1 (R/repr_1.0.1.tar.gz) = 45e42ee78466d3f681ce2cffb3c65405c34b60cc
+RMD160 (R/repr_1.0.1.tar.gz) = ff4ee624b3481f6af093e005c3951e4f333e3669
+SHA512 (R/repr_1.0.1.tar.gz) = f090d8c3cc4481989bdefcf4bf2e068ce693716d295ce800e68c1eab8ac32c847fbe8e1942034dc9471cc5a269e45c6f1b78da74dc53bf0609a75c94b4fb7f8c
+Size (R/repr_1.0.1.tar.gz) = 30179 bytes
diff -r fa9ec8cce981 -r b642d3213a95 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Wed Jul 31 15:33:40 2019 +0000
+++ b/doc/CHANGES-2019 Wed Jul 31 15:35:44 2019 +0000
@@ -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]
Home |
Main Index |
Thread Index |
Old Index