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:48:51 UTC 2019

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

Log Message:
R-formatR: update to version 1.7.

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.3207 -r1.3208 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/R-formatR/Makefile \
    pkgsrc/textproc/R-formatR/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.3207 pkgsrc/doc/CHANGES-2019:1.3208
--- pkgsrc/doc/CHANGES-2019:1.3207      Wed Jul 31 20:47:23 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 20:48:51 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3207 2019/07/31 20:47:23 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3208 2019/07/31 20:48:51 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5164,3 +5164,4 @@ Changes to the packages collection and i
        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]
+       Updated textproc/R-formatR to 1.7 [brook 2019-07-31]

Index: pkgsrc/textproc/R-formatR/Makefile
diff -u pkgsrc/textproc/R-formatR/Makefile:1.4 pkgsrc/textproc/R-formatR/Makefile:1.5
--- pkgsrc/textproc/R-formatR/Makefile:1.4      Sat Jul 28 14:40:52 2018
+++ pkgsrc/textproc/R-formatR/Makefile  Wed Jul 31 20:48:51 2019
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2018/07/28 14:40:52 brook Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/31 20:48:51 brook Exp $
 
-CATEGORIES=    textproc
+CATEGORIES=    textproc R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/formatR/
 COMMENT=       Format R code automatically
-# TODO: LICENSE=       GPL
+LICENSE=       gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     formatR
-R_PKGVER=      1.4
+R_PKGVER=      1.7
+
+USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/R-formatR/distinfo
diff -u pkgsrc/textproc/R-formatR/distinfo:1.4 pkgsrc/textproc/R-formatR/distinfo:1.5
--- pkgsrc/textproc/R-formatR/distinfo:1.4      Sun Dec 18 02:39:05 2016
+++ pkgsrc/textproc/R-formatR/distinfo  Wed Jul 31 20:48:51 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/12/18 02:39:05 wen Exp $
+$NetBSD: distinfo,v 1.5 2019/07/31 20:48:51 brook Exp $
 
-SHA1 (R/formatR_1.4.tar.gz) = f4b3d9f25e9c8355e058940631807c047d522bc8
-RMD160 (R/formatR_1.4.tar.gz) = aa8d4dfd9df7efbfc2fdd7d6979460b1f54102cf
-SHA512 (R/formatR_1.4.tar.gz) = 62d2ba50d6405a6446af15a80e595a103729768d19698ef5191ba83ddc0b4f80388c54bc7dcba4d9fde1507a8da013e921a16e6d5b1a56fcf5df3e215d6cbaf1
-Size (R/formatR_1.4.tar.gz) = 28109 bytes
+SHA1 (R/formatR_1.7.tar.gz) = bcd4bec2b469b0817ce750d7f19403aa04055b7a
+RMD160 (R/formatR_1.7.tar.gz) = f3af0f9a92b043ee607f0f73b00083d5fac9418b
+SHA512 (R/formatR_1.7.tar.gz) = ab4a70fb276036b57c0e5438e1192ff5af098b55a5f2b227c175c0c33274332947ab0661223ee1347ea5b6f32e801dfcf9448f34ec02e1ff98d054fc78fbe9ee
+Size (R/formatR_1.7.tar.gz) = 105954 bytes



Home | Main Index | Thread Index | Old Index