Received: by mail.netbsd.org (Postfix, from userid 605) id 66BA784DB5; Wed, 19 Jun 2019 17:30:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E242C84D31 for ; Wed, 19 Jun 2019 17:30:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HeoO-608-xQi for ; Wed, 19 Jun 2019 17:30:51 +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 590E484CD3 for ; Wed, 19 Jun 2019 17:30:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4DE97FBF4; Wed, 19 Jun 2019 17:30:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156096545199980" MIME-Version: 1.0 Date: Wed, 19 Jun 2019 17:30:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXi To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190619173051.4DE97FBF4@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. --_----------=_156096545199980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Wed Jun 19 17:30:51 UTC 2019 Modified Files: pkgsrc/x11/libXi: Makefile distinfo Log Message: libXi: update to 1.7.10. Alan Coopersmith (2): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Alexander Bersenev (1): Fix the FIXME in XIValuatorClass case of copy_classes function in XExtInt.c Emil Velikov (1): autogen.sh: use quoted string variables Jeff Smith (1): _XIPassiveGrabDevice needs to set time value Matt Turner (2): Replace open-coded FP3232_TO_DOUBLE libXi 1.7.10 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (2): autogen.sh: use exec instead of waiting for configure to finish man: add a bunch of missing spaces Raphaƫl Droz (1): Update XIChangeHierarchy.txt To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/libXi/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/libXi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156096545199980 Content-Disposition: inline Content-Length: 1576 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXi/Makefile diff -u pkgsrc/x11/libXi/Makefile:1.34 pkgsrc/x11/libXi/Makefile:1.35 --- pkgsrc/x11/libXi/Makefile:1.34 Wed Mar 7 11:57:36 2018 +++ pkgsrc/x11/libXi/Makefile Wed Jun 19 17:30:51 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2018/03/07 11:57:36 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2019/06/19 17:30:51 wiz Exp $ -DISTNAME= libXi-1.7.9 -PKGREVISION= 1 +DISTNAME= libXi-1.7.10 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/libXi/distinfo diff -u pkgsrc/x11/libXi/distinfo:1.28 pkgsrc/x11/libXi/distinfo:1.29 --- pkgsrc/x11/libXi/distinfo:1.28 Mon Jan 23 07:41:27 2017 +++ pkgsrc/x11/libXi/distinfo Wed Jun 19 17:30:51 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2017/01/23 07:41:27 wiz Exp $ +$NetBSD: distinfo,v 1.29 2019/06/19 17:30:51 wiz Exp $ -SHA1 (libXi-1.7.9.tar.bz2) = 70d1148c39c0eaa7d7c18370f20709383271f669 -RMD160 (libXi-1.7.9.tar.bz2) = 68ccceac3fe2c26fcc93b7190d26a0a5d319ad15 -SHA512 (libXi-1.7.9.tar.bz2) = 9f1536944fcd232ba725addbc3afb1154c4e0df3c4380f4a54bada31371029ce3714fe0458529cd6b2787e3283f3bd35366420bca15fedfbd41f2f6b10eddce5 -Size (libXi-1.7.9.tar.bz2) = 486312 bytes +SHA1 (libXi-1.7.10.tar.bz2) = 79052e50ea07ce2431f8988a60553d9091d46207 +RMD160 (libXi-1.7.10.tar.bz2) = 28fa5b4378ba4cc2ffcfd6bdea073a1b28ecf817 +SHA512 (libXi-1.7.10.tar.bz2) = 591f0860bf5904897587c4990d6c852f3729a212d1ef390362d41242440e078221877c31db2232d5cc81727fe97f4e194b077f7de917e251e60641bbd06ee218 +Size (libXi-1.7.10.tar.bz2) = 484519 bytes --_----------=_156096545199980--