pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xedit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr  3 22:16:01 UTC 2022

Modified Files:
        pkgsrc/x11/xedit: Makefile distinfo

Log Message:
xedit: update to 1.2.3.

This minor maintenance release adds support for building on the ARM platform
for MacOS, as well as some more general bug fixes and cleanups for all OS'es.

Alan Coopersmith (5):
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      man page: remove out-of-date COPYRIGHT section
      xedit 1.2.3

Emil Velikov (1):
      autogen.sh: use quoted string variables

Gary Palter (1):
      Minimal changes to build on Apple silicon (i.e., new Apple M1 Macs)

Jeremy Huddleston Sequoia (1):
      Followup to previous commit to use isinfinite for darwin rather than arm64.

Mihail Konev (1):
      autogen: add default patch prefix

Niclas Zeising (1):
      Fix segfault when tags file isn't found

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xedit/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xedit/distinfo

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

Modified files:

Index: pkgsrc/x11/xedit/Makefile
diff -u pkgsrc/x11/xedit/Makefile:1.5 pkgsrc/x11/xedit/Makefile:1.6
--- pkgsrc/x11/xedit/Makefile:1.5       Sun Sep 12 00:05:50 2021
+++ pkgsrc/x11/xedit/Makefile   Sun Apr  3 22:16:01 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2021/09/12 00:05:50 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/03 22:16:01 wiz Exp $
 
-DISTNAME=      xedit-1.2.2
-CATEGORIES=    editors x11
+DISTNAME=      xedit-1.2.3
+CATEGORIES=    x11 editors
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/

Index: pkgsrc/x11/xedit/distinfo
diff -u pkgsrc/x11/xedit/distinfo:1.4 pkgsrc/x11/xedit/distinfo:1.5
--- pkgsrc/x11/xedit/distinfo:1.4       Tue Oct 26 11:34:38 2021
+++ pkgsrc/x11/xedit/distinfo   Sun Apr  3 22:16:01 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:34:38 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/03 22:16:01 wiz Exp $
 
-BLAKE2s (xedit-1.2.2.tar.bz2) = e17529894c1ae0f7c67f5f20ea31589f7caa56d09c14a0618694d3066fcb420f
-SHA512 (xedit-1.2.2.tar.bz2) = 24d8e23a2ad1a2e81f6606928bb032f25b70b76da83b65341367bc4111d011abe89f9e30402d057854f2ccdaa9c1ef0d7c55bf29b81ab2d050a8f448cf3eeb5d
-Size (xedit-1.2.2.tar.bz2) = 525861 bytes
+BLAKE2s (xedit-1.2.3.tar.xz) = 6ff834af847b144829cf7bc68c2e861b42ba87cc4c1d4b0113836d6121a5d305
+SHA512 (xedit-1.2.3.tar.xz) = 1089c35ef961e53f74cc7d892960e1ee7f0da17529e3173e7f7764b0eb4ee94d1e068cb177d8502ca55c1dd6808962d4b1427e303adc7e6db80be8828557f45a
+Size (xedit-1.2.3.tar.xz) = 480288 bytes



Home | Main Index | Thread Index | Old Index