Commits

Marius Schamschula authored and Perry E. Metzger committed 321081d816f
pcre2: update to 10.32
No tags

devel/pcre/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4
5 5 name pcre
6 6 version 8.42
7 7 subport pcre2 {
8 - version 10.31
8 + version 10.32
9 9 }
10 10 categories devel
11 11 license BSD
12 12 platforms darwin freebsd
13 13 maintainers {larryv @larryv}
14 14
15 15 description Perl Compatible Regular Expressions
16 16 long_description The PCRE library is a set of functions that \
17 17 implement regular expression pattern matching \
18 18 using the same syntax and semantics as Perl 5. \
29 29 https://ftp.pcre.org/pub/pcre \
30 30 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre \
31 31 ftp://ftp.fu-berlin.de/unix/misc/pcre \
32 32 ftp://ftp.tin.org/pub/libs/pcre
33 33 distname ${subport}-${version}
34 34 use_bzip2 yes
35 35
36 36 set rmd160(pcre) 00639b95f6eeb3e0819bc33e3fc7c7682c64db28
37 37 set sha256(pcre) 2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301
38 38 set size(pcre) 1570171
39 -set rmd160(pcre2) 77a851c705eab3745db05da9f7dc59dcce2d70bf
40 -set sha256(pcre2) e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac
41 -set size(pcre2) 1603075
39 +set rmd160(pcre2) 708cdaa837ff5cdb5c97db3991d51778a2e9102e
40 +set sha256(pcre2) f29e89cc5de813f45786580101aaee3984a65818631d4ddbda7b32f699b87c2e
41 +set size(pcre2) 1641814
42 42 checksums rmd160 $rmd160(${subport}) \
43 43 sha256 $sha256(${subport}) \
44 44 size $size(${subport})
45 45
46 46 patchfiles no-darwin-pthread-flag.patch
47 47
48 48 configure.args --disable-silent-rules \
49 49 --docdir=${prefix}/share/doc/${subport} \
50 50 --enable-jit \
51 51 --enable-[regsub {\d$} ${subport} &-]16 \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut