pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-raster



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Nov 29 23:13:28 UTC 2024

Modified Files:
        pkgsrc/geography/R-raster: Makefile distinfo

Log Message:
(geography/R-raster) Updated 3.4.13 to 3.6.30, NEWS not updated

(upstream changes 3.4.13 to 3.6.3)

--- 18-September-2022, version 3.6-3

raster no longer uses rgdal

--- 14-August-2022, version 3.5-29

raster no longer uses rgeos

--- 5-October-2021, version 3.5-1

raster now imports terra (instead of the other way around) such that
the two packages can be used together; and to allow replacing rgdal
and rgeos functionality with functions from terra.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/R-raster/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/R-raster/distinfo

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

Modified files:

Index: pkgsrc/geography/R-raster/Makefile
diff -u pkgsrc/geography/R-raster/Makefile:1.2 pkgsrc/geography/R-raster/Makefile:1.3
--- pkgsrc/geography/R-raster/Makefile:1.2      Mon Sep 20 12:51:19 2021
+++ pkgsrc/geography/R-raster/Makefile  Fri Nov 29 23:13:28 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2021/09/20 12:51:19 mef Exp $
+# $NetBSD: Makefile,v 1.3 2024/11/29 23:13:28 mef Exp $
 
 R_PKGNAME=     raster
-R_PKGVER=      3.4-13
+R_PKGVER=      3.6-30
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,12 +9,16 @@ COMMENT=      Geographic Data Analysis and Mo
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      R-sp>=1.2.0:../../math/R-sp
+DEPENDS+=      R-terra-[0-9]*:../../geography/R-terra
 
 # Packages suggested but not available:
 #   'rasterVis', 'fields', 'exactextractr'
-TEST_DEPENDS+=   R-ncdf4-[0-9]*:../../math/R-ncdf4
-TEST_DEPENDS+=   R-igraph-[0-9]*:../../math/R-igraph
-TEST_DEPENDS+=   R-tinytest-[0-9]*:../../devel/R-tinytest
+
+TEST_DEPENDS+= R-ncdf4-[0-9]*:../../math/R-ncdf4
+TEST_DEPENDS+= R-gstat-[0-9]*:../../math/R-gstat
+TEST_DEPENDS+= R-igraph-[0-9]*:../../math/R-igraph
+TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
+TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
 
 USE_LANGUAGES+=        c c++
 

Index: pkgsrc/geography/R-raster/distinfo
diff -u pkgsrc/geography/R-raster/distinfo:1.4 pkgsrc/geography/R-raster/distinfo:1.5
--- pkgsrc/geography/R-raster/distinfo:1.4      Tue Oct 26 10:45:06 2021
+++ pkgsrc/geography/R-raster/distinfo  Fri Nov 29 23:13:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:45:06 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/11/29 23:13:28 mef Exp $
 
-BLAKE2s (R/raster_3.4-13.tar.gz) = 53ccd54a815f49431ce63b045afb88a9c1aa12bcf76ab7be4fef2c1580253d60
-SHA512 (R/raster_3.4-13.tar.gz) = 65dab41dccb01c573a845cfd4a0bcbfc47cb7f037ab43af6168d980dda8652ade731db26612a9c0bf945633604e744a59d69d9292448623ae2f11607a71b19f2
-Size (R/raster_3.4-13.tar.gz) = 582026 bytes
+BLAKE2s (R/raster_3.6-3.tar.gz) = 069f49caffdfe5f33f437ca45cff4d6c0d81106eaf1a50442e03a48d95619568
+SHA512 (R/raster_3.6-3.tar.gz) = 3fa817cae86aaf211df55de638875d5ae693d23f66863a0af5020bc9f01256e449e039a9ca253a673a4150b176180f5048e4856814462585f761a578a854380b
+Size (R/raster_3.6-3.tar.gz) = 579228 bytes



Home | Main Index | Thread Index | Old Index