Skip to content

Commit f24d707

Browse files
Dave-Alluredreneeotten
authored andcommitted
vtk: Update to 9.6.1
1 parent 9a0eb10 commit f24d707

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

graphics/vtk/Portfile

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PortSystem 1.0
44
PortGroup cmake 1.1
5-
PortGroup gitlab 1.0
5+
PortGroup github 1.0
66
PortGroup legacysupport 1.1
77
PortGroup mpi 1.0
88
PortGroup muniversal 1.0
@@ -22,18 +22,19 @@ compiler.cxx_standard 2017
2222
# VTK 9.5.1+ Cmake says: Apple Clang 11.0 or later is required
2323
compiler.blacklist-append {clang < 1100}
2424

25-
# Note, gitlab instance downloads distfile from gitlab tag in bz2 format,
26-
# not from the official VTK download page in gz format.
25+
# 2026 April 7: Must use Kitware Github mirror to avoid Anubis blockers.
26+
# Gitlab instance and VTK custom download page are both Anubis blocked.
27+
# On Github, only tags are mirrored, not releases.
2728

28-
gitlab.instance https://gitlab.kitware.com
29-
gitlab.setup vtk vtk 9.5.2 v
30-
revision 1
29+
github.setup Kitware vtk 9.6.1 v
30+
github.tarball_from archive
31+
revision 0
3132
categories graphics devel
3233
license BSD
3334

34-
checksums rmd160 06caa56eedf6a01d1e10bcc07ab2242e2dee1252 \
35-
sha256 a85763e3c040b6ae3139f1097339369456e1cc9d2aa6920f46da3709ddbe48e4 \
36-
size 40310394
35+
checksums rmd160 1d40fead9fe3ac94c09a7ec7a4f6a460d7aeaec1 \
36+
sha256 a989db4ed5f7f35948f1f09b816dfcee3cc426f24828a3f94941c5eba8d4297c \
37+
size 54861772
3738

3839
maintainers {@Dave-Allured noaa.gov:dave.allured} \
3940
openmaintainer
@@ -207,5 +208,5 @@ if {[mpi_variant_isset]} {
207208
-DVTK_USE_MPI:BOOL=ON
208209
}
209210

210-
# Avoid release candidates
211-
gitlab.livecheck.regex {([0-9.]+)}
211+
# Avoid release candidates.
212+
github.livecheck.regex {([0-9.]+)}

0 commit comments

Comments
 (0)