diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-10 19:26:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-10 19:26:31 +0000 |
commit | f602d55981f2fd1da8db4871ed6ef4a5d735c433 (patch) | |
tree | 25f8762570fc0cf3f32759e75de18ec9ace220a3 /x11 | |
parent | 24fa20c9dc0c969d43b6c60415c4e3469a47812d (diff) | |
download | pkgsrc-f602d55981f2fd1da8db4871ed6ef4a5d735c433.tar.gz |
Apply upstream patch:
forgotten-attachment: fix empty regex expression
The original regex was of the form "abc(|def)" to check for both "abc"
and "abcdef". Unfortunately, the regex libraries on BSDs/MacOS don't
like this use of an empty sub-expression.
Expanding the regex to: "(abc|abcdef)" fixes the problem.
https://github.com/neomutt/neomutt/commit/3bc69ca25077b171f1ae9beee484629c5b5c6482
Bump PKGREVISION.
Diffstat (limited to 'x11')
0 files changed, 0 insertions, 0 deletions