Received: by mail.netbsd.org (Postfix, from userid 605) id D6A4284D2D; Wed, 7 Mar 2018 12:20:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C1E384E71 for ; Wed, 7 Mar 2018 12:20:12 +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 t4tRkCEWwgHR for ; Wed, 7 Mar 2018 12:20:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 77C1484C77 for ; Wed, 7 Mar 2018 12:20:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73036FB40; Wed, 7 Mar 2018 12:20:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520425211278930" MIME-Version: 1.0 Date: Wed, 7 Mar 2018 12:20:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xdriinfo To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180307122011.73036FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1520425211278930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Mar 7 12:20:11 UTC 2018 Modified Files: pkgsrc/x11/xdriinfo: Makefile distinfo Log Message: xdriinfo: update to 1.0.6. Alan Coopersmith (1): xdriinfo 1.0.6 Emil Velikov (1): autogen.sh: use quoted string variables Hans de Goede (1): Fix xdriinfo not working with glvnd 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.8 -r1.9 pkgsrc/x11/xdriinfo/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xdriinfo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520425211278930 Content-Disposition: inline Content-Length: 1609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xdriinfo/Makefile diff -u pkgsrc/x11/xdriinfo/Makefile:1.8 pkgsrc/x11/xdriinfo/Makefile:1.9 --- pkgsrc/x11/xdriinfo/Makefile:1.8 Wed Mar 7 11:57:40 2018 +++ pkgsrc/x11/xdriinfo/Makefile Wed Mar 7 12:20:11 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2018/03/07 11:57:40 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/03/07 12:20:11 wiz Exp $ -DISTNAME= xdriinfo-1.0.5 -PKGREVISION= 2 +DISTNAME= xdriinfo-1.0.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/xdriinfo/distinfo diff -u pkgsrc/x11/xdriinfo/distinfo:1.5 pkgsrc/x11/xdriinfo/distinfo:1.6 --- pkgsrc/x11/xdriinfo/distinfo:1.5 Wed Nov 4 03:29:00 2015 +++ pkgsrc/x11/xdriinfo/distinfo Wed Mar 7 12:20:11 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 03:29:00 agc Exp $ +$NetBSD: distinfo,v 1.6 2018/03/07 12:20:11 wiz Exp $ -SHA1 (xdriinfo-1.0.5.tar.bz2) = 0c2c0a369c3a63f28622ddefd84e964c14625f25 -RMD160 (xdriinfo-1.0.5.tar.bz2) = bbc971ea2eafd1856fba88dc199b5974f59668fe -SHA512 (xdriinfo-1.0.5.tar.bz2) = 6b7a3641f488d305f950c494464fd4b674ab3aaed5c7159d6d8ddad4587c18d680e5854bd80666444f1dee52eb4f46b45709a6d9c333593fe045c73e738524de -Size (xdriinfo-1.0.5.tar.bz2) = 121276 bytes +SHA1 (xdriinfo-1.0.6.tar.bz2) = 11682ae1f04a311b832651d78bbf4c6ac77f0ed9 +RMD160 (xdriinfo-1.0.6.tar.bz2) = 1ac072117213d096890920d89757a8b761f3b779 +SHA512 (xdriinfo-1.0.6.tar.bz2) = 7ddd9e19abaef93e4d85004293528ec3814ef84c470d496dbb8dc8313d804bb7520406de8d33d2bc2b3af942bd0a5d5032a109b2726438a966af63ea680a102f +Size (xdriinfo-1.0.6.tar.bz2) = 123636 bytes --_----------=_1520425211278930--