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:58:09 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/textproc/R-stringr: Makefile distinfo

Log Message:
R-stringr: update to version 1.4.0.

Update to the canonical form of an R package.


To generate a diff of this commit:
cvs rdiff -u -r1.3212 -r1.3213 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/R-stringr/Makefile \
    pkgsrc/textproc/R-stringr/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.3212 pkgsrc/doc/CHANGES-2019:1.3213
--- pkgsrc/doc/CHANGES-2019:1.3212      Wed Jul 31 20:56:33 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 20:58:08 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3212 2019/07/31 20:56:33 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3213 2019/07/31 20:58:08 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5169,3 +5169,4 @@ Changes to the packages collection and i
        Updated textproc/R-highr to 0.8 [brook 2019-07-31]
        Updated textproc/R-markdown to 1.0 [brook 2019-07-31]
        Updated textproc/R-stringi to 1.4.3 [brook 2019-07-31]
+       Updated textproc/R-stringr to 1.4.0 [brook 2019-07-31]

Index: pkgsrc/textproc/R-stringr/Makefile
diff -u pkgsrc/textproc/R-stringr/Makefile:1.5 pkgsrc/textproc/R-stringr/Makefile:1.6
--- pkgsrc/textproc/R-stringr/Makefile:1.5      Sat Jul 28 14:40:52 2018
+++ pkgsrc/textproc/R-stringr/Makefile  Wed Jul 31 20:58:08 2019
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.5 2018/07/28 14:40:52 brook Exp $
+# $NetBSD: Makefile,v 1.6 2019/07/31 20:58:08 brook Exp $
 
-CATEGORIES=    textproc
+CATEGORIES=    textproc R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/stringr/
-COMMENT=       Make it easier to work with strings
+COMMENT=       Simple, consistent wrappers for common string operations
 LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     stringr
-R_PKGVER=      1.2.0
+R_PKGVER=      1.4.0
 
-DEPENDS=       R-stringi>=0.4.1:../../textproc/R-stringi \
-               R-magrittr>=0:../../devel/R-magrittr
+DEPENDS+=      R-glue>=1.2.0:../../devel/R-glue
+DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
+DEPENDS+=      R-stringi>=1.1.7:../../textproc/R-stringi
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/textproc/R-stringr/distinfo
diff -u pkgsrc/textproc/R-stringr/distinfo:1.5 pkgsrc/textproc/R-stringr/distinfo:1.6
--- pkgsrc/textproc/R-stringr/distinfo:1.5      Mon Feb  5 18:58:56 2018
+++ pkgsrc/textproc/R-stringr/distinfo  Wed Jul 31 20:58:08 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/02/05 18:58:56 minskim Exp $
+$NetBSD: distinfo,v 1.6 2019/07/31 20:58:08 brook Exp $
 
-SHA1 (R/stringr_1.2.0.tar.gz) = c53001e1eb12e18935939a54ab721b042d71b27e
-RMD160 (R/stringr_1.2.0.tar.gz) = 0e23d2643037c9a53df18f4204c47e5ced694460
-SHA512 (R/stringr_1.2.0.tar.gz) = 4c8284a45d382de0d8147c07c05f49817e78c2c34de398ec0129d4028fcb1f8efc12453344b7c117343dc9d01ff4e2cdf757e34b96bd18d79ee084436db1e350
-Size (R/stringr_1.2.0.tar.gz) = 94095 bytes
+SHA1 (R/stringr_1.4.0.tar.gz) = 0f3c558d371ad611ff0ef454708679fac984991e
+RMD160 (R/stringr_1.4.0.tar.gz) = bf6f0efa21c5ad340f8b189635ed94d12403c7ab
+SHA512 (R/stringr_1.4.0.tar.gz) = c72f150037a5ff55d9d067aef254a37a81cdaab8177b85cc88ba60610e1cfc0d04f0246666ba1a6e2d435e86fcb8cc589d872e24daac65c8faab7c71909b0a99
+Size (R/stringr_1.4.0.tar.gz) = 135777 bytes



Home | Main Index | Thread Index | Old Index