diff options
author | smb <smb@pkgsrc.org> | 2008-10-15 16:22:02 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2008-10-15 16:22:02 +0000 |
commit | c9a0ef6a0c6d040a060e5628ed927b10a815752d (patch) | |
tree | a2ff82705be65a7f376f7314907895b090a1ee62 /mail/claws-mail-pgpcore | |
parent | c2c18a008e19188fb1c1846258ab5e5fdf286b0a (diff) | |
download | pkgsrc-c9a0ef6a0c6d040a060e5628ed927b10a815752d.tar.gz |
Update to 3.6.1:
* 3.6.1
-------
* Claws Mail now requires libetpan 0.57 for IMAP and NNTP.
* SSL support is now provided by gnuTLS exclusively. OpenSSL support
has been dropped due to licensing issues.
* Added /View/Fullscreen option.
* Re-ordering of the filtering/processing condition and actions lists
is now possible using drag'n'drop.
* 3.6.0
-------
* Claws Mail now requires libetpan 0.56 for IMAP and NNTP
* Spell checking is now provided by Enchant instead of Aspell. To
build spell checker support, you will need the libenchant headers.
* The S/MIME plugin is now part of this package.
* IMAP, NNTP, and SSL are now supported in the Windows port.
* Support for client SSL certificates.
* Better support of SSL certificate stores, to be able to verify
server certificates.
* Renaming of newsgroups is possible.
* "Always open message when selected" can now have three values:
'Never', 'Always' and 'When message view is visible'.
* Unsaved server passwords can now be temporarily saved for the
duration of the session. They can be cleared before the session
expires by using '/Tools/Forget all session passwords'.
* Auto-wrapping settings are now saved in drafted messages.
* Support for basic auto-indentation in the Compose window.
* Support for animated GIFs in the message view.
* Type-ahead search in Filtering, Templates, Actions dialogs now
select the result of the search.
* Finer granularity in POP3 accounts' Remove After delay - hours in
addition to days.
* Spam/Ham flag is now stored on IMAP server when possible, using
"Junk" and "NonJunk" keywords.
* Use less precise intervals when possible for auto-checking, thus
the CPU is woken up less frequently.
* The warning icon in the main window is cleared when the error it
relates to is clipped from the network log.
* IMAP errors now reveal the server on which they happen.
* All deprecated GTK interfaces have been replaced with their
non-deprecated equivalents.
* csv2addressbook.pl: Added support for FoxMail.
Diffstat (limited to 'mail/claws-mail-pgpcore')
-rw-r--r-- | mail/claws-mail-pgpcore/Makefile | 8 | ||||
-rw-r--r-- | mail/claws-mail-pgpcore/buildlink3.mk | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/mail/claws-mail-pgpcore/Makefile b/mail/claws-mail-pgpcore/Makefile index c629deaac63..ddc75e07aa4 100644 --- a/mail/claws-mail-pgpcore/Makefile +++ b/mail/claws-mail-pgpcore/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2008/09/26 17:51:17 smb Exp $ +# $NetBSD: Makefile,v 1.12 2008/10/15 16:22:03 smb Exp $ # PKG_DESTDIR_SUPPORT= user-destdir PLUGIN_NAME= pgpcore -PLUG_VER= 3.5.0 -PKGREVISION= 1 .include "../../mail/claws-mail/plugins.mk" MAINTAINER= smb@NetBSD.org @@ -20,13 +18,11 @@ CONFIGURE_ARGS+= --enable-pgpcore-plugin CONFIGURE_ARGS+= --enable-pgpmime-plugin CONFIGURE_ARGS+= --enable-pgpinline-plugin -DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail +DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail DEPENDS+= gnupg>=1.4.9:../../security/gnupg DEPENDS+= gpgme>=1.1.4nb2:../../security/gpgme .include "../../mail/claws-mail/Makefile.vers" -.include "../../x11/gtk2/buildlink3.mk" .include "../../security/gpgme/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/claws-mail-pgpcore/buildlink3.mk b/mail/claws-mail-pgpcore/buildlink3.mk index 5012c91d930..bd59b516a4f 100644 --- a/mail/claws-mail-pgpcore/buildlink3.mk +++ b/mail/claws-mail-pgpcore/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2008/07/13 22:32:05 smb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2008/10/15 16:22:03 smb Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ CLAWS_MAIL_PGPCORE_BUILDLINK3_MK:= ${CLAWS_MAIL_PGPCORE_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= claws-mail-pgpcore BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}claws-mail-pgpcore .if ${CLAWS_MAIL_PGPCORE_BUILDLINK3_MK} == "+" -BUILDLINK_API_DEPENDS.claws-mail-pgpcore+= claws-mail-pgpcore>=3.5.0 +BUILDLINK_API_DEPENDS.claws-mail-pgpcore+= claws-mail-pgpcore>=3.6.1 BUILDLINK_PKGSRCDIR.claws-mail-pgpcore?= ../../mail/claws-mail-pgpcore .endif # CLAWS_MAIL_PGPCORE_BUILDLINK3_MK |