pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 15:35:44 UTC 2019

Modified Files:
        pkgsrc/devel/R-repr: Makefile distinfo
        pkgsrc/doc: CHANGES-2019

Log Message:
R-repr: update to version 1.0.1.

Update to the canonical form of an R package.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-repr/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-repr/distinfo
cvs rdiff -u -r1.3138 -r1.3139 pkgsrc/doc/CHANGES-2019

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-repr/Makefile
diff -u pkgsrc/devel/R-repr/Makefile:1.6 pkgsrc/devel/R-repr/Makefile:1.7
--- pkgsrc/devel/R-repr/Makefile:1.6    Sun Apr  7 13:04:10 2019
+++ pkgsrc/devel/R-repr/Makefile        Wed Jul 31 15:35:44 2019
@@ -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=      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"

Index: pkgsrc/devel/R-repr/distinfo
diff -u pkgsrc/devel/R-repr/distinfo:1.5 pkgsrc/devel/R-repr/distinfo:1.6
--- pkgsrc/devel/R-repr/distinfo:1.5    Sun Apr  7 13:04:10 2019
+++ pkgsrc/devel/R-repr/distinfo        Wed Jul 31 15:35:44 2019
@@ -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

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3138 pkgsrc/doc/CHANGES-2019:1.3139
--- pkgsrc/doc/CHANGES-2019:1.3138      Wed Jul 31 15:26:50 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 15:35:44 2019
@@ -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 @@ Changes to the packages collection and i
        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