Bug 156982 - [MAINTAINER] mail/mail-notification: unbreak evolution and fix other things
Summary: [MAINTAINER] mail/mail-notification: unbreak evolution and fix other things
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 20:10 UTC by mwisnicki+freebsd
Modified: 2011-06-23 14:20 UTC (History)
0 users

See Also:


Attachments
mail-notification-5.4_8.patch (18.34 KB, patch)
2011-05-12 20:10 UTC, mwisnicki+freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mwisnicki+freebsd 2011-05-12 20:10:10 UTC
- unbreak Evolution support with evolution-2.32
- bring other patches from Fedora (keep the naming!)
- remove MD5 checksum
- properly use bsd.port.options.mk

Added file(s):
- files/patch-50-evolution
- files/patch-52-sasl_encode64
- files/patch-53-evolution-gtkhtml
- files/patch-54-camel_headers
- files/patch-56-weak
- files/patch-57-popup-attach
- files/patch-58-kde-trayicon

Generated with FreeBSD Port Tools 0.99
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2011-06-23 13:07:11 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-23 13:07:53 UTC
pav         2011-06-23 12:07:38 UTC

  FreeBSD ports repository

  Modified files:
    mail/mail-notification Makefile distinfo 
  Added files:
    mail/mail-notification/files patch-50-evolution 
                                 patch-52-sasl_encode64 
                                 patch-53-evolution-gtkhtml 
                                 patch-54-camel_headers 
                                 patch-56-weak 
                                 patch-57-popup-attach 
                                 patch-58-kde-trayicon 
  Log:
  - Unbreak Evolution support
  - Bring patches from Fedora
  
  PR:             ports/156982
  Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.67      +5 -9      ports/mail/mail-notification/Makefile
  1.25      +0 -1      ports/mail/mail-notification/distinfo
  1.1       +188 -0    ports/mail/mail-notification/files/patch-50-evolution (new)
  1.1       +24 -0     ports/mail/mail-notification/files/patch-52-sasl_encode64 (new)
  1.1       +12 -0     ports/mail/mail-notification/files/patch-53-evolution-gtkhtml (new)
  1.1       +36 -0     ports/mail/mail-notification/files/patch-54-camel_headers (new)
  1.1       +11 -0     ports/mail/mail-notification/files/patch-56-weak (new)
  1.1       +45 -0     ports/mail/mail-notification/files/patch-57-popup-attach (new)
  1.1       +72 -0     ports/mail/mail-notification/files/patch-58-kde-trayicon (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 mwisnicki+freebsd 2011-06-23 13:49:24 UTC
Additionally it would be nice if whitespace was preserved.

One way to do that is by modifying cgi to wrap content in <pre> and
stop adding <br>.
Alternatively this could be achieved by following CSS:

.replyblock, .patchblock, .auditblock {
  white-space: normal;
}
.mfield, .replyblock tr:last-child {
  white-space: pre;
}
.mfield br, .replyblock tr:last-child br {
  display: none;
}
Comment 4 mwisnicki+freebsd 2011-06-23 13:56:56 UTC
On Thu, Jun 23, 2011 at 14:49, Marcin Wisnicki
<mwisnicki+freebsd@gmail.com> wrote:
> Additionally it would be nice if whitespace was preserved.
>

This was supposed to go to www/151438 :(