From owner-svn-ports-head@freebsd.org Sat Jul 2 09:57:05 2016 Return-Path: Delivered-To: svn-ports-head@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 22A61B87C4F; Sat, 2 Jul 2016 09:57:05 +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 1893D2BFB; Sat, 2 Jul 2016 09:57:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 168F51C05; Sat, 2 Jul 2016 09:57:05 +0000 (UTC) Date: Sat, 2 Jul 2016 09:57:05 +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: <20160702095705.GA91790@FreeBSD.org> References: <201606040838.u548coAa057289@repo.freebsd.org> <20160604132658.GA64797@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160604132658.GA64797@FreeBSD.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2016 09:57:05 -0000 On Sat, Jun 04, 2016 at 01:26:58PM +0000, Alexey Dokuchaev wrote: > 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? Did I miss your reply on this? ./danfe