diff options
author | pawel <pawel@FreeBSD.org> | 2017-08-31 22:35:32 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2017-08-31 22:35:32 +0800 |
commit | 71c933db554e10115b057a4603c2de291795cd67 (patch) | |
tree | cf3a65bfad8151b978f4208bca8efd55b0328b4e /mail/claws-mail-fancy | |
parent | 3697bb3ee02a4724a5b45cd02a7e47dc595612b9 (diff) | |
download | freebsd-ports-gnome-71c933db554e10115b057a4603c2de291795cd67.tar.gz freebsd-ports-gnome-71c933db554e10115b057a4603c2de291795cd67.tar.zst freebsd-ports-gnome-71c933db554e10115b057a4603c2de291795cd67.zip |
Update to Claws Mail 3.15.1 bugfix release
This is a bug-fix release:
~~~~~~~~~~~~~~~~~~~~~~~~~~
* Bug fixes:
o bug 3348, 'Contact pictures not deleted when contact is
deleted'
o bug 3721, 'Fails to build in Debian kfreebsd-*'
o bug 3744, 'Crash upon deleting tags.'
o bug 3822, 'AttRemover deletes message and fails to create
new one when disk is full'
o bug 3828, '"Re-edit" should not recycle the Message-ID
header'
o bug 3835, 'autogen.sh fails with invalid test on line 33'
o bug 3855, 'segfault at startup with old profile and IMAP
account'
o bug 3866, 'slibtool causes compile failure'
o fix crash in sieve manager window when no account has sieve
enabled.
o fix incorrect labels in folder selection dialog.
o fix RSSyl feeds getting renamed to "Untitled feed".
o fix Resent-Date value.
o Fix typo around libarchive in configure.ac.
Diffstat (limited to 'mail/claws-mail-fancy')
-rw-r--r-- | mail/claws-mail-fancy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail-fancy/Makefile b/mail/claws-mail-fancy/Makefile index f45b6457a305..fa8ebc0aea90 100644 --- a/mail/claws-mail-fancy/Makefile +++ b/mail/claws-mail-fancy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fancy -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Webkit based HTML renderer plugin for Claws Mail |