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

ncview: update to v2.1.11 #27529

Merged
merged 1 commit into from
Jan 28, 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
8 changes: 4 additions & 4 deletions science/ncview/Portfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in science/ncview/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint ncview: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in science/ncview/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint ncview: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in science/ncview/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint ncview: Warning: Unnecessary platforms line as darwin is the default

PortSystem 1.0
PortGroup conflicts_build 1.0

name ncview
version 2.1.10
version 2.1.11
revision 0
maintainers {@thiagoveloso gmail.com:thiagoveloso} openmaintainer
platforms darwin
Expand All @@ -24,9 +24,9 @@

master_sites https://cirrus.ucsd.edu/~pierce/ncview/

checksums rmd160 dcb8d45afd826ef8a6bb49e1713ea28702519176 \
sha256 08d9cefb58a25b41316296074dccfe24147c3b7ea1af071cbfe785eff9f0dc65 \
size 1240825
checksums rmd160 1187ae9dec5718b8041cb44bb85638a8369e3489 \
sha256 597cfddf9c2d7993e9b0b86bca1b73839567ee9116ee33f6d750a449b5033d91 \
size 1248628

patchfiles patch-configure.diff

Expand Down