Bug 208054

Summary: [patch] mail/mutt: add base64 option
Product: Ports & Packages Reporter: Krzysztof <ports>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Many People CC: Udo.Schweigert, pi
Priority: --- Keywords: patch
Version: LatestFlags: Udo.Schweigert: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch_mutt_forcebase64
none
patch_mutt_forcebase64-v2
none
new patch
Udo.Schweigert: maintainer-approval+
poussiere log of the new patch Udo.Schweigert: maintainer-approval+

Description Krzysztof 2016-03-16 07:37:15 UTC
Created attachment 168284 [details]
patch_mutt_forcebase64

I've found a little simple extra patch for mutt. With this patch every mail sent from mutt will be base64 encoded.

I've made a patch for mail/mutt which adds new options (off by default). I hope that someone will find it useful.

Patch was tested with podriere: https://rtm.bsdserwis.com/poudriere/data/a1amd64-testing/2016-03-15_14h18m48s/logs/mutt-1.5.24_5.log
Comment 1 Krzysztof 2016-03-16 07:41:04 UTC
Created attachment 168285 [details]
patch_mutt_forcebase64-v2

Of course there should be new PORTREVISION :-)))
Comment 2 Udo.Schweigert 2016-03-18 07:10:04 UTC
I'm OK with that. It can be committed after PR 207727 has been done. Of course the PORTREVISION would then have to been incremented again (to 7).
Comment 3 Udo.Schweigert 2016-03-18 07:14:25 UTC
Sorry, missed the logic with references to other PRs. So:

This can be committed after bug #207727
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2016-03-31 13:18:48 UTC
The patch is broken (CRLF line terminators).
Comment 5 Udo.Schweigert 2016-03-31 20:33:10 UTC
Created attachment 168852 [details]
new patch

Here is a new version of the patch which should work.
Comment 6 Udo.Schweigert 2016-03-31 20:34:37 UTC
Created attachment 168853 [details]
poussiere log of the new patch
Comment 7 Udo.Schweigert 2016-03-31 20:35:53 UTC
Sorry the last comment was messed up by auto correction. Should have read "poudriere log"
Comment 8 Udo.Schweigert 2016-04-09 11:19:20 UTC
Please close this, as it will be handled as part of the mutt-1.6.0 upgrade in bug #208641.
Comment 9 commit-hook freebsd_committer freebsd_triage 2016-04-09 17:03:08 UTC
A commit references this bug:

Author: pi
Date: Sat Apr  9 17:02:25 UTC 2016
New revision: 412853
URL: https://svnweb.freebsd.org/changeset/ports/412853

Log:
  mail/mutt: 1.5.24 -> 1.6.0

  Changes:
  - http://www.mutt.org/doc/UPDATING
  - added base64 option

  PR:		208641, 208054
  Submitted by:	Udo.Schweigert@siemens.com (maintainer), ports@bsdserwis.com

Changes:
  head/mail/mutt/Makefile
  head/mail/mutt/distinfo
  head/mail/mutt/files/extra-patch-forcebase64
  head/mail/mutt/files/extra-patch-forcebase64-nntp
  head/mail/mutt/files/extra-patch-sidebar
  head/mail/mutt/files/extra-patch-sidebar-nntp
  head/mail/mutt/files/extra-patch-signature-menu
  head/mail/mutt/files/extra-patch-trash-purge
  head/mail/mutt/files/patch-examples
Comment 10 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-09 17:17:57 UTC
Committed, thanks!