From owner-svn-ports-all@freebsd.org Tue Apr 19 04:09:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68B32B14942; Tue, 19 Apr 2016 04:09:02 +0000 (UTC) (envelope-from mi@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 mx1.freebsd.org (Postfix) with ESMTPS id 365C818FB; Tue, 19 Apr 2016 04:09:02 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3J491eS038695; Tue, 19 Apr 2016 04:09:01 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3J491bX038694; Tue, 19 Apr 2016 04:09:01 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201604190409.u3J491bX038694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Tue, 19 Apr 2016 04:09:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413622 - head/x11/xtset X-SVN-Group: ports-head 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.21 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: Tue, 19 Apr 2016 04:09:02 -0000 Author: mi Date: Tue Apr 19 04:09:01 2016 New Revision: 413622 URL: https://svnweb.freebsd.org/changeset/ports/413622 Log: Unbreak. Hand off to the upstream maintainer. Really... Modified: head/x11/xtset/Makefile Modified: head/x11/xtset/Makefile ============================================================================== --- head/x11/xtset/Makefile Tue Apr 19 03:28:32 2016 (r413621) +++ head/x11/xtset/Makefile Tue Apr 19 04:09:01 2016 (r413622) @@ -6,11 +6,9 @@ PORTVERSION= 1.1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.lemis.com/pub/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= grog@FreeBSD.org COMMENT= Utility to set title on an xterm -BROKEN= unfetchable - NO_WRKSUBDIR= yes PLIST_FILES= bin/xtset man/man1/xtset.1.gz