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

Modified Files:
        pkgsrc/doc: CHANGES-2019 TODO
        pkgsrc/math/R-httpRequest: Makefile distinfo

Log Message:
R-httpRequest: update to version 0.0.10.

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.3180 -r1.3181 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.19158 -r1.19159 pkgsrc/doc/TODO
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-httpRequest/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-httpRequest/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.3180 pkgsrc/doc/CHANGES-2019:1.3181
--- pkgsrc/doc/CHANGES-2019:1.3180      Wed Jul 31 19:41:56 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 19:43:12 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3180 2019/07/31 19:41:56 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3181 2019/07/31 19:43:12 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5137,3 +5137,4 @@ Changes to the packages collection and i
        Updated math/R-gstat to 2.0.2 [brook 2019-07-31]
        Updated math/R-gtable to 0.3.0 [brook 2019-07-31]
        Updated math/R-gtools to 3.8.1 [brook 2019-07-31]
+       Updated math/R-httpRequest to 0.0.10 [brook 2019-07-31]

Index: pkgsrc/doc/TODO
diff -u pkgsrc/doc/TODO:1.19158 pkgsrc/doc/TODO:1.19159
--- pkgsrc/doc/TODO:1.19158     Wed Jul 31 19:29:34 2019
+++ pkgsrc/doc/TODO     Wed Jul 31 19:43:12 2019
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.19158 2019/07/31 19:29:34 brook Exp $
+$NetBSD: TODO,v 1.19159 2019/07/31 19:43:12 brook Exp $
 
 Suggested new packages
 ======================
@@ -408,7 +408,6 @@ For possible Perl packages updates, see 
        o PAM-0.99.7.1
        o Pantomime-1.2.2
        o R-akima-11
-       o R-httpRequest-0.0.10
        o R-mapproj-3
        o R-maps-3.1.0
        o R-ncdf-1.6.8

Index: pkgsrc/math/R-httpRequest/Makefile
diff -u pkgsrc/math/R-httpRequest/Makefile:1.8 pkgsrc/math/R-httpRequest/Makefile:1.9
--- pkgsrc/math/R-httpRequest/Makefile:1.8      Sat Jul 28 14:40:48 2018
+++ pkgsrc/math/R-httpRequest/Makefile  Wed Jul 31 19:43:12 2019
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.8 2018/07/28 14:40:48 brook Exp $
+# $NetBSD: Makefile,v 1.9 2019/07/31 19:43:12 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/httpRequest/
-COMMENT=       Implements the GET, POST and multipart POST request
-LICENSE=       gnu-gpl-v2
+COMMENT=       Basic HTTP request
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     httpRequest
-R_PKGVER=      0.0.9
+R_PKGVER=      0.0.10
+
+USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/R-httpRequest/distinfo
diff -u pkgsrc/math/R-httpRequest/distinfo:1.5 pkgsrc/math/R-httpRequest/distinfo:1.6
--- pkgsrc/math/R-httpRequest/distinfo:1.5      Tue Nov  3 23:33:28 2015
+++ pkgsrc/math/R-httpRequest/distinfo  Wed Jul 31 19:43:12 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 23:33:28 agc Exp $
+$NetBSD: distinfo,v 1.6 2019/07/31 19:43:12 brook Exp $
 
-SHA1 (R/httpRequest_0.0.9.tar.gz) = 8da0cd4adf61e11435a3f0003ebb1b72a82ca8ad
-RMD160 (R/httpRequest_0.0.9.tar.gz) = 8ce3914ea252eb35d0737092f917db2aa4ae9a47
-SHA512 (R/httpRequest_0.0.9.tar.gz) = 8d6762977e04cf94b3ff54346cbce54cd140c9eb7a413472848d0af657ff3c6aed6df80a2f7a10aa618766ae8b1321d9d6a737cc91953c481db4b4cab3495d7f
-Size (R/httpRequest_0.0.9.tar.gz) = 4449 bytes
+SHA1 (R/httpRequest_0.0.10.tar.gz) = 6f870e86f3e2ce7e54e26b89bff94696a4df6d96
+RMD160 (R/httpRequest_0.0.10.tar.gz) = c8569904b352a20f779056057ca23c5fd40c8228
+SHA512 (R/httpRequest_0.0.10.tar.gz) = c38f1f85e8a9fb741978980094ef53130610e98d6a6c1266e5771a9e353669fb05c6766f80f00442badb2e6f03343a9ec6a61f8a88e6c6835199b34a10bc30ae
+Size (R/httpRequest_0.0.10.tar.gz) = 4605 bytes



Home | Main Index | Thread Index | Old Index