From owner-svn-ports-all@freebsd.org Sat Jun 4 13:26:58 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 6E348B69C89; Sat, 4 Jun 2016 13:26:58 +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 64C0217B4; Sat, 4 Jun 2016 13:26:58 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 627681863; Sat, 4 Jun 2016 13:26:58 +0000 (UTC) Date: Sat, 4 Jun 2016 13:26:58 +0000 From: Alexey Dokuchaev To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r416348 - head/sysutils/py-analyzemft Message-ID: <20160604132658.GA64797@FreeBSD.org> References: <201606040838.u548coAa057289@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201606040838.u548coAa057289@repo.freebsd.org> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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: Sat, 04 Jun 2016 13:26:58 -0000 On Sat, Jun 04, 2016 at 08:38:50AM +0000, Antoine Brodin wrote: > New Revision: 416348 > URL: https://svnweb.freebsd.org/changeset/ports/416348 > > Log: > Update to 2.0.19 > > Modified: > head/sysutils/py-analyzemft/Makefile > head/sysutils/py-analyzemft/distinfo > > [...] > -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} > -PORTDOCS= CHANGES.txt README.txt > - > -OPTIONS_DEFINE= DOCS > - > -post-install: > - @${MKDIR} ${STAGEDIR}${DOCSDIR} > - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Removing docs wasn't mentioned in the log, and I still see CHANGES.txt and README.txt files there (in new distfile), both non-empty. May I ask why were they removed? ./danfe