From owner-svn-ports-all@freebsd.org Fri Oct 12 09:25:03 2018 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 C411D10B372A; Fri, 12 Oct 2018 09:25:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71A117A053; Fri, 12 Oct 2018 09:25:03 +0000 (UTC) (envelope-from tobik@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 684EF1D768; Fri, 12 Oct 2018 09:25:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9C9P3gb010247; Fri, 12 Oct 2018 09:25:03 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9C9P3Pn010246; Fri, 12 Oct 2018 09:25:03 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810120925.w9C9P3Pn010246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 12 Oct 2018 09:25:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481889 - head/x11-wm/qtile X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11-wm/qtile X-SVN-Commit-Revision: 481889 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Fri, 12 Oct 2018 09:25:03 -0000 Author: tobik Date: Fri Oct 12 09:25:02 2018 New Revision: 481889 URL: https://svnweb.freebsd.org/changeset/ports/481889 Log: Explicitly mark x11-wm/qtile as broken It's already being skipped now since x11/xpyb was marked as broken in ports r471180, but qtile previously died with an xcb.Exception, so mark it as broken anyway by request of Michael. While here also reset maintainer due to the long timeout. PR: 222363 Submitted by: Michael Reim Approved by: wg (maintainer timeout, 1 year) Modified: head/x11-wm/qtile/Makefile Modified: head/x11-wm/qtile/Makefile ============================================================================== --- head/x11-wm/qtile/Makefile Fri Oct 12 09:19:04 2018 (r481888) +++ head/x11-wm/qtile/Makefile Fri Oct 12 09:25:02 2018 (r481889) @@ -7,8 +7,10 @@ DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= x11-wm -MAINTAINER= wg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small, flexible, scriptable tiling window manager written in Python + +BROKEN= does not run LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE