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:56:33 UTC 2019

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

Log Message:
R-stringi: update to version 1.4.3.

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.3211 -r1.3212 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/R-stringi/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/R-stringi/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.3211 pkgsrc/doc/CHANGES-2019:1.3212
--- pkgsrc/doc/CHANGES-2019:1.3211      Wed Jul 31 20:54:53 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 20:56:33 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3211 2019/07/31 20:54:53 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3212 2019/07/31 20:56:33 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5168,3 +5168,4 @@ Changes to the packages collection and i
        Updated textproc/R-gsubfn to 0.7 [brook 2019-07-31]
        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]

Index: pkgsrc/textproc/R-stringi/Makefile
diff -u pkgsrc/textproc/R-stringi/Makefile:1.15 pkgsrc/textproc/R-stringi/Makefile:1.16
--- pkgsrc/textproc/R-stringi/Makefile:1.15     Wed Apr  3 00:33:08 2019
+++ pkgsrc/textproc/R-stringi/Makefile  Wed Jul 31 20:56:33 2019
@@ -1,20 +1,18 @@
-# $NetBSD: Makefile,v 1.15 2019/04/03 00:33:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2019/07/31 20:56:33 brook Exp $
 
-PKGREVISION=   4
-CATEGORIES=    textproc
+CATEGORIES=    textproc R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/stringi/
-COMMENT=       Character String Processing Facilities
-LICENSE=       modified-bsd
+COMMENT=       Character string processing facilities
+LICENSE=       modified-bsd    # + file LICENSE
 
 R_PKGNAME=     stringi
-R_PKGVER=      1.1.6
+R_PKGVER=      1.4.3
 
-USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
 
-.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.R+=      R>=2.14
 .include "../../math/R/Makefile.extension"
+.include "../../textproc/icu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/R-stringi/distinfo
diff -u pkgsrc/textproc/R-stringi/distinfo:1.3 pkgsrc/textproc/R-stringi/distinfo:1.4
--- pkgsrc/textproc/R-stringi/distinfo:1.3      Mon Feb  5 18:52:05 2018
+++ pkgsrc/textproc/R-stringi/distinfo  Wed Jul 31 20:56:33 2019
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/02/05 18:52:05 minskim Exp $
+$NetBSD: distinfo,v 1.4 2019/07/31 20:56:33 brook Exp $
 
-SHA1 (R/stringi_1.1.6.tar.gz) = 1393f38caee1430fa56718d33b25b3c909cc587d
-RMD160 (R/stringi_1.1.6.tar.gz) = a839d214d3fd9a7a76e7f1441e20125ad7d5c567
-SHA512 (R/stringi_1.1.6.tar.gz) = b79390533b94aab79e9f696d6ef85e5c4da92244e586ec5edc3eb6dccf0f584d5f9bc9f9514b00926f1abf4e83e0d174a17e241b2894af3e3fc17f2251f24f2f
-Size (R/stringi_1.1.6.tar.gz) = 3647049 bytes
-SHA1 (patch-configure) = 987246cf48481166846d042772ca79eca4115f57
+SHA1 (R/stringi_1.4.3.tar.gz) = 751f9ebc8b93b184c3981d410c225fae43fcccd5
+RMD160 (R/stringi_1.4.3.tar.gz) = a0050e2e240f4a9a5248dc84281ebffd39c8007e
+SHA512 (R/stringi_1.4.3.tar.gz) = 63cd699cdb2080143481cf258b28ae3496bc10627f15fbb8cc3d7e3e21de0318ded2e2223bf1a65ae08d9eaf9ece4352fbc4964d86e0183f7860271b34cdfb1a
+Size (R/stringi_1.4.3.tar.gz) = 7290890 bytes



Home | Main Index | Thread Index | Old Index