From owner-svn-ports-all@freebsd.org Mon May 14 21:02:26 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 77B5DE77DD7; Mon, 14 May 2018 21:02:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DB8F6A9A7; Mon, 14 May 2018 21:02:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 259794837; Mon, 14 May 2018 21:02:26 +0000 (UTC) Date: Mon, 14 May 2018 21:02:26 +0000 From: Alexey Dokuchaev To: Eugene Grosbein Cc: Dirk Meyer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469897 - head/multimedia/sabbu Message-ID: <20180514210226.GA91855@FreeBSD.org> References: <201805141504.w4EF4Nef074388@repo.freebsd.org> <5AF9AAF3.502@grosbein.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5AF9AAF3.502@grosbein.net> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Mon, 14 May 2018 21:02:26 -0000 On Mon, May 14, 2018 at 10:27:47PM +0700, Eugene Grosbein wrote: > 14.05.2018 22:04, Dirk Meyer wrote: > > New Revision: 469897 > > URL: https://svnweb.freebsd.org/changeset/ports/469897 > > > > Modified: head/multimedia/sabbu/Makefile > > @@ -1,4 +1,3 @@ > > -# $FreeBSD: head/ports-mgmt/pkg_jail/files/pkg_update 411390 2016-03-19 11:00:57Z dinoex 2 > > # $FreeBSD$ > > > > PORTNAME= sabbu > > You should not remove $FreeBSD$ line from the file, put it back please. Looks like removed line was redundant (and bogus, judging from the diff). Correct line remains in place. ./danfe