git: 73c9df8a5968 - main - devel/libnjs: fix bulk build
Date: Fri, 16 Dec 2022 08:15:45 UTC
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