From owner-svn-ports-all@freebsd.org Tue Mar 29 07:33:39 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 87DDEAE11D0; Tue, 29 Mar 2016 07:33:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7EAC8169D; Tue, 29 Mar 2016 07:33:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7CF8017D6; Tue, 29 Mar 2016 07:33:39 +0000 (UTC) Date: Tue, 29 Mar 2016 07:33:39 +0000 From: Alexey Dokuchaev To: John Marino Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412019 - head/games/tbe Message-ID: <20160329073339.GA72433@FreeBSD.org> References: <201603272245.u2RMjdZS009225@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201603272245.u2RMjdZS009225@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) 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, 29 Mar 2016 07:33:39 -0000 On Sun, Mar 27, 2016 at 10:45:39PM +0000, John Marino wrote: > New Revision: 412019 > URL: https://svnweb.freebsd.org/changeset/ports/412019 > > Log: > games/tbe: Fix plist (main executable wasn't listed) > > At some port, this port was converted from having a plist to using > PORTDATA as an automatic generator. Unfortunately, this excluded the > main executable (bin/tbe) from being packaged as well as several icons. > Drop PORTDATA and bring back the full pkg-plist (it's < 300 lines). > While here, pet portlint. > > Added: > head/games/tbe/pkg-plist (contents, props changed) I guess pkg-plist should've been repocopied (resurrected) in this case. ./danfe