On Sun, Mar 06, 2022 at 02:30:54PM +0100, Christian Weisgerber wrote:
> Drop the $OpenBSD$ keyword from template files for Makefile, README,
> and rc.
>
> I've left it in mk.conf.template, which is not for use in individual
> ports, and fetch_cmd.template, which isn't used by any port.
>
> OK?
>
> Index: infrastructure/templates/Makefile.template
> ===================================================================
> RCS file: /cvs/ports/infrastructure/templates/Makefile.template,v
> retrieving revision 1.91
> diff -u -p -r1.91 Makefile.template
> --- infrastructure/templates/Makefile.template 9 Nov 2021 13:43:15
> -0000 1.91
> +++ infrastructure/templates/Makefile.template 6 Mar 2022 13:24:32
> -0000
> @@ -1,5 +1,3 @@
> -# $OpenBSD: Makefile.template,v 1.91 2021/11/09 13:43:15 kn Exp $
> -#
> # Replace ??? with appropriate values
> # Remove extraneous comments before commit
> # Use /usr/ports/infrastructure/bin/portcheck
> Index: infrastructure/templates/README.template
> ===================================================================
> RCS file: /cvs/ports/infrastructure/templates/README.template,v
> retrieving revision 1.7
> diff -u -p -r1.7 README.template
> --- infrastructure/templates/README.template 9 May 2019 17:45:05 -0000
> 1.7
> +++ infrastructure/templates/README.template 6 Mar 2022 13:24:32 -0000
> @@ -2,13 +2,10 @@ Below is a README template for use with
> configuration to run on OpenBSD. Please keep an eye out for the following
> details:
> - maximum width of 80 characters per column;
> -- file must start with the RCS ID;
> - no trailing spaces or newlines;
> - rulers should be the length of the above string.
>
>
> ---------------------------------------8<---------------------------------------
> -$OpenBSD: README.template,v 1.7 2019/05/09 17:45:05 ajacoutot Exp $
> -
>
> +-------------------------------------------------------------------------------
> | Running ${PKGSTEM} on OpenBSD
>
> +-------------------------------------------------------------------------------
> Index: infrastructure/templates/rc.template
> ===================================================================
> RCS file: /cvs/ports/infrastructure/templates/rc.template,v
> retrieving revision 1.13
> diff -u -p -r1.13 rc.template
> --- infrastructure/templates/rc.template 2 May 2021 09:06:44 -0000
> 1.13
> +++ infrastructure/templates/rc.template 6 Mar 2022 13:24:32 -0000
> @@ -4,8 +4,6 @@ See rc.subr(8) for more information.
>
> -----------------------------------8<-----------------------------------
> #!/bin/ksh
> -#
> -# $OpenBSD: rc.template,v 1.13 2021/05/02 09:06:44 ajacoutot Exp $
>
> daemon="${TRUEPREFIX}/bin/foobar"
> #daemon_flags=
> --
> Christian "naddy" Weisgerber [email protected]
>
>
Okay!