Subject: CVS commit: pkgsrc/mail/neomutt
From: Thomas Klausner
Date: 2016-10-10 21:26:31
Message id: 20161010192631.D091FFBD2@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.15modifypkgsrc/mail/neomutt/Makefile
1.11modifypkgsrc/mail/neomutt/distinfo
1.1addpkgsrc/mail/neomutt/patches/patch-doc_manual.xml.head
1.1addpkgsrc/mail/neomutt/patches/patch-doc_muttrc.forgotten-attachment
1.1addpkgsrc/mail/neomutt/patches/patch-init.c
1.1addpkgsrc/mail/neomutt/patches/patch-init.h
1.1addpkgsrc/mail/neomutt/patches/patch-send.c