Skip to content

Commit

Permalink
castxml: update to 0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Feb 12, 2025
1 parent 1e39675 commit 7d4f757
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions lang/castxml/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ PortGroup compiler_blacklist_versions 1.0
PortGroup cmake 1.1
PortGroup github 1.0

github.setup CastXML CastXML 0.6.10 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
github.setup CastXML CastXML 0.6.11 v
github.tarball_from archive

name castxml
epoch 20190718
Expand All @@ -20,9 +19,9 @@ maintainers {stromnov @stromnov} openmaintainer
description CastXML is a C-family abstract syntax tree XML output tool.
long_description {*}${description}

checksums rmd160 ff18867f9eedbc756a17cda430be13cd5ee1c49b \
sha256 1a3e8529810133562d77aac41de04443cd728949931479c76528bf661e42f349 \
size 123177
checksums rmd160 fbb9d2084e44c595c6bcde1272e7ec96a7298029 \
sha256 fc5b49f802b67f98ecea10564bc171c660020836a48cecefc416681a2d2e1d3d \
size 123221

# See: https://trac.macports.org/ticket/68235
compiler.blacklist-append \
Expand All @@ -43,7 +42,7 @@ configure.args-append \
-DCastXML_INSTALL_DOC_DIR=share/doc/castxml

# List of clang versions to offer variants for
set clang_vers { 6.0 7.0 8.0 9.0 10 11 12 13 14 15 16 17 18 }
set clang_vers { 6.0 7.0 8.0 9.0 10 11 12 13 14 15 16 17 18 19 }

proc variant_name {ver} {
return clang[string map {. {}} ${ver}]
Expand All @@ -68,7 +67,7 @@ foreach ver ${clang_vers} {
set has_variant yes
}
}
if {!$has_variant} { default_variants +clang18 }
if {!$has_variant} { default_variants +clang19 }

foreach ver ${clang_vers} {
set v_name [variant_name ${ver}]
Expand Down

0 comments on commit 7d4f757

Please sign in to comment.