summaryrefslogtreecommitdiff
path: root/mail/balsa/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-03-14 07:43:47 +0000
committernia <nia@pkgsrc.org>2021-03-14 07:43:47 +0000
commit3b0745632e65bd85a5b638871075e51a329ee801 (patch)
tree470c69c7f6400c175b086edf8473c33d53de0bd0 /mail/balsa/Makefile
parent64b394910a3f074d7238ae43339033eddff7691f (diff)
downloadpkgsrc-3b0745632e65bd85a5b638871075e51a329ee801.tar.gz
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.
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r--mail/balsa/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index e43d6625f2c..1730d45e1dc 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -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"