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 20:47:23 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/security/R-digest: Makefile distinfo

Log Message:
R-digest: update to version 0.6.20.

Update to the canonical form of an R package and fix the LICENSE
field.


To generate a diff of this commit:
cvs rdiff -u -r1.3206 -r1.3207 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/R-digest/Makefile \
    pkgsrc/security/R-digest/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3206 pkgsrc/doc/CHANGES-2019:1.3207
--- pkgsrc/doc/CHANGES-2019:1.3206      Wed Jul 31 20:46:05 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 20:47:23 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3206 2019/07/31 20:46:05 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3207 2019/07/31 20:47:23 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5163,3 +5163,4 @@ Changes to the packages collection and i
        Updated misc/R-pillar to 1.4.2 [brook 2019-07-31]
        Updated net/R-pbdZMQ to 0.3.3 [brook 2019-07-31]
        Updated print/R-knitr to 1.23 [brook 2019-07-31]
+       Updated security/R-digest to 0.6.20 [brook 2019-07-31]

Index: pkgsrc/security/R-digest/Makefile
diff -u pkgsrc/security/R-digest/Makefile:1.5 pkgsrc/security/R-digest/Makefile:1.6
--- pkgsrc/security/R-digest/Makefile:1.5       Sat Jul 28 14:40:52 2018
+++ pkgsrc/security/R-digest/Makefile   Wed Jul 31 20:47:23 2019
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2018/07/28 14:40:52 brook Exp $
+# $NetBSD: Makefile,v 1.6 2019/07/31 20:47:23 brook Exp $
 
-CATEGORIES=    security
+CATEGORIES=    security R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://dirk.eddelbuettel.com/code/digest.html
-COMMENT=       Create cryptographic hash digests of R objects
-LICENSE=       gnu-gpl-v2
+COMMENT=       Create compact hash digests of R objects
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     digest
-R_PKGVER=      0.6.15
+R_PKGVER=      0.6.20
+
+USE_LANGUAGES+=        c c++
 
-BUILDLINK_API_DEPENDS.R+=      R>=2.4.1
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/R-digest/distinfo
diff -u pkgsrc/security/R-digest/distinfo:1.5 pkgsrc/security/R-digest/distinfo:1.6
--- pkgsrc/security/R-digest/distinfo:1.5       Wed Feb 28 18:12:31 2018
+++ pkgsrc/security/R-digest/distinfo   Wed Jul 31 20:47:23 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/02/28 18:12:31 minskim Exp $
+$NetBSD: distinfo,v 1.6 2019/07/31 20:47:23 brook Exp $
 
-SHA1 (R/digest_0.6.15.tar.gz) = 892e35950e872504ef691b3defad81d81de86b57
-RMD160 (R/digest_0.6.15.tar.gz) = bcbf963d2fc22bce4fdab2c6bb539322d8b4a77a
-SHA512 (R/digest_0.6.15.tar.gz) = 632f5396e900379e3a2c70a4731fd150a36cbb1f426cbcbbdf5483853c431fe3a499ca7ad600411b520e620cc2f048b389346c5c083a205276a42a0e80c5a190
-Size (R/digest_0.6.15.tar.gz) = 122095 bytes
+SHA1 (R/digest_0.6.20.tar.gz) = b34ccd768d22805e1d1b8e740ff19cc505c18dd5
+RMD160 (R/digest_0.6.20.tar.gz) = 4fa976d5abfc6b257e8730a7b9e7cd39a860cb98
+SHA512 (R/digest_0.6.20.tar.gz) = e7232a80ddbd7a686f76c54e80fb8f5609c7c43775f7a14a95fa0869b5ea7e953c3feee1f285786cd2b62d9e184d61e07bce7f3cadff1c19988d3513cefe143b
+Size (R/digest_0.6.20.tar.gz) = 135997 bytes



Home | Main Index | Thread Index | Old Index