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

rsgislib: update to 5.1.8 #27709

Merged
merged 2 commits into from
Feb 18, 2025
Merged
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
12 changes: 7 additions & 5 deletions gis/rsgislib/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ PortGroup active_variants 1.1
# Same std::__and_ error as in: https://trac.macports.org/ticket/68014
boost.version 1.81

github.setup remotesensinginfo rsgislib 5.1.7
revision 2
github.setup remotesensinginfo rsgislib 5.1.8
revision 0
categories gis
license GPL-3
maintainers {yahoo.com:n_larsson @nilason} {vince @Veence} openmaintainer
Expand All @@ -24,9 +24,9 @@ homepage http://www.rsgislib.org

github.tarball_from archive

checksums rmd160 5e0c2a9ce2a5a273eb4f48a48d57c2525c3b2a33 \
sha256 22750fc1023492e0349703202ae6c8c20644a64bcb81ee9656702d97590aec8c \
size 126214481
checksums rmd160 826a45b4a01cbb871f36f8fc7175f0ec1032a0c3 \
sha256 f99cd4773ab617545fbff5fb7ab177659b2f9258cdd926602004831ed1112f07 \
size 126238244

depends_lib-append port:gdal
depends_lib-append port:gsl
Expand Down Expand Up @@ -153,6 +153,8 @@ if {[string match "py*" ${subport}]} {
move ${destroot_sel_dir}/py-rsgislib ${destroot_sel_dir}/py${python.version}-rsgislib
}

livecheck.type none

select.group ${github.project}
select.file ${filespath}/py-rsgislib
}