Thu Apr 4 16:42:19 2024 UTC (63d)
zile: update to 2.6.2

2.6.1 -> 2.6.2:
- fixed opening a file that contained no line endings would cause a
  null pointer dereference.

2.6.0 -> 2.6.1
- Many bugs fixed due to the Vala rewrite.

2.4.15 -> 2.6.0
- Zile has been rewritten in Vala
- Writing files has been made more robust
- Fixed a bug where `save-buffers-kill-emacs' would not cause Zile to
  exit immediately if it was executed as part of a macro or Lisp
  expression.
- Fixed bug where `universal-argument' without an explicit numeric
  argument would cause Zile to quit immediately.
- Fix a space leak on unterminated string and a crash on unclosed paren when
  parsing Lisp expressions.
- In the minibuffer, C-k now adds the cut text to the kill ring, and `yank'
  (C-y) is added.
- Fix processing of key bindings. This affects where-is and
  describe-bindings.


(ktnb)
diff -r1.41 -r1.42 pkgsrc/editors/zile/Makefile
diff -r1.16 -r1.17 pkgsrc/editors/zile/distinfo

cvs diff -r1.41 -r1.42 pkgsrc/editors/zile/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/zile/Makefile 2022/06/28 11:33:49 1.41
+++ pkgsrc/editors/zile/Makefile 2024/04/04 16:42:19 1.42
@@ -1,30 +1,29 @@ @@ -1,30 +1,29 @@
1# $NetBSD: Makefile,v 1.41 2022/06/28 11:33:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.42 2024/04/04 16:42:19 ktnb Exp $
2 2
3DISTNAME= zile-2.4.15 3DISTNAME= zile-2.6.2
4PKGREVISION= 2 
5CATEGORIES= editors 4CATEGORIES= editors
6MASTER_SITES= ${MASTER_SITE_GNU:=zile/} 5MASTER_SITES= ${MASTER_SITE_GNU:=zile/}
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.gnu.org/software/zile/ 8HOMEPAGE= https://www.gnu.org/software/zile/
10COMMENT= Emacs-like text editor 9COMMENT= Emacs-like text editor
11LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
12 11
13TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man 12TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man
14TOOL_DEPENDS+= p5-Locale-Msgfmt-[0-9]*:../../devel/p5-Locale-Msgfmt 13TOOL_DEPENDS+= p5-Locale-Msgfmt-[0-9]*:../../devel/p5-Locale-Msgfmt
15 14
16USE_TOOLS+= pkg-config perl gmake makeinfo 15USE_TOOLS+= pkg-config perl gmake makeinfo
17 16
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
19 18
20CONFIGURE_ARGS+= --disable-silent-rules 19CONFIGURE_ARGS+= --disable-silent-rules
21 20
22INFO_FILES= yes 21INFO_FILES= yes
23 22
24# we only want the charset.alias file, so no buildlinkery for libiconv 23.include "../../devel/glib2/buildlink3.mk"
25DEPENDS+= libiconv-[0-9]*:../../converters/libiconv 24.include "../../devel/libgee/buildlink3.mk"
26 
27.include "../../devel/libgetopt/buildlink3.mk" 25.include "../../devel/libgetopt/buildlink3.mk"
28.include "../../devel/boehm-gc/buildlink3.mk" 26.include "../../devel/boehm-gc/buildlink3.mk"
 27.include "../../lang/vala/buildlink3.mk"
29.include "../../mk/curses.buildlink3.mk" 28.include "../../mk/curses.buildlink3.mk"
30.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.16 -r1.17 pkgsrc/editors/zile/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/zile/distinfo 2021/10/26 10:21:44 1.16
+++ pkgsrc/editors/zile/distinfo 2024/04/04 16:42:19 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2021/10/26 10:21:44 nia Exp $ 1$NetBSD: distinfo,v 1.17 2024/04/04 16:42:19 ktnb Exp $
2 2
3BLAKE2s (zile-2.4.15.tar.gz) = 9b93f4ca349e6f17ceb8e5d2a977ac3f88e1ba1a3850fe1b93b3ab2baf1e4f41 3BLAKE2s (zile-2.6.2.tar.gz) = 38a161897d1cc24874b31ef21261703a28516ec9ee5c9fe894e2e58c5f8f06f8
4SHA512 (zile-2.4.15.tar.gz) = e2a04c280ae0c0038e6ef18abec0be55063a472f77a511bf31459712be24659edcaa2d1c861d7c00bdab87a1881af03d14eb561047c386cbff5f90b13b1a2575 4SHA512 (zile-2.6.2.tar.gz) = 16d5cece403fc215d53b35c31fe6f743d53d7a01cdc7d101cabe6760173539c9c31e092b29c374f28a723708027f6de626fcfee302962848091f85078fa81761
5Size (zile-2.4.15.tar.gz) = 1490611 bytes 5Size (zile-2.6.2.tar.gz) = 1152751 bytes
6SHA1 (patch-ab) = 55f6e35e748d2efa4841925456da8e474d14df17 6SHA1 (patch-ab) = 55f6e35e748d2efa4841925456da8e474d14df17