Received: by mail.netbsd.org (Postfix, from userid 605) id 3EAB284F3B; Wed, 31 Aug 2022 19:26:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77DAA84D6B for ; Wed, 31 Aug 2022 19:26:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vuRMoHNvWkSo for ; Wed, 31 Aug 2022 19:25:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E0DDA84D57 for ; Wed, 31 Aug 2022 19:25:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA949FA8A; Wed, 31 Aug 2022 19:25:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166197395949010" MIME-Version: 1.0 Date: Wed, 31 Aug 2022 19:25:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xmh To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220831192559.DA949FA8A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166197395949010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 31 19:25:59 UTC 2022 Modified Files: pkgsrc/x11/xmh: Makefile distinfo Log Message: xmh: update to 1.0.4. Alan Coopersmith (11): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Fix spelling/wording issues Trim trailing whitespace from lines gitlab CI: add a basic build test Build xz tarballs instead of bzip2 unifdef -UUSG unifdef -USYSV unifdef -UDGUX Convert vfork checks from Imake-style to autoconf-style xmh 1.0.4 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix 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/xmh/Makefile pkgsrc/x11/xmh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166197395949010 Content-Disposition: inline Content-Length: 1534 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xmh/Makefile diff -u pkgsrc/x11/xmh/Makefile:1.5 pkgsrc/x11/xmh/Makefile:1.6 --- pkgsrc/x11/xmh/Makefile:1.5 Sat Jan 18 23:36:11 2020 +++ pkgsrc/x11/xmh/Makefile Wed Aug 31 19:25:59 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2020/01/18 23:36:11 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2022/08/31 19:25:59 wiz Exp $ -DISTNAME= xmh-1.0.3 -CATEGORIES= mail x11 +DISTNAME= xmh-1.0.4 +CATEGORIES= x11 mail MASTER_SITES= ${MASTER_SITE_XORG:=app/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/xmh/distinfo diff -u pkgsrc/x11/xmh/distinfo:1.5 pkgsrc/x11/xmh/distinfo:1.6 --- pkgsrc/x11/xmh/distinfo:1.5 Tue Oct 26 11:34:53 2021 +++ pkgsrc/x11/xmh/distinfo Wed Aug 31 19:25:59 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:34:53 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/08/31 19:25:59 wiz Exp $ -BLAKE2s (xmh-1.0.3.tar.bz2) = b1a7f60c3611f3edad8ceeef6c9c847e5e807b1cd7fb63944f8feb7577bcdcf9 -SHA512 (xmh-1.0.3.tar.bz2) = acc1fb65fe69891272a25f3f45e7e1e7c57ad075bbaac7b3b53577853fbb07598d3ad3ea01130db6b10e3c347550ce23d709363440cbd73897bc39411640c251 -Size (xmh-1.0.3.tar.bz2) = 212109 bytes +BLAKE2s (xmh-1.0.4.tar.xz) = 7dcfa089fb0787a25107aad659bca668b1ae7bb717c0e2a80036a9ef52fb625b +SHA512 (xmh-1.0.4.tar.xz) = 03bba7d3e7c2070b03378335aed0188dd0fd0a488f19dc5ad3f26674a9b38e6599377d082328041dd3ab72123ed60acae32cff19d7149517545b80e1339db26a +Size (xmh-1.0.4.tar.xz) = 197124 bytes --_----------=_166197395949010--