From owner-svn-ports-all@freebsd.org Sat Jun 22 19:33:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E42F815B4BB1; Sat, 22 Jun 2019 19:33:16 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 832888986B; Sat, 22 Jun 2019 19:33:16 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 594E1F299; Sat, 22 Jun 2019 19:33:16 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5MJXGF9008900; Sat, 22 Jun 2019 19:33:16 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5MJXGUQ008897; Sat, 22 Jun 2019 19:33:16 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201906221933.x5MJXGUQ008897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 22 Jun 2019 19:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504885 - in head/x11/xorgproto: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/x11/xorgproto: . files X-SVN-Commit-Revision: 504885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 832888986B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2019 19:33:17 -0000 Author: zeising Date: Sat Jun 22 19:33:15 2019 New Revision: 504885 URL: https://svnweb.freebsd.org/changeset/ports/504885 Log: x11/xorgproto: update to 2019.1 Update x11/xorgproto to 2019.1 This release contains cleanups and and a few new keysyms. No functional changes to any protocols. Big thanks to antoine and portmgr for help with the exp-run! Changelog: https://lists.x.org/archives/xorg-announce/2019-June/003000.html PR: 238728 (exp-run) exp-run by: antoine Sponsored by: B3 Init (zeising) Deleted: head/x11/xorgproto/files/ Modified: head/x11/xorgproto/Makefile head/x11/xorgproto/distinfo Modified: head/x11/xorgproto/Makefile ============================================================================== --- head/x11/xorgproto/Makefile Sat Jun 22 19:19:38 2019 (r504884) +++ head/x11/xorgproto/Makefile Sat Jun 22 19:33:15 2019 (r504885) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xorgproto -PORTVERSION= 2018.4 +PORTVERSION= 2019.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -12,6 +12,7 @@ XORG_CAT= proto CONFIGURE_ARGS= --without-fop \ --without-xmlto \ --without-xsltproc \ + --disable-specs \ --enable-legacy pre-patch: Modified: head/x11/xorgproto/distinfo ============================================================================== --- head/x11/xorgproto/distinfo Sat Jun 22 19:19:38 2019 (r504884) +++ head/x11/xorgproto/distinfo Sat Jun 22 19:33:15 2019 (r504885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532366892 -SHA256 (xorg/proto/xorgproto-2018.4.tar.bz2) = fee885e0512899ea5280c593fdb2735beb1693ad170c22ebcc844470eec415a0 -SIZE (xorg/proto/xorgproto-2018.4.tar.bz2) = 390293 +TIMESTAMP = 1561020414 +SHA256 (xorg/proto/xorgproto-2019.1.tar.bz2) = a6daaa7a6cbc8e374032d83ff7f47d41be98f1e0f4475d66a4da3aa766a0d49b +SIZE (xorg/proto/xorgproto-2019.1.tar.bz2) = 865840