Skip to content

Commit

Permalink
p5-yaml-pp: update to v0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbevans committed Feb 10, 2025
1 parent 75b178b commit 2fc5ddd
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions perl/p5-yaml-pp/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup perl5 1.0

perl5.branches 5.28 5.30 5.32 5.34
perl5.setup YAML-PP v0.38.1 ../../authors/id/T/TI/TINITA
perl5.setup YAML-PP v0.39.0 ../../authors/id/T/TI/TINITA
revision 0
license {Artistic-1 GPL}
maintainers {devans @dbevans} openmaintainer
Expand All @@ -14,9 +14,9 @@ long_description {*}${description}
platforms {darwin any}
supported_archs noarch

checksums rmd160 ac9a35df75413b5db824f16dbf7b2e3963c7c2d8 \
sha256 cf5f1096af3ea5c036d838847b213a613e9a85b757962bacf508d4ad72f88f49 \
size 216094
checksums rmd160 eab6a45949b4e812ec3346421fcdc9f2f5edd680 \
sha256 32f53c65781277dcbe50827b4cbf217eceeff264779e3a6c98c94229eb149f58 \
size 216796

if {${perl5.major} != ""} {
depends_build-append \
Expand All @@ -27,7 +27,3 @@ if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-getopt-long
}

livecheck.type regex
livecheck.url https://cpan.metacpan.org/authors/id/T/TI/TINITA
livecheck.regex "${perl5.module}-(v\\d+(?:\\.\\d+)*)"

0 comments on commit 2fc5ddd

Please sign in to comment.