balsa: Update to 2.6.2
* Balsa-2.6.2 release. Release date 2020-12-21 - Webkit widgets are now sandboxed. - Improved desktop notifications. - iTIP calendar reply are improved. - Handling of multiple crypto keys for the same recipient. - build cleanups and improvements, e.g. application logging. - code cleanups and simplifications as enabled by moving to more modern libraries. - bug fixes: draft with message/external-body attachments; do not crash on importing half-broken keys - improved translations.
This commit is contained in:
parent
5e0401b080
commit
650647d49d
3 changed files with 18 additions and 19 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.162 2020/11/05 09:08:34 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.163 2021/03/14 07:43:47 nia Exp $
|
||||
|
||||
DISTNAME= balsa-2.6.1
|
||||
PKGREVISION= 5
|
||||
DISTNAME= balsa-2.6.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://pawsa.fedorapeople.org/balsa/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -40,6 +39,6 @@ CONFIGURE_ARGS+= --with-sqlite
|
|||
.include "../../textproc/enchant2/buildlink3.mk"
|
||||
.include "../../time/libical/buildlink3.mk"
|
||||
.include "../../x11/gtk3/buildlink3.mk"
|
||||
.include "../../x11/gtksourceview3/buildlink3.mk"
|
||||
.include "../../x11/gtksourceview4/buildlink3.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.24 2020/05/21 14:19:46 nia Exp $
|
||||
$NetBSD: distinfo,v 1.25 2021/03/14 07:43:47 nia Exp $
|
||||
|
||||
SHA1 (balsa-2.6.1.tar.bz2) = 6591d5a3aa0db9751fbc909ad04c2a18b8823bc2
|
||||
RMD160 (balsa-2.6.1.tar.bz2) = 9c30b0ce1fb89e7271bc1951582bc019d2c1fe80
|
||||
SHA512 (balsa-2.6.1.tar.bz2) = 242c93e698390647b93f7e163b547b326675a0600ff5c50c2db3f3e08cd045e32cec4bb69f8a44ef3443d4cf03cb194ac7971d2a0e55f7c84b273a2b627e2433
|
||||
Size (balsa-2.6.1.tar.bz2) = 4535550 bytes
|
||||
SHA1 (balsa-2.6.2.tar.bz2) = 251498405494c1f3bffa9e2fee195f9759dcb5b0
|
||||
RMD160 (balsa-2.6.2.tar.bz2) = 370cce30ba22facae4fcd41c8f2a29cbd09d617b
|
||||
SHA512 (balsa-2.6.2.tar.bz2) = 7049722f74d7a7d93cd2d68ce7d38a99a04a566f180bac39009ba59bb0aeca603a5237db7a91e860f2f905591bf84f803007b9887f2c69c426b4a6dbc81f1488
|
||||
Size (balsa-2.6.2.tar.bz2) = 4567897 bytes
|
||||
SHA1 (patch-sounds_Makefile.in) = 5c131b93f1431bb0c6f62a44cd6dbad4e5c5edc2
|
||||
SHA1 (patch-src_sendmsg-window.c) = 1ac652d2366f952f115d1e4546a034b0dd4bcf0e
|
||||
SHA1 (patch-src_sendmsg-window.c) = 95974c6aef30355f4fa7471b8d46dac8c3f7faf2
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
$NetBSD: patch-src_sendmsg-window.c,v 1.1 2019/09/14 18:57:10 nia Exp $
|
||||
$NetBSD: patch-src_sendmsg-window.c,v 1.2 2021/03/14 07:43:48 nia Exp $
|
||||
|
||||
Support enchant2.
|
||||
|
||||
--- src/sendmsg-window.c.orig 2019-05-25 15:01:14.000000000 +0000
|
||||
--- src/sendmsg-window.c.orig 2020-12-18 20:27:46.000000000 +0000
|
||||
+++ src/sendmsg-window.c
|
||||
@@ -68,7 +68,7 @@
|
||||
#include "geometry-manager.h"
|
||||
|
||||
#if !HAVE_GSPELL && !HAVE_GTKSPELL_3_0_3
|
||||
@@ -72,7 +72,7 @@
|
||||
#elif HAVE_GSPELL
|
||||
#include <gspell/gspell.h>
|
||||
#else /* HAVE_GTKSPELL */
|
||||
-#include <enchant/enchant.h>
|
||||
+#include <enchant.h>
|
||||
#endif /* HAVE_GTKSPELL_3_0_3 */
|
||||
#if HAVE_GTKSPELL
|
||||
#include "gtkspell/gtkspell.h"
|
||||
#include "spell-check.h"
|
||||
#endif /* HAVE_GTKSPELL */
|
||||
#if HAVE_GTKSOURCEVIEW
|
||||
|
|
Loading…
Reference in a new issue