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:16:44 UTC 2019

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

Log Message:
R-blob: update to version 1.2.0.

Update to the canonical form of an R package.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-blob/Makefile \
    pkgsrc/devel/R-blob/distinfo
cvs rdiff -u -r1.3135 -r1.3136 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-blob/Makefile
diff -u pkgsrc/devel/R-blob/Makefile:1.1 pkgsrc/devel/R-blob/Makefile:1.2
--- pkgsrc/devel/R-blob/Makefile:1.1    Sun Apr 15 00:35:05 2018
+++ pkgsrc/devel/R-blob/Makefile        Wed Jul 31 15:16:44 2019
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2018/04/15 00:35:05 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/31 15:16:44 brook Exp $
 
-DISTNAME=      blob_1.1.1
-CATEGORIES=    devel
+CATEGORIES=    devel R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/tidyverse/blob
-COMMENT=       Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
+COMMENT=       Simple S3 class for representing vectors of binary data ('BLOBS')
 LICENSE=       gnu-gpl-v3
 
-DEPENDS+=      R-prettyunits-[0-9]*:../../math/R-prettyunits
+R_PKGNAME=     blob
+R_PKGVER=      1.2.0
+
+DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+=      R-prettyunits>=1.0.2:../../math/R-prettyunits
+DEPENDS+=      R-vctrs>=0.2.0:../../math/R-vctrs
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/R-blob/distinfo
diff -u pkgsrc/devel/R-blob/distinfo:1.1 pkgsrc/devel/R-blob/distinfo:1.2
--- pkgsrc/devel/R-blob/distinfo:1.1    Sun Apr 15 00:35:05 2018
+++ pkgsrc/devel/R-blob/distinfo        Wed Jul 31 15:16:44 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/04/15 00:35:05 minskim Exp $
+$NetBSD: distinfo,v 1.2 2019/07/31 15:16:44 brook Exp $
 
-SHA1 (R/blob_1.1.1.tar.gz) = 75dac37340fea0a3a893440e066fa75f8342143d
-RMD160 (R/blob_1.1.1.tar.gz) = 58fbd623a8fc2fba73ac71e57804a442b03ec64a
-SHA512 (R/blob_1.1.1.tar.gz) = 34a8c5f36c190e6b1d822324335f7550ee7b3a3953d50a1387162811fc0dfd38c5d08f7aaac4d2ba0afff6ee9ab00d0604a5b41f414ac74d1f800633f05e6bfd
-Size (R/blob_1.1.1.tar.gz) = 4828 bytes
+SHA1 (R/blob_1.2.0.tar.gz) = 30566732bbc1493b61eccfa6b20bb4258e78b27f
+RMD160 (R/blob_1.2.0.tar.gz) = d2077ff37533880518e094f002a10eb6ef346c8f
+SHA512 (R/blob_1.2.0.tar.gz) = 5a9130760fc032e52ae4604ec935d097aebab8ee368facbe5e70429ca05ab6c12624b0c08f48c12ef2db3d9af6c3bc6e0fe23f9142161a9a09753882e164fa1c
+Size (R/blob_1.2.0.tar.gz) = 9355 bytes

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3135 pkgsrc/doc/CHANGES-2019:1.3136
--- pkgsrc/doc/CHANGES-2019:1.3135      Wed Jul 31 15:00:16 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 15:16:44 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3135 2019/07/31 15:00:16 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3136 2019/07/31 15:16:44 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5092,3 +5092,4 @@ Changes to the packages collection and i
        Updated devel/R-IRkernel to 1.0.2 [brook 2019-07-31]
        Updated devel/R-R6 to 2.4.0 [brook 2019-07-31]
        Updated devel/R-Rcpp to 1.0.2 [brook 2019-07-31]
+       Updated devel/R-blob to 1.2.0 [brook 2019-07-31]



Home | Main Index | Thread Index | Old Index