pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-sp



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Jul 23 13:56:16 UTC 2020

Modified Files:
        pkgsrc/math/R-sp: Makefile distinfo

Log Message:
Update to 1.4.2

Upstream changes:
Changes in version 1.4-1 (2020-xx-yy)

    warn on NULL projargs in CRS(); https://github.com/edzer/sp/pull/74

Changes in version 1.4-0 (2020-02-21)

    prepare for new (>= 1.5.1) rgdal, which creates and listens to a comments() field of a CRS object carrying a WKT representation of a CRS rather than the proj4string; @rsb, 
https://github.com/edzer/sp/pull/67 and https://github.com/edzer/sp/pull/69 ; for more info see e.g. https://github.com/edzer/sp/issues/68 and https://github.com/r-spatial/discuss/issues/28

Changes in version 1.3-2 (2019-11-07)

    fix length > 1 in coercion to logical error; #54, #60

    add is.na method for CRS objects


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/R-sp/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/R-sp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-sp/Makefile
diff -u pkgsrc/math/R-sp/Makefile:1.15 pkgsrc/math/R-sp/Makefile:1.16
--- pkgsrc/math/R-sp/Makefile:1.15      Thu Aug  8 19:53:54 2019
+++ pkgsrc/math/R-sp/Makefile   Thu Jul 23 13:56:16 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2019/08/08 19:53:54 brook Exp $
+# $NetBSD: Makefile,v 1.16 2020/07/23 13:56:16 wen Exp $
 
 R_PKGNAME=     sp
-R_PKGVER=      1.3-1
+R_PKGVER=      1.4-2
 CATEGORIES=    math
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/math/R-sp/distinfo
diff -u pkgsrc/math/R-sp/distinfo:1.13 pkgsrc/math/R-sp/distinfo:1.14
--- pkgsrc/math/R-sp/distinfo:1.13      Fri Dec 21 10:53:51 2018
+++ pkgsrc/math/R-sp/distinfo   Thu Jul 23 13:56:16 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/12/21 10:53:51 wen Exp $
+$NetBSD: distinfo,v 1.14 2020/07/23 13:56:16 wen Exp $
 
-SHA1 (R/sp_1.3-1.tar.gz) = 538f706e5c499862518787381a675b098046d76b
-RMD160 (R/sp_1.3-1.tar.gz) = c8e263e51db500f8674b14589f58b3cb5810d448
-SHA512 (R/sp_1.3-1.tar.gz) = c85437c5221e710b58cf393ddd4b71fe622b7c4d505c5b569bd11bbbaf095a5ff86d6dd28ea6df1086f3cd1411f610a347382eb43cdc20403c9dca4c5cc9939e
-Size (R/sp_1.3-1.tar.gz) = 1133621 bytes
+SHA1 (R/sp_1.4-2.tar.gz) = e6c8e01637824c1d35fb0f0b1e9c76ea55534a31
+RMD160 (R/sp_1.4-2.tar.gz) = 76e7c77cc6eb554a0a99035d44ab77d4a469a513
+SHA512 (R/sp_1.4-2.tar.gz) = b3d2c07dd5c5defa4e6c1b4d595659b46726f763c14ef0d60ed7ff871df04fbbf59fc2671b5feb4061fc4c66fc8e1947f15943943f39dc6323fd1b4fb4ae664f
+Size (R/sp_1.4-2.tar.gz) = 1135318 bytes



Home | Main Index | Thread Index | Old Index