diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-08 09:16:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-08 09:16:04 +0000 |
commit | df249d9fbad3fa9b4561858d5c99ca94536fa1a1 (patch) | |
tree | 124a1441cc6c2e493eafaa649ed977a88d403bbe /mail/clawsker | |
parent | f8ceb4d5802af1d41bb7cb86df3ee27dc03931db (diff) | |
download | ports-df249d9fbad3fa9b4561858d5c99ca94536fa1a1.tar.gz ports-df249d9fbad3fa9b4561858d5c99ca94536fa1a1.zip |
- Update to 3.7.5
Changelog:
Bug fixes:
o bug 2059 'gpgme >=1.1.8 not compatible with S/MIME
encryption'
o bug 2076 'having worked 2 times properly CLAWS ceased to
decrypt incoming PGP mails -displays base64
instead - sucks completely'
o bug 2098, 'claws-mails crashes frequently with pgpcore'
o Address Book: fix button sensitivity in compose mode.
Bump all cm-plugins
Approved by: maintainers implicit
Notes
Notes:
svn path=/head/; revision=249419
Diffstat (limited to 'mail/clawsker')
-rw-r--r-- | mail/clawsker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/clawsker/Makefile b/mail/clawsker/Makefile index e20e125151df..2596043f2896 100644 --- a/mail/clawsker/Makefile +++ b/mail/clawsker/Makefile @@ -7,14 +7,14 @@ PORTNAME= clawsker PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/tools/ MAINTAINER= c0rn@o2.pl COMMENT= Applet to edit Claws Mail's hidden preferences -RUN_DEPENDS= claws-mail>=3.7.3:${PORTSDIR}/mail/claws-mail \ +RUN_DEPENDS= claws-mail>=3.7.5:${PORTSDIR}/mail/claws-mail \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext |