Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jan 2018 23:50:42 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Stefan Esser <se@FreeBSD.org>
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
Message-ID:  <1sj7-nad9-wny@FreeBSD.org>
In-Reply-To: <201801022244.w02MidXD004869@repo.freebsd.org> (Stefan Esser's message of "Tue, 2 Jan 2018 22:44:39 %2B0000 (UTC)")
References:  <201801022244.w02MidXD004869@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Stefan Esser <se@FreeBSD.org> 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=<fmt>. 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1sj7-nad9-wny>