pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-rosm



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

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

Log Message:
(geography/R-rosm) sort DEPENDS+ lines


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/R-rosm/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-rosm/Makefile
diff -u pkgsrc/geography/R-rosm/Makefile:1.3 pkgsrc/geography/R-rosm/Makefile:1.4
--- pkgsrc/geography/R-rosm/Makefile:1.3        Fri Nov 29 23:35:40 2024
+++ pkgsrc/geography/R-rosm/Makefile    Fri Nov 29 23:37:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/11/29 23:35:40 mef Exp $
+# $NetBSD: Makefile,v 1.4 2024/11/29 23:37:28 mef Exp $
 
 R_PKGNAME=     rosm
 R_PKGVER=      0.3.0
@@ -8,24 +8,24 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Plot Raster Map Tiles from Open Street Map and Other Sources
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      R-prettymapr>=0.2.2:../../geography/R-prettymapr
-DEPENDS+=      R-jpeg>=0.1.8.1:../../graphics/R-jpeg
-DEPENDS+=      R-png>=0.1.7:../../graphics/R-png
 DEPENDS+=      R-abind>=1.4.5:../../math/R-abind
-DEPENDS+=      R-plyr>=1.8.6:../../math/R-plyr
-DEPENDS+=      R-rjson>=0.2.20:../../textproc/R-rjson
 DEPENDS+=      R-curl>=4.3:../../www/R-curl
 DEPENDS+=      R-glue-[0-9]*:../../devel/R-glue
+DEPENDS+=      R-jpeg>=0.1.8.1:../../graphics/R-jpeg
+DEPENDS+=      R-plyr>=1.8.6:../../math/R-plyr
+DEPENDS+=      R-png>=0.1.7:../../graphics/R-png
+DEPENDS+=      R-prettymapr>=0.2.2:../../geography/R-prettymapr
 DEPENDS+=      R-progress-[0-9]*:../../sysutils/R-progress
+DEPENDS+=      R-rjson>=0.2.20:../../textproc/R-rjson
 DEPENDS+=      R-rlang-[0-9]*:../../devel/R-rlang
 DEPENDS+=      R-wk-[0-9]*:../../geography/R-wk
 
 # Packages suggested but not available: 'tiff', 'vdiffr'
 
+TEST_DEPENDS+= R-cartography-[0-9]*:../../geography/R-cartography
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
-TEST_DEPENDS+= R-cartography-[0-9]*:../../geography/R-cartography
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index