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:   nia
Date:           Tue Nov 24 09:57:43 UTC 2020

Modified Files:
        pkgsrc/editors/zile: Makefile distinfo
Removed Files:
        pkgsrc/editors/zile/patches: patch-aa

Log Message:
zile: Update to 2.4.15

* Noteworthy changes in release 2.4.15 (2020-11-05) [stable]

** Bug fixes

  Ensure term.h matches [n]curses[w].h (fix #58880).

  Fix a potential crash in the Lisp “interpreter”.

  query-replace no longer prints the number of replacements on error.

** Build-related

  Various improvements and fixes, including updates to gnulib and bootstrap,
  improvements to the build instructions, and the removal of obsolete files.

  Use automake’s parallel test harness to run the tests.

  Make running the tests with Emacs optional. A lot of them do not pass any
  more with recent Emacsen, but this is not an urgent problem.

  Use ASAN instead of Valgrind for memory checking: this makes the tests run
  much faster.

  Remove the use of texinfo markup from docstrings.

  tbl_vars.h no longer needs to be generated from tbl_vars.h.in, as no
  substitutions were being made.

** Miscellaneous

  Some code clean-up, including a simplification to the calling convention
  for C functions that implement editor commands.

  Update some docstrings to match Emacs 27.1.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/editors/zile/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/zile/distinfo
cvs rdiff -u -r1.6 -r0 pkgsrc/editors/zile/patches/patch-aa

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.38 pkgsrc/editors/zile/Makefile:1.39
--- pkgsrc/editors/zile/Makefile:1.38   Sat Sep 26 12:41:02 2020
+++ pkgsrc/editors/zile/Makefile        Tue Nov 24 09:57:43 2020
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.38 2020/09/26 12:41:02 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2020/11/24 09:57:43 nia Exp $
 
-DISTNAME=      zile-2.4.14
-#PKGREVISION=  1
-PKGREVISION=   1
+DISTNAME=      zile-2.4.15
 CATEGORIES=    editors
-MASTER_SITES=  http://ftp.gnu.org/gnu/zile/
+MASTER_SITES=  ${MASTER_SITE_GNU:=zile/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gnu.org/software/zile/
 COMMENT=       Emacs-like text editor
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man
+TOOL_DEPENDS+= p5-Locale-Msgfmt-[0-9]*:../../devel/p5-Locale-Msgfmt
+
 USE_TOOLS+=            pkg-config perl gmake makeinfo
 
 GNU_CONFIGURE=         yes
@@ -19,11 +20,9 @@ CONFIGURE_ARGS+=     --disable-silent-rules
 
 INFO_FILES=            yes
 
-BUILD_DEPENDS+=        help2man-[0-9]*:../../converters/help2man
-BUILD_DEPENDS+=        p5-Locale-Msgfmt-[0-9]*:../../devel/p5-Locale-Msgfmt
-
 # we only want the charset.alias file, so no buildlinkery for libiconv
-DEPENDS+=       libiconv-[0-9]*:../../converters/libiconv
+DEPENDS+=      libiconv-[0-9]*:../../converters/libiconv
+
 .include "../../devel/libgetopt/buildlink3.mk"
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"

Index: pkgsrc/editors/zile/distinfo
diff -u pkgsrc/editors/zile/distinfo:1.13 pkgsrc/editors/zile/distinfo:1.14
--- pkgsrc/editors/zile/distinfo:1.13   Fri Jul  3 11:37:44 2020
+++ pkgsrc/editors/zile/distinfo        Tue Nov 24 09:57:43 2020
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.13 2020/07/03 11:37:44 hauke Exp $
+$NetBSD: distinfo,v 1.14 2020/11/24 09:57:43 nia Exp $
 
-SHA1 (zile-2.4.14.tar.gz) = 0cfd3fb38eb4f2b867755a1c4e3bc16a222b4caa
-RMD160 (zile-2.4.14.tar.gz) = 9db14b79606375f3229e176588495066f1c2fba4
-SHA512 (zile-2.4.14.tar.gz) = 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc
-Size (zile-2.4.14.tar.gz) = 1385314 bytes
-SHA1 (patch-aa) = a46b85b65e2bb46ddbba28761e1b956fb9541b8f
+SHA1 (zile-2.4.15.tar.gz) = b09afbcefb9825e7c6c0b548d053b06c9cf69c30
+RMD160 (zile-2.4.15.tar.gz) = 78db464fa37635b9c5887ec0012a3896a8c78ed1
+SHA512 (zile-2.4.15.tar.gz) = e2a04c280ae0c0038e6ef18abec0be55063a472f77a511bf31459712be24659edcaa2d1c861d7c00bdab87a1881af03d14eb561047c386cbff5f90b13b1a2575
+Size (zile-2.4.15.tar.gz) = 1490611 bytes
 SHA1 (patch-ab) = 55f6e35e748d2efa4841925456da8e474d14df17



Home | Main Index | Thread Index | Old Index