svn commit: r537876 - head/Tools/scripts

Tijl Coosemans tijl at FreeBSD.org
Thu Jun 4 13:08:49 UTC 2020


On Thu, 4 Jun 2020 09:19:51 +0000 (UTC) Matthias Andree
<mandree at FreeBSD.org> wrote:
> Author: mandree
> Date: Thu Jun  4 09:19:50 2020
> New Revision: 537876
> URL: https://svnweb.freebsd.org/changeset/ports/537876
> 
> Log:
>   Tools/scripts/mfh: check out entire port directory even if touching only files/
>   
>   - remove unused clean() function, trap does it
>   - fix race around mktemp/setting up rm trap
>   - rename filelist to dirlist so it matches its purpose
>   - move defaults up front to the script
>   - misc. minor edits
>   
>   PR:		246336
>   Approved by:	portmgr (mat@)
>   Differential Revision:	https://reviews.freebsd.org/D24789
> 
> Modified:
>   head/Tools/scripts/mfh
> 
> Modified: head/Tools/scripts/mfh
> ==============================================================================
> --- head/Tools/scripts/mfh	Thu Jun  4 09:04:37 2020	(r537875)
> +++ head/Tools/scripts/mfh	Thu Jun  4 09:19:50 2020	(r537876)
> -echo "Approved by:	" >> commit.txt
> -${EDITOR:-vi} commit.txt
> +echo "Approved by:     " >> commit.txt

A tab got replaced by spaces here.


More information about the svn-ports-head mailing list