Created attachment 224283 [details] Patch file This is development version of mail/mew. This port is intended for users who want to use latest features that aren't included in release version yet. To apply attached patch please take following steps. 1. cd /usr/ports 2. copy -a mail/mew mail/mew-devel 3. git add mail/mew-devel 4. git commit -m 'Copy mail/mew to mail/mew-devel.' 5. git apply /path/to/attached/patch
Created attachment 226143 [details] Updated patch file Update to latest snapshot.
Take.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbabd645f90461dca4792e45e9299ce18a8fd369 commit cbabd645f90461dca4792e45e9299ce18a8fd369 Author: Hiroki Sato <hrs@FreeBSD.org> AuthorDate: 2021-08-27 02:49:37 +0000 Commit: Hiroki Sato <hrs@FreeBSD.org> CommitDate: 2021-08-27 02:49:37 +0000 mail/mew-devel: development version of mail/mew PR: 255249 Submitted by: Yasuhiro Kimura mail/Makefile | 1 + mail/mew-devel/Makefile (new) | 54 +++++++ mail/mew-devel/distinfo (new) | 3 + mail/mew-devel/files/patch-bin__Makefile.in (new) | 59 +++++++ mail/mew-devel/files/patch-info__Makefile (new) | 27 ++++ mail/mew-devel/files/pkg-message.in (new) | 19 +++ mail/mew-devel/pkg-descr (new) | 4 + mail/mew-devel/pkg-plist (new) | 181 ++++++++++++++++++++++ 8 files changed, 348 insertions(+)
Committed with some minor changes: 1) post-install target was removed because this file did not exist, and 2) add STUNNEL_DESC and CONFLICTS_INSTALL. Please re-open this PR and add a comment if you see something wrong. Thanks for your submission.