pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/xnedit



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Sep  8 12:32:02 UTC 2023

Modified Files:
        pkgsrc/editors/xnedit: Makefile distinfo

Log Message:
editors/xnedit: Update to 1.5.1

CHANGELOG
=========

version 1.5.1 (2023-09-06)
--------------------------

 - added DISABLE_MULTICURSOR compile option
 - fixed potential crash caused by uninitialized memory access in CreateBGMenu
 - fixed unnecessary stat line updates when using multiple cursors
 - fixed cursor line highlighting bug when removing a selection


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/xnedit/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/xnedit/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/xnedit/Makefile
diff -u pkgsrc/editors/xnedit/Makefile:1.9 pkgsrc/editors/xnedit/Makefile:1.10
--- pkgsrc/editors/xnedit/Makefile:1.9  Wed Jul 12 13:22:10 2023
+++ pkgsrc/editors/xnedit/Makefile      Fri Sep  8 12:32:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/07/12 13:22:10 micha Exp $
+# $NetBSD: Makefile,v 1.10 2023/09/08 12:32:02 micha Exp $
 
-DISTNAME=      xnedit-1.5.0
+DISTNAME=      xnedit-1.5.1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xnedit/}
 
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v2
 USE_LANGUAGES= c99
 USE_TOOLS=     perl pkg-config yacc
 
-# Redefinition of macros bcopy and bzero (at leat on NetBSD 9.3)
+# Redefinition of macros bcopy and bzero (at least on NetBSD 9.3)
 FORTIFY_SUPPORTED=     no
 
 WRKSRC=                        ${WRKDIR}/xnedit

Index: pkgsrc/editors/xnedit/distinfo
diff -u pkgsrc/editors/xnedit/distinfo:1.3 pkgsrc/editors/xnedit/distinfo:1.4
--- pkgsrc/editors/xnedit/distinfo:1.3  Wed Jul 12 13:22:10 2023
+++ pkgsrc/editors/xnedit/distinfo      Fri Sep  8 12:32:02 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2023/07/12 13:22:10 micha Exp $
+$NetBSD: distinfo,v 1.4 2023/09/08 12:32:02 micha Exp $
 
-BLAKE2s (xnedit-1.5.0.tar.gz) = 8e65d105db8dbac23aaedce52435cc5c877b42367467113196cfe3edefc5ebd5
-SHA512 (xnedit-1.5.0.tar.gz) = 89dd847aed649bc31a1f9d5eca8ace42e189bb5038f1fdd58526eeb7167dfa179bd8f51901d585f565b483d40eb15c0f8807308805c42afecc918ed9c38d6264
-Size (xnedit-1.5.0.tar.gz) = 1519422 bytes
+BLAKE2s (xnedit-1.5.1.tar.gz) = 9b0256718abfb2eedb92a3ca35966d332263a0c6fd1a1d0139f866c9adcb57b8
+SHA512 (xnedit-1.5.1.tar.gz) = e5a40947a8fcc4995e2debbe46710e5aa9e7d3e01fe925c81e457dff6a401695f1a3839f8c8e106a0c3d20b6d099abc2fc09f8df53cd09d8a685355b4a98f6df
+Size (xnedit-1.5.1.tar.gz) = 1524612 bytes
 SHA1 (patch-Makefile) = 065037b9d82dd35f33253899869f3e85db17834b



Home | Main Index | Thread Index | Old Index