svn commit: r457932 - in head/ports-mgmt/portmaster: . files

Jan Beich jbeich at FreeBSD.org
Tue Jan 2 22:50:54 UTC 2018


Stefan Esser <se at 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.


More information about the svn-ports-all mailing list