diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-10-17 02:40:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-10-17 02:40:41 +0000 |
commit | da35507d98214f7d77401cf30df3ae0a8f638851 (patch) | |
tree | 334b86a48351a09d2c122492ad30ab7d111d9f26 /mail/mutt/files/patch-contrib_Makefile.am | |
parent | - Update to 1.9.160630 (diff) |
- Update to 1.7.1
- Move some vars around to make portlint happy
- Use MUTT_LITE instead of LITE
- Fetch deepif and date-contitional from remote locations
- Reword COMMENT
- Bring back remote patch versions incase mutt version and patch
versions arn't in sync
- Remove date_conditional patch pulled in remotely
- Add two new sidebar samples
- convert patch-* patches to makepatch patches
- Greeting patch 1.7.1 now PATCHFILE
- make makesum will pull all optional dist/patchfiles
PR: 213431
Submitted by: maintainer (dereks lifeofadishwasher com)
Diffstat (limited to 'mail/mutt/files/patch-contrib_Makefile.am')
-rw-r--r-- | mail/mutt/files/patch-contrib_Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mutt/files/patch-contrib_Makefile.am b/mail/mutt/files/patch-contrib_Makefile.am new file mode 100644 index 000000000000..4978832a4caa --- /dev/null +++ b/mail/mutt/files/patch-contrib_Makefile.am @@ -0,0 +1,11 @@ +--- contrib/Makefile.am.orig 2016-10-08 19:30:21 UTC ++++ contrib/Makefile.am +@@ -2,7 +2,7 @@ + + subdir = contrib + +-SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \ ++SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp6.rc Tin.rc \ + sample.mailcap sample.muttrc sample.muttrc-sidebar sample.muttrc-tlr \ + sample.vimrc-sidebar colors.default colors.linux smime.rc \ + ca-bundle.crt smime_keys_test.pl mutt_xtitle |