From owner-svn-ports-all@freebsd.org Tue Jan 2 22:50:54 2018 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 6067AEBD8D7; Tue, 2 Jan 2018 22:50:54 +0000 (UTC) (envelope-from jbeich@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 402F3771BD; Tue, 2 Jan 2018 22:50:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 6BF4118F89; Tue, 2 Jan 2018 22:50:53 +0000 (UTC) From: Jan Beich To: Stefan Esser Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r457932 - in head/ports-mgmt/portmaster: . files References: <201801022244.w02MidXD004869@repo.freebsd.org> Date: Tue, 02 Jan 2018 23:50:42 +0100 In-Reply-To: <201801022244.w02MidXD004869@repo.freebsd.org> (Stefan Esser's message of "Tue, 2 Jan 2018 22:44:39 +0000 (UTC)") Message-ID: <1sj7-nad9-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain 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: Tue, 02 Jan 2018 22:50:54 -0000 Stefan Esser writes: > Author: se > Date: Tue Jan 2 22:44:39 2018 > New Revision: 457932 > URL: https://svnweb.freebsd.org/changeset/ports/457932 > > Log: > Add undocumented option --package-format=. I'm not sure, that this is > a useful feature, and the txz-format is currently hard-wired in a lot of > places in portmaster, but there has been a request to allow creation of > packages in a non-standard archive format. > > Approved by: antoine (implicit) [...] > -@@ -113,13 +113,13 @@ kill_bad_children () { > +@@ -51,9 +51,8 @@ fi > + #=============== Begin functions we always want to have =============== > + > + version () { > +- local pkgname="%%PKGNAME%%" > ++ local pkgname="portmaster-3.18_6" > + echo '' ; echo "===>>> Version ${pkgname##*-}" > +- #svn='$FreeBSD: user/dougb/portmaster/portmaster 241090 2012-10-01 08:32:05Z dougb $' > + } > + > + fail () { Was this intentional? Looks like %%PKGNAME%% is substituted via do-build.