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:   mef
Date:           Wed Feb 19 12:50:45 UTC 2025

Modified Files:
        pkgsrc/geography/R-maptools: Makefile
        pkgsrc/geography/R-rgdal: Makefile
        pkgsrc/graphics/R-ggplot2: Makefile
        pkgsrc/math/R-broom: Makefile
        pkgsrc/math/R-gstat: Makefile
        pkgsrc/math/R-spacetime: Makefile

Log Message:
Remove TEST_DEPENDS+= R-rgeos


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/R-maptools/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/geography/R-rgdal/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/R-ggplot2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-broom/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/R-gstat/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/R-spacetime/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-maptools/Makefile
diff -u pkgsrc/geography/R-maptools/Makefile:1.6 pkgsrc/geography/R-maptools/Makefile:1.7
--- pkgsrc/geography/R-maptools/Makefile:1.6    Sat Jun  3 13:09:14 2023
+++ pkgsrc/geography/R-maptools/Makefile        Wed Feb 19 12:50:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/06/03 13:09:14 mef Exp $
+# $NetBSD: Makefile,v 1.7 2025/02/19 12:50:44 mef Exp $
 
 R_PKGNAME=     maptools
 R_PKGVER=      1.1-7
@@ -14,7 +14,6 @@ DEPENDS+=     R-sp>=1.0.11:../../math/R-sp
 #   'spatstat.geom', 'PBSmapping', 'maps', 'RColorBrewer', 'raster',
 #   'polyclip', 'plotrix', 'spatstat.linnet', 'spatstat.utils',
 #   'spatstat'
-TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/R-rgdal/Makefile
diff -u pkgsrc/geography/R-rgdal/Makefile:1.32 pkgsrc/geography/R-rgdal/Makefile:1.33
--- pkgsrc/geography/R-rgdal/Makefile:1.32      Thu Nov 14 22:20:00 2024
+++ pkgsrc/geography/R-rgdal/Makefile   Wed Feb 19 12:50:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2024/11/14 22:20:00 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2025/02/19 12:50:44 mef Exp $
 
 R_PKGNAME=     rgdal
 R_PKGVER=      1.6-7
@@ -16,7 +16,6 @@ TEST_DEPENDS+=        R-DBI-[0-9]*:../../math/R
 TEST_DEPENDS+= R-maptools-[0-9]*:../../geography/R-maptools
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
-TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos
 
 USE_TOOLS+=    pkg-config
 

Index: pkgsrc/graphics/R-ggplot2/Makefile
diff -u pkgsrc/graphics/R-ggplot2/Makefile:1.8 pkgsrc/graphics/R-ggplot2/Makefile:1.9
--- pkgsrc/graphics/R-ggplot2/Makefile:1.8      Wed Jun  5 12:00:07 2024
+++ pkgsrc/graphics/R-ggplot2/Makefile  Wed Feb 19 12:50:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/06/05 12:00:07 mef Exp $
+# $NetBSD: Makefile,v 1.9 2025/02/19 12:50:44 mef Exp $
 
 R_PKGNAME=     ggplot2
 R_PKGVER=      3.5.1
@@ -27,7 +27,6 @@ DEPENDS+=     R-isoband-[0-9]*:../../graphic
 TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
 TEST_DEPENDS+= R-mapproj-[0-9]*:../../math/R-mapproj
 TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps
-TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos
 TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
 
 USE_LANGUAGES= # none

Index: pkgsrc/math/R-broom/Makefile
diff -u pkgsrc/math/R-broom/Makefile:1.5 pkgsrc/math/R-broom/Makefile:1.6
--- pkgsrc/math/R-broom/Makefile:1.5    Wed Oct 30 21:07:24 2024
+++ pkgsrc/math/R-broom/Makefile        Wed Feb 19 12:50:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/10/30 21:07:24 mef Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/19 12:50:44 mef Exp $
 
 R_PKGNAME=     broom
 R_PKGVER=      1.0.7
@@ -87,7 +87,6 @@ TEST_DEPENDS+=        R-maptools-[0-9]*:../../g
 #EST_DEPENDS+= R-poLCA-[0-9]*:
 TEST_DEPENDS+= R-psych-[0-9]*:../../math/R-psych
 TEST_DEPENDS+= R-quantreg-[0-9]*:../../math/R-quantreg
-TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 #EST_DEPENDS+= R-robust-[0-9]*:
 TEST_DEPENDS+= R-robustbase-[0-9]*:../../math/R-robustbase

Index: pkgsrc/math/R-gstat/Makefile
diff -u pkgsrc/math/R-gstat/Makefile:1.18 pkgsrc/math/R-gstat/Makefile:1.19
--- pkgsrc/math/R-gstat/Makefile:1.18   Fri Feb 14 15:30:55 2025
+++ pkgsrc/math/R-gstat/Makefile        Wed Feb 19 12:50:45 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2025/02/14 15:30:55 mef Exp $
+# $NetBSD: Makefile,v 1.19 2025/02/19 12:50:45 mef Exp $
 
 R_PKGNAME=     gstat
 R_PKGVER=      2.1-3
@@ -25,7 +25,6 @@ TEST_DEPENDS+=        R-mapdata-[0-9]*:../../ge
 TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps
 TEST_DEPENDS+= R-raster-[0-9]*:../../geography/R-raster
 TEST_DEPENDS+= R-rgdal-[0-9]*:../../geography/R-rgdal
-TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos
 TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
 TEST_DEPENDS+= R-stars-[0-9]*:../../geography/R-stars
 

Index: pkgsrc/math/R-spacetime/Makefile
diff -u pkgsrc/math/R-spacetime/Makefile:1.11 pkgsrc/math/R-spacetime/Makefile:1.12
--- pkgsrc/math/R-spacetime/Makefile:1.11       Sun Nov  3 02:36:10 2024
+++ pkgsrc/math/R-spacetime/Makefile    Wed Feb 19 12:50:45 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/11/03 02:36:10 mef Exp $
+# $NetBSD: Makefile,v 1.12 2025/02/19 12:50:45 mef Exp $
 
 R_PKGNAME=     spacetime
 R_PKGVER=      1.3-2
@@ -22,7 +22,6 @@ TEST_DEPENDS+=        R-maptools-[0-9]*:../../g
 TEST_DEPENDS+= R-raster-[0-9]*:../../geography/R-raster
 TEST_DEPENDS+= R-RColorBrewer-[0-9]*:../../math/R-RColorBrewer
 TEST_DEPENDS+= R-rgdal-[0-9]*:../../geography/R-rgdal
-TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos
 TEST_DEPENDS+= R-RPostgreSQL-[0-9]*:../../math/R-RPostgreSQL
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown



Home | Main Index | Thread Index | Old Index