pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/zile



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Thu Apr  4 16:42:19 UTC 2024

Modified Files:
        pkgsrc/editors/zile: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/zile/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/zile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/zile/Makefile
diff -u pkgsrc/editors/zile/Makefile:1.41 pkgsrc/editors/zile/Makefile:1.42
--- pkgsrc/editors/zile/Makefile:1.41   Tue Jun 28 11:33:49 2022
+++ pkgsrc/editors/zile/Makefile        Thu Apr  4 16:42:19 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2022/06/28 11:33:49 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2024/04/04 16:42:19 ktnb Exp $
 
-DISTNAME=      zile-2.4.15
-PKGREVISION=   2
+DISTNAME=      zile-2.6.2
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GNU:=zile/}
 
@@ -21,10 +20,10 @@ CONFIGURE_ARGS+=    --disable-silent-rules
 
 INFO_FILES=            yes
 
-# we only want the charset.alias file, so no buildlinkery for libiconv
-DEPENDS+=      libiconv-[0-9]*:../../converters/libiconv
-
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libgee/buildlink3.mk"
 .include "../../devel/libgetopt/buildlink3.mk"
 .include "../../devel/boehm-gc/buildlink3.mk"
+.include "../../lang/vala/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

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



Home | Main Index | Thread Index | Old Index