From owner-svn-ports-head@freebsd.org Wed Feb 27 16:28:07 2019 Return-Path: Delivered-To: svn-ports-head@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 E140715213A9; Wed, 27 Feb 2019 16:28:07 +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 86056850AE; Wed, 27 Feb 2019 16:28:07 +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 762491F4CB; Wed, 27 Feb 2019 16:28:07 +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 x1RGS7SF077069; Wed, 27 Feb 2019 16:28:07 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1RGS786077068; Wed, 27 Feb 2019 16:28:07 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201902271628.x1RGS786077068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 27 Feb 2019 16:28:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494068 - head/x11/xev X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/xev X-SVN-Commit-Revision: 494068 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 86056850AE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.941,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2019 16:28:08 -0000 Author: zeising Date: Wed Feb 27 16:28:06 2019 New Revision: 494068 URL: https://svnweb.freebsd.org/changeset/ports/494068 Log: x11/xev: Update to 1.2.3 Update x11/xev to 1.2.3 Add license This is a maintenance release Changelog: https://lists.x.org/archives/xorg/2019-February/059611.html PR: 235888 Submitted by: Samy Mahmoudi Sponsored by: B3 Init (zeising) Modified: head/x11/xev/Makefile head/x11/xev/distinfo Modified: head/x11/xev/Makefile ============================================================================== --- head/x11/xev/Makefile Wed Feb 27 16:20:08 2019 (r494067) +++ head/x11/xev/Makefile Wed Feb 27 16:28:06 2019 (r494068) @@ -1,11 +1,14 @@ # $FreeBSD$ PORTNAME= xev -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Print contents of X events + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= app USE_XORG= x11 xrandr Modified: head/x11/xev/distinfo ============================================================================== --- head/x11/xev/distinfo Wed Feb 27 16:20:08 2019 (r494067) +++ head/x11/xev/distinfo Wed Feb 27 16:28:06 2019 (r494068) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xev-1.2.2.tar.bz2) = d94ae62a6c1af56c2961d71f5782076ac4116f0fa4e401420ac7e0db33dc314f -SIZE (xorg/app/xev-1.2.2.tar.bz2) = 132596 +TIMESTAMP = 1550681246 +SHA256 (xorg/app/xev-1.2.3.tar.bz2) = 66bc4f1cfa1946d62612737815c34164e4ce40fcebd2c9e1d7e7a1117ad3ad09 +SIZE (xorg/app/xev-1.2.3.tar.bz2) = 134866