pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-sf



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Feb 19 12:42:25 UTC 2025

Modified Files:
        pkgsrc/geography/R-sf: Makefile

Log Message:
(geography/R-sf) -TEST_DEPENDS+= R-rgdal, adjust DEPENDS version


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/geography/R-sf/Makefile

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-sf/Makefile
diff -u pkgsrc/geography/R-sf/Makefile:1.33 pkgsrc/geography/R-sf/Makefile:1.34
--- pkgsrc/geography/R-sf/Makefile:1.33 Wed Dec  4 13:08:24 2024
+++ pkgsrc/geography/R-sf/Makefile      Wed Feb 19 12:42:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2024/12/04 13:08:24 mef Exp $
+# $NetBSD: Makefile,v 1.34 2025/02/19 12:42:24 mef Exp $
 
 R_PKGNAME=     sf
 R_PKGVER=      1.0-19
@@ -11,12 +11,11 @@ LICENSE=    mit OR gnu-gpl-v2
 USE_LANGUAGES+=                c c++
 USE_CXX_FEATURES+=     c++11
 
-DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
-DEPENDS+=      R-rgeos>=0.5.2:../../geography/R-rgeos
-DEPENDS+=      R-DBI>=0.8:../../math/R-DBI
 DEPENDS+=      R-classInt>=0.4.1:../../math/R-classInt
-DEPENDS+=      R-units>=0.6.0:../../math/R-units
-DEPENDS+=      R-s2-[0-9]*:../../geography/R-s2
+DEPENDS+=      R-magrittr>=2.0.3:../../devel/R-magrittr
+DEPENDS+=      R-DBI>=0.8:../../math/R-DBI
+DEPENDS+=      R-s2>=1.1.0:../../geography/R-s2
+DEPENDS+=      R-units>=0.7.0:../../math/R-units
 
 # Packages suggested but not available:
 #  'nanoarrow', 'mapview', 'odbc', 'pbapply', 'pool', 'RPostgres',
@@ -34,7 +33,6 @@ TEST_DEPENDS+=        R-knitr-[0-9]*:../../prin
 TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps
 TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
 TEST_DEPENDS+= R-raster-[0-9]*:../../geography/R-raster
-TEST_DEPENDS+= R-rgdal-[0-9]*:../../geography/R-rgdal
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-stars-[0-9]*:../../geography/R-stars
 TEST_DEPENDS+= R-spatstat-[0-9]*:../../geography/R-spatstat



Home | Main Index | Thread Index | Old Index