Skip to content

Commit

Permalink
pcre2: update to 10.44
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman authored and herbygillot committed Jun 16, 2024
1 parent 845972b commit fe3a87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
10 changes: 4 additions & 6 deletions devel/pcre/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ if {${subport} eq ${name}} {
subport pcre2 {
PortGroup github 1.0

github.setup PCRE2Project pcre2 10.43 pcre2-
github.setup PCRE2Project pcre2 10.44 pcre2-
github.tarball_from releases
revision 0

if {${configure.build_arch} in "i386 x86_64"} {
compiler.blacklist-append {*gcc-[3-4].*}
}

patchfiles-append MAP_JIT.patch

github.livecheck.regex {([0-9.]+)}
}
categories devel
Expand Down Expand Up @@ -50,9 +48,9 @@ use_bzip2 yes
set rmd160(pcre) 9792fbed380a39be36674e74839b9a2a6a4ce65a
set sha256(pcre) 4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8
set size(pcre) 1578809
set rmd160(pcre2) 09e06f5cd384b2fb0204d1da9a788e767dd8429c
set sha256(pcre2) e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb
set size(pcre2) 1905255
set rmd160(pcre2) 0c9a45e50634e32bd8ec4aa57ced364e039c18a8
set sha256(pcre2) d34f02e113cf7193a1ebf2770d3ac527088d485d4e047ed10e5d217c6ef5de96
set size(pcre2) 1928086
checksums rmd160 $rmd160(${subport}) \
sha256 $sha256(${subport}) \
size $size(${subport})
Expand Down
24 changes: 0 additions & 24 deletions devel/pcre/files/MAP_JIT.patch

This file was deleted.

0 comments on commit fe3a87e

Please sign in to comment.