Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 11E241A923B for ; Sun, 24 Jan 2021 15:52:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 47EC7850F7; Sun, 24 Jan 2021 15:52:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 826C284D47 for ; Sun, 24 Jan 2021 15:52:26 +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 O0GC6MXPyfxv for ; Sun, 24 Jan 2021 15:52:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 042CD84D25 for ; Sun, 24 Jan 2021 15:52:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1B5BFA9D; Sun, 24 Jan 2021 15:52:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611503545186320" MIME-Version: 1.0 Date: Sun, 24 Jan 2021 15:52:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/xorg-util-macros To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210124155225.F1B5BFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611503545186320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 24 15:52:25 UTC 2021 Modified Files: pkgsrc/devel/xorg-util-macros: Makefile distinfo Log Message: xorg-util-macros: update to 1.19.3. Alan Coopersmith (2): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Marvin Schmidt (1): XORG_PROG_RAWCPP: Use AC_PATH_TOOL to find preprocessor Matt Turner (1): Version bump: 1.19.3 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/xorg-util-macros/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/xorg-util-macros/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611503545186320 Content-Disposition: inline Content-Length: 1759 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/xorg-util-macros/Makefile diff -u pkgsrc/devel/xorg-util-macros/Makefile:1.15 pkgsrc/devel/xorg-util-macros/Makefile:1.16 --- pkgsrc/devel/xorg-util-macros/Makefile:1.15 Sat Jan 18 23:30:44 2020 +++ pkgsrc/devel/xorg-util-macros/Makefile Sun Jan 24 15:52:25 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/01/18 23:30:44 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2021/01/24 15:52:25 wiz Exp $ -DISTNAME= util-macros-1.19.2 +DISTNAME= util-macros-1.19.3 PKGNAME= xorg-${DISTNAME} CATEGORIES= devel x11 MASTER_SITES= ${MASTER_SITE_XORG:=util/} Index: pkgsrc/devel/xorg-util-macros/distinfo diff -u pkgsrc/devel/xorg-util-macros/distinfo:1.13 pkgsrc/devel/xorg-util-macros/distinfo:1.14 --- pkgsrc/devel/xorg-util-macros/distinfo:1.13 Mon Mar 5 09:22:37 2018 +++ pkgsrc/devel/xorg-util-macros/distinfo Sun Jan 24 15:52:25 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2018/03/05 09:22:37 wiz Exp $ +$NetBSD: distinfo,v 1.14 2021/01/24 15:52:25 wiz Exp $ -SHA1 (util-macros-1.19.2.tar.bz2) = e8b3a6f2bfde22440fca0974da53da18821a4ee6 -RMD160 (util-macros-1.19.2.tar.bz2) = e8e08077eda0eebafeca0350d2a4084c1606dbb1 -SHA512 (util-macros-1.19.2.tar.bz2) = 3f51504b27f0478c136126f15110cf3cdbba218c4d74a8e974cca1381c6e8364609bd0c444f2fb19aa86a7f4e848dfce4f4da940463b224036f75a60b3d88619 -Size (util-macros-1.19.2.tar.bz2) = 84139 bytes +SHA1 (util-macros-1.19.3.tar.bz2) = 4097f75e327b9579d1bd657fa8b01b55238ad8f5 +RMD160 (util-macros-1.19.3.tar.bz2) = 370746606cdd781024cc2a01714ad4506ff56f92 +SHA512 (util-macros-1.19.3.tar.bz2) = b9c7398a912c688a782eab5b1e0f6da2df11a430775c5c98fc3269f73a665de6eeb60d300a849e38d345714a6e51f74e9334cb6039767304cca4b93d823a53a2 +Size (util-macros-1.19.3.tar.bz2) = 84690 bytes --_----------=_1611503545186320--