From cc097e05ab6e5ebdcb180747ea2dbf4a853dc173 Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Thu, 13 Feb 2025 15:00:54 +0100 Subject: [PATCH] */*: chase lang/quickjs SONAME change PR: 275087 --- devel/libnjs/Makefile | 1 + emulators/tic-80/Makefile | 1 + lang/njs/Makefile | 1 + lang/p5-JavaScript-QuickJS/Makefile | 1 + www/edbrowse/Makefile | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/libnjs/Makefile b/devel/libnjs/Makefile index 63d70fc57eb0..22198598de7f 100644 --- a/devel/libnjs/Makefile +++ b/devel/libnjs/Makefile @@ -1,5 +1,6 @@ PORTNAME= libnjs DISTVERSION= 0.8.9 +PORTREVISION= 1 CATEGORIES= devel www MAINTAINER= osa@FreeBSD.org diff --git a/emulators/tic-80/Makefile b/emulators/tic-80/Makefile index 4b54adbeeda8..afac4cec2af0 100644 --- a/emulators/tic-80/Makefile +++ b/emulators/tic-80/Makefile @@ -1,6 +1,7 @@ PORTNAME= TIC-80 DISTVERSIONPREFIX= v DISTVERSION= 1.1.2837 +PORTREVISION= 1 CATEGORIES= emulators games MAINTAINER= fuz@FreeBSD.org diff --git a/lang/njs/Makefile b/lang/njs/Makefile index 990fd0576429..902502a312a7 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -1,5 +1,6 @@ PORTNAME= njs DISTVERSION= 0.8.9 +PORTREVISION= 1 CATEGORIES= lang www MAINTAINER= osa@FreeBSD.org diff --git a/lang/p5-JavaScript-QuickJS/Makefile b/lang/p5-JavaScript-QuickJS/Makefile index 5cc4c39203e9..121deca7bce4 100644 --- a/lang/p5-JavaScript-QuickJS/Makefile +++ b/lang/p5-JavaScript-QuickJS/Makefile @@ -1,5 +1,6 @@ PORTNAME= JavaScript-QuickJS PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/edbrowse/Makefile b/www/edbrowse/Makefile index 27e47f837327..f16c6524af54 100644 --- a/www/edbrowse/Makefile +++ b/www/edbrowse/Makefile @@ -1,7 +1,7 @@ PORTNAME= edbrowse DISTVERSIONPREFIX= v DISTVERSION= 3.8.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www editors MAINTAINER= alfix86@gmail.com