diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-08 17:16:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-08 17:16:04 +0800 |
commit | 4c63e55532e93488d41f6e29322509f1bafc9f76 (patch) | |
tree | fff33fe6b7d014579739864a7000e27fc2e1eeab /mail/claws-mail-python | |
parent | a2877e71fd258290725070f69d821f75983dfb65 (diff) | |
download | freebsd-ports-gnome-4c63e55532e93488d41f6e29322509f1bafc9f76.tar.gz freebsd-ports-gnome-4c63e55532e93488d41f6e29322509f1bafc9f76.tar.zst freebsd-ports-gnome-4c63e55532e93488d41f6e29322509f1bafc9f76.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
Diffstat (limited to 'mail/claws-mail-python')
-rw-r--r-- | mail/claws-mail-python/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/claws-mail-python/Makefile b/mail/claws-mail-python/Makefile index 9ea3ec7a3c92..05379ce45f4e 100644 --- a/mail/claws-mail-python/Makefile +++ b/mail/claws-mail-python/Makefile @@ -7,7 +7,7 @@ PORTNAME= python PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -16,8 +16,8 @@ DISTNAME= python_plugin-${PORTVERSION} MAINTAINER= miwi@FreeBSD.org COMMENT= Python plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.7.4:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.7.4:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.7.5:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.7.5:${PORTSDIR}/mail/claws-mail USE_GNOME= pygtk2 USE_GMAKE= yes |