On Wed, Apr 29, 2020 at 01:00:25PM +0100, Stuart Henderson wrote:
> On 2020/04/29 13:40, Antoine Jacoutot wrote:
> > On Wed, Apr 29, 2020 at 03:42:27AM -0600, Marc Espie wrote:
> > > CVSROOT: /cvs
> > > Module name: ports
> > > Changes by: [email protected] 2020/04/29 03:42:27
> > >
> > > Modified files:
> > > www/chromium : Makefile
> > > Added files:
> > > www/chromium/pkg: README
> > >
> > > Log message:
> > > document some specificities of chromium on openbsd
> > > okay robert@
> >
> > That commit is ugly:
> > - no PLIST regen to include pkg-readme
> > - the README does not follow our templates
> >
> > Please fix.
> >
> > --
> > Antoine
> >
>
> template already done,
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/chromium/Makefile,v
> retrieving revision 1.509
> diff -u -p -r1.509 Makefile
> --- Makefile 29 Apr 2020 11:24:37 -0000 1.509
> +++ Makefile 29 Apr 2020 12:00:08 -0000
> @@ -15,7 +15,7 @@ COMMENT= Chromium browser
> V= 81.0.4044.129
>
> DISTNAME= chromium-${V}
> -REVISION= 1
> +REVISION= 2
>
> DISTFILES+= chromium-${V}${EXTRACT_SUFX}
>
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/www/chromium/pkg/PLIST,v
> retrieving revision 1.97
> diff -u -p -r1.97 PLIST
> --- pkg/PLIST 10 Apr 2020 18:51:32 -0000 1.97
> +++ pkg/PLIST 29 Apr 2020 12:00:08 -0000
> @@ -1207,6 +1207,7 @@ chrome/snapshot_blob.bin
> chrome/v8_context_snapshot.bin
> @man man/man1/chrome.1
> share/applications/chromium-browser.desktop
> +share/doc/pkg-readmes/${PKGSTEM}
> share/examples/chromium/
> @sample ${SYSCONFDIR}/chromium/
> share/examples/chromium/pledge.main
>
Sorry I forgot about that