Received: by mail.netbsd.org (Postfix, from userid 605) id 2E82584D38; Thu, 1 Mar 2018 23:46:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D6C784D35 for ; Thu, 1 Mar 2018 23:46:55 +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 yzoz-PjAhdYW for ; Thu, 1 Mar 2018 23:46:54 +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 C473884CEF for ; Thu, 1 Mar 2018 23:46:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6867FB40; Thu, 1 Mar 2018 23:46:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15199480148130" MIME-Version: 1.0 Date: Thu, 1 Mar 2018 23:46:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xorgproto To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180301234654.B6867FB40@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. --_----------=_15199480148130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Mar 1 23:46:54 UTC 2018 Modified Files: pkgsrc/x11/xorgproto: Makefile distinfo Log Message: xorgproto: update to 2018.4. This release updates the specifications and protocol headers for DRI3 and Present to 1.2, and fixes several spelling and grammar errors in the specification texts. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xorgproto/Makefile \ pkgsrc/x11/xorgproto/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15199480148130 Content-Disposition: inline Content-Length: 1635 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xorgproto/Makefile diff -u pkgsrc/x11/xorgproto/Makefile:1.3 pkgsrc/x11/xorgproto/Makefile:1.4 --- pkgsrc/x11/xorgproto/Makefile:1.3 Wed Feb 21 14:04:42 2018 +++ pkgsrc/x11/xorgproto/Makefile Thu Mar 1 23:46:54 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/02/21 14:04:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/03/01 23:46:54 wiz Exp $ -DISTNAME= xorgproto-2018.3 +DISTNAME= xorgproto-2018.4 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/xorgproto/distinfo diff -u pkgsrc/x11/xorgproto/distinfo:1.3 pkgsrc/x11/xorgproto/distinfo:1.4 --- pkgsrc/x11/xorgproto/distinfo:1.3 Wed Feb 21 14:04:42 2018 +++ pkgsrc/x11/xorgproto/distinfo Thu Mar 1 23:46:54 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/02/21 14:04:42 wiz Exp $ +$NetBSD: distinfo,v 1.4 2018/03/01 23:46:54 wiz Exp $ -SHA1 (xorgproto-2018.3.tar.bz2) = 8fb8a60b7a21c5c7e26c9930d130c262268b85d2 -RMD160 (xorgproto-2018.3.tar.bz2) = 9fff3ed4c2fd0f67fdead878dd8ceeb1fe8cf0a5 -SHA512 (xorgproto-2018.3.tar.bz2) = c0d69021ab5a4d3415811f4e7719cc14c2a0dc2624c6d99524304805a1b09de35fbc3cdf5027f951b389a339e9082f53a7d05e7f337589f58ce0660dc088d02b -Size (xorgproto-2018.3.tar.bz2) = 397590 bytes +SHA1 (xorgproto-2018.4.tar.bz2) = 2e4a3db312e1ce81e15515dfcac52ba0aa5a920c +RMD160 (xorgproto-2018.4.tar.bz2) = 82de862ca473efd86c3d07e4aed4e7cdc993c88c +SHA512 (xorgproto-2018.4.tar.bz2) = 2db682d10280ca58cdc04d8eb9fef30c111d4cd379de9fec86cff317865b859a576de5426447be9231d24be9762cc1d684c57383a99ad499398e8b7d62b1c03c +Size (xorgproto-2018.4.tar.bz2) = 390293 bytes --_----------=_15199480148130--