Re: git: 73c9df8a5968 - main - devel/libnjs: fix bulk build
- In reply to: Piotr Kubaj : "git: 73c9df8a5968 - main - devel/libnjs: fix bulk build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Dec 2022 13:53:14 UTC
Thank you, Piotr! On Fri, Dec 16, 2022 at 08:15:45AM +0000, Piotr Kubaj wrote: > The branch main has been updated by pkubaj: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=73c9df8a5968f30c63d0c80bf9e986ce6d3d69c9 > > commit 73c9df8a5968f30c63d0c80bf9e986ce6d3d69c9 > Author: Piotr Kubaj <pkubaj@FreeBSD.org> > AuthorDate: 2022-12-16 08:14:51 +0000 > Commit: Piotr Kubaj <pkubaj@FreeBSD.org> > CommitDate: 2022-12-16 08:14:51 +0000 > > devel/libnjs: fix bulk build > > > [00:01:21] Warning: (devel/libnjs): Error: devel/libnjs has incorrect CATEGORIES, first should be 'devel'. Please contact maintainer of the port to fix this. > --- > devel/libnjs/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/devel/libnjs/Makefile b/devel/libnjs/Makefile > index ff2ba22d5094..34710896ed28 100644 > --- a/devel/libnjs/Makefile > +++ b/devel/libnjs/Makefile > @@ -1,6 +1,6 @@ > PORTNAME= libnjs > DISTVERSION= 0.7.9 > -CATEGORIES= lang www > +CATEGORIES= devel www > > MAINTAINER= osa@FreeBSD.org > COMMENT= NGINX JavaScript static library