From owner-svn-ports-all@freebsd.org Sun Dec 17 04:58:39 2017 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 8BCCFEA226E; Sun, 17 Dec 2017 04:58:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 6ABF934E2; Sun, 17 Dec 2017 04:58:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A9FF613C5C; Sun, 17 Dec 2017 04:58:38 +0000 (UTC) Date: Sun, 17 Dec 2017 04:58:38 +0000 From: Alexey Dokuchaev To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r456500 - head/sysutils/lfm Message-ID: <20171217045838.GA48399@FreeBSD.org> References: <201712162055.vBGKtkL3089131@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201712162055.vBGKtkL3089131@repo.freebsd.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 17 Dec 2017 04:58:39 -0000 On Sat, Dec 16, 2017 at 08:55:46PM +0000, Sunpoet Po-Chuan Hsieh wrote: > New Revision: 456500 > URL: https://svnweb.freebsd.org/changeset/ports/456500 > > Log: > Use setup.py instead of PYSETUP Thank you Captain Obvious. Could you please try to provide meaningful commit logs instead of simply translating the diff into English? ./danfe > @@ -20,7 +20,7 @@ USES= python:3.4+ > PLIST_FILES= man/man1/lfm.1.gz > > post-patch: > - @${REINPLACE_CMD} -e '/print(__doc__)/d' ${WRKSRC}/${PYSETUP} > + @${REINPLACE_CMD} -e '/print(__doc__)/d' ${WRKSRC}/setup.py > > post-install: > ${INSTALL_MAN} ${WRKSRC}/lfm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/