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:43:27 UTC 2019

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

Log Message:
R-rlang: update to version 0.4.0.

Update to the canonical form of an R package.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-rlang/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-rlang/distinfo
cvs rdiff -u -r1.3139 -r1.3140 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-rlang/Makefile
diff -u pkgsrc/devel/R-rlang/Makefile:1.5 pkgsrc/devel/R-rlang/Makefile:1.6
--- pkgsrc/devel/R-rlang/Makefile:1.5   Sun Apr  7 12:58:15 2019
+++ pkgsrc/devel/R-rlang/Makefile       Wed Jul 31 15:43:27 2019
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2019/04/07 12:58:15 wen Exp $
+# $NetBSD: Makefile,v 1.6 2019/07/31 15:43:27 brook Exp $
 
-CATEGORIES=    devel
+CATEGORIES=    devel R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://rlang.tidyverse.org/
-COMMENT=       Functions for base types, core R and Tidyverse features
+COMMENT=       Functions for base types and core R and 'Tidyverse' features
 LICENSE=       gnu-gpl-v3
 
 R_PKGNAME=     rlang
-R_PKGVER=      0.3.4
+R_PKGVER=      0.4.0
 
 USE_LANGUAGES= c
 
-BUILDLINK_API_DEPENDS.R+=      R>=3.1.0
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/R-rlang/distinfo
diff -u pkgsrc/devel/R-rlang/distinfo:1.4 pkgsrc/devel/R-rlang/distinfo:1.5
--- pkgsrc/devel/R-rlang/distinfo:1.4   Sun Apr  7 12:58:15 2019
+++ pkgsrc/devel/R-rlang/distinfo       Wed Jul 31 15:43:27 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/04/07 12:58:15 wen Exp $
+$NetBSD: distinfo,v 1.5 2019/07/31 15:43:27 brook Exp $
 
-SHA1 (R/rlang_0.3.4.tar.gz) = b91c413e7f217c4e9a12d545f0c250d090469719
-RMD160 (R/rlang_0.3.4.tar.gz) = adee5db1f12f5cf638328dc6a5c88e067de1f7ec
-SHA512 (R/rlang_0.3.4.tar.gz) = e83a2b4aa5da4f2e5ec4f3d71d81ae4b574832d5f5d8ee68760af0f60b7a7a1d70235bf6a6467ebac32613abe7b30f867536d59621eb15229d05b5c0645a007f
-Size (R/rlang_0.3.4.tar.gz) = 858992 bytes
+SHA1 (R/rlang_0.4.0.tar.gz) = 8f0c8673797b98e5cc47c3a5627aacb9b710d80b
+RMD160 (R/rlang_0.4.0.tar.gz) = d7e18c721a5ecad94f9a783c0edbab084e917d04
+SHA512 (R/rlang_0.4.0.tar.gz) = be4f1011dae14d4d175d5c5e6d6602222fb72652c7b3234acde0db84ddd432489b6f7d7dd4e8b112ddaf1bcbe1d27b9acb5f2c6d924ffd09626db1507d719600
+Size (R/rlang_0.4.0.tar.gz) = 859737 bytes

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3139 pkgsrc/doc/CHANGES-2019:1.3140
--- pkgsrc/doc/CHANGES-2019:1.3139      Wed Jul 31 15:35:44 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 15:43:26 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3139 2019/07/31 15:35:44 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3140 2019/07/31 15:43:26 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5096,3 +5096,4 @@ Changes to the packages collection and i
        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]
+       Updated devel/R-rlang to 0.4.0 [brook 2019-07-31]



Home | Main Index | Thread Index | Old Index