Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdal: revbump R packages broken by recent update #26603

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/R-gdalBindings/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup R 1.0

R.setup cran caiohamamura gdalBindings 0.1.17
revision 3
revision 4
categories-append gis
maintainers nomaintainer
license GPL-3
Expand Down
5 changes: 3 additions & 2 deletions R/R-gdalraster/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup R 1.0

# Revert to GitHub once updated there.
R.setup cran USDAForestService gdalraster 1.11.1 v
revision 1
revision 2
categories-append gis
maintainers nomaintainer
license MIT
Expand All @@ -20,7 +20,8 @@ checksums rmd160 806238d3bf20cfd6babc9b5c3a62d4f0fb12e8ff \
set proj_v proj9

depends_build-append \
port:pkgconfig
path:bin/pkg-config:pkgconfig

depends_lib-append port:gdal \
port:libxml2 \
path:lib/${proj_v}/lib/pkgconfig/proj.pc:${proj_v} \
Expand Down
5 changes: 3 additions & 2 deletions R/R-rgdal/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup R 1.0

R.setup cran r-forge rgdal 1.6-7
revision 8
revision 9
categories-append gis
maintainers nomaintainer
license GPL-2+
Expand All @@ -18,7 +18,8 @@ checksums rmd160 4940dae6f902f495e691b75f298748a45836a6f1 \
set proj_v proj9

depends_build-append \
port:pkgconfig
path:bin/pkg-config:pkgconfig

depends_lib-append path:lib/${proj_v}/lib/pkgconfig/proj.pc:${proj_v} \
port:gdal \
port:R-sp
Expand Down
2 changes: 1 addition & 1 deletion R/R-sf/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup R 1.0

# GitHub version is old.
R.setup cran r-spatial sf 1.0-19
revision 1
revision 2
categories-append math
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
license {GPL-2 MIT}
Expand Down
4 changes: 2 additions & 2 deletions R/R-terra/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ PortSystem 1.0
PortGroup R 1.0

R.setup cran rspatial terra 1.7-83
revision 1
revision 2
categories-append gis
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
maintainers nomaintainer
license GPL-3+
description Spatial data analysis
long_description {*}${description}
Expand Down
5 changes: 3 additions & 2 deletions R/R-vapour/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup R 1.0

# Revert to GitHub once updated there.
R.setup cran hypertidy vapour 0.10.0 v
revision 1
revision 2
categories-append gis
maintainers nomaintainer
license GPL-3
Expand All @@ -20,7 +20,8 @@ checksums rmd160 3b844f35d979593eb39006a836f61e33775a1e8a \
set proj_v proj9

depends_build-append \
port:pkgconfig
path:bin/pkg-config:pkgconfig

depends_lib-append path:lib/${proj_v}/lib/pkgconfig/proj.pc:${proj_v} \
port:gdal \
port:R-jsonlite \
Expand Down
1 change: 1 addition & 0 deletions gis/gdal/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PortGroup compiler_blacklist_versions 1.0
PortGroup legacysupport 1.1
PortGroup muniversal 1.0

# When updating, please do not forget to revbump dependents.
name gdal
version 3.10.0
revision 1
Expand Down
Loading