Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2025 07:20:11 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 861a3e246e2e - main - nodejs: Bump PORTREVISION for dependency change
Message-ID:  <202511110720.5AB7KBbF092419@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=861a3e246e2ef925d89ee0127524738cdccc51fb

commit 861a3e246e2ef925d89ee0127524738cdccc51fb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-11 07:16:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-11 07:17:09 +0000

    nodejs: Bump PORTREVISION for dependency change
    
    USES=nodejs defaults to www/node24 now.
---
 devel/emscripten/Makefile                    | 1 +
 devel/node-thrift/Makefile                   | 1 +
 devel/purescript-language-server/Makefile    | 1 +
 devel/rubygem-execjs/Makefile                | 2 +-
 devel/sonar-scanner-cli/Makefile             | 2 +-
 devel/sonarqube-community/Makefile           | 2 +-
 games/wipeclean/Makefile                     | 2 +-
 lang/antimony/Makefile                       | 2 +-
 lang/coffeescript/Makefile                   | 2 +-
 lang/elm/Makefile                            | 2 +-
 lang/typescript/Makefile                     | 1 +
 misc/claude-code/Makefile                    | 1 +
 misc/gemini-cli/Makefile                     | 1 +
 misc/github-copilot-cli/Makefile             | 2 +-
 misc/github-copilot-language-server/Makefile | 1 +
 misc/nanocoder/Makefile                      | 1 +
 textproc/write-good/Makefile                 | 2 +-
 www/csso/Makefile                            | 2 +-
 www/filepizza/Makefile                       | 1 +
 www/homepage/Makefile                        | 1 +
 www/node/Makefile                            | 2 +-
 www/p5-Nodejs-Util/Makefile                  | 2 +-
 www/tailwindcss3/Makefile                    | 1 +
 23 files changed, 23 insertions(+), 12 deletions(-)

diff --git a/devel/emscripten/Makefile b/devel/emscripten/Makefile
index 9f32a57aea9c..d9da7e96be03 100644
--- a/devel/emscripten/Makefile
+++ b/devel/emscripten/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	emscripten
 DISTVERSION=	4.0.3
+PORTREVISION=	1
 CATEGORIES=	devel www
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/node-thrift/Makefile b/devel/node-thrift/Makefile
index e23a44eeb4ca..2b2eb2ccf2c7 100644
--- a/devel/node-thrift/Makefile
+++ b/devel/node-thrift/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	thrift
 PORTVERSION=	${THRIFT_PORTVERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	APACHE/thrift/${PORTVERSION}
 PKGNAMEPREFIX=	node-
diff --git a/devel/purescript-language-server/Makefile b/devel/purescript-language-server/Makefile
index c1e53b9be694..2faeca83166d 100644
--- a/devel/purescript-language-server/Makefile
+++ b/devel/purescript-language-server/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	purescript-language-server
 PORTVERSION=	0.18.4
+PORTREVISION=	1
 CATEGORIES=	devel textproc
 MASTER_SITES=	https://github.com/nwolverson/${PORTNAME}/releases/download/v${PORTVERSION}/${PORTNAME}.js?dummy=/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
diff --git a/devel/rubygem-execjs/Makefile b/devel/rubygem-execjs/Makefile
index 1abab9da5a72..ef3c7c0b524a 100644
--- a/devel/rubygem-execjs/Makefile
+++ b/devel/rubygem-execjs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	execjs
 PORTVERSION=	2.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
diff --git a/devel/sonar-scanner-cli/Makefile b/devel/sonar-scanner-cli/Makefile
index 33c2c9734097..65d8ae1a958d 100644
--- a/devel/sonar-scanner-cli/Makefile
+++ b/devel/sonar-scanner-cli/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sonar-scanner-cli
 DISTVERSION=	6.2.1.4610
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel security www java
 MASTER_SITES=	https://binaries.sonarsource.com/Distribution/${PORTNAME}/
 
diff --git a/devel/sonarqube-community/Makefile b/devel/sonarqube-community/Makefile
index 5a1c8b1fe838..fdbce45e040c 100644
--- a/devel/sonarqube-community/Makefile
+++ b/devel/sonarqube-community/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sonarqube
 DISTVERSION=	24.12.0.100206
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel security www java
 MASTER_SITES=	https://binaries.sonarsource.com/Distribution/sonarqube/:m_core \
 		https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/:m_csharp \
diff --git a/games/wipeclean/Makefile b/games/wipeclean/Makefile
index 355ecef8c81f..b1560333d74f 100644
--- a/games/wipeclean/Makefile
+++ b/games/wipeclean/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wipeclean
 PORTVERSION=	1.1.2
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	LOCAL/ehaupt
diff --git a/lang/antimony/Makefile b/lang/antimony/Makefile
index 46da97514ffb..7ec38f548bde 100644
--- a/lang/antimony/Makefile
+++ b/lang/antimony/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	antimony
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	lang
 PKGNAMESUFFIX=	-language
 
diff --git a/lang/coffeescript/Makefile b/lang/coffeescript/Makefile
index e587506aea11..5e546e0a3c86 100644
--- a/lang/coffeescript/Makefile
+++ b/lang/coffeescript/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	coffeescript
 DISTVERSION=	2.7.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	lang
 
 MAINTAINER=	egypcio@FreeBSD.org
diff --git a/lang/elm/Makefile b/lang/elm/Makefile
index 23a3afcc3c0a..767ed722e7b3 100644
--- a/lang/elm/Makefile
+++ b/lang/elm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	elm
 PORTVERSION=	0.19.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	lang
 MASTER_SITES=	LOCAL/arrowd/:package_list
 DISTFILES=	elm-compiler-bootstrap-${PORTVERSION}${EXTRACT_SUFX}:package_list
diff --git a/lang/typescript/Makefile b/lang/typescript/Makefile
index 98f0fdf4f419..8a5804571c3c 100644
--- a/lang/typescript/Makefile
+++ b/lang/typescript/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	typescript
 DISTVERSION=	5.9.3
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	https://github.com/microsoft/TypeScript/releases/download/v${DISTVERSION}/ \
 		https://registry.npmjs.org/${PORTNAME}/-/
diff --git a/misc/claude-code/Makefile b/misc/claude-code/Makefile
index fc80b69cf497..bbdf40e605c9 100644
--- a/misc/claude-code/Makefile
+++ b/misc/claude-code/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	claude-code
 DISTVERSION=	2.0.36
+PORTREVISION=	1
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/gemini-cli/Makefile b/misc/gemini-cli/Makefile
index 86fff38bef8b..c5c42fd8831e 100644
--- a/misc/gemini-cli/Makefile
+++ b/misc/gemini-cli/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gemini-cli
 DISTVERSION=	0.13.0
+PORTREVISION=	1
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/github-copilot-cli/Makefile b/misc/github-copilot-cli/Makefile
index 8ed6826fc0e4..f66202f29347 100644
--- a/misc/github-copilot-cli/Makefile
+++ b/misc/github-copilot-cli/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	github-copilot-cli
 DISTVERSION=	0.0.354
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc # machine-learning
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
 		${NODE_HEADERS}${EXTRACT_SUFX}
diff --git a/misc/github-copilot-language-server/Makefile b/misc/github-copilot-language-server/Makefile
index 65a602b5b0d5..5679e816cbbb 100644
--- a/misc/github-copilot-language-server/Makefile
+++ b/misc/github-copilot-language-server/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	github-copilot-language-server
 DISTVERSION=	1.380.0
+PORTREVISION=	1
 CATEGORIES=	misc # machine-learning
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
 
diff --git a/misc/nanocoder/Makefile b/misc/nanocoder/Makefile
index b2d639e4e530..f4979d8b835a 100644
--- a/misc/nanocoder/Makefile
+++ b/misc/nanocoder/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nanocoder
 DISTVERSION=	1.16.1
+PORTREVISION=	1
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/textproc/write-good/Makefile b/textproc/write-good/Makefile
index 16c0ab8eea67..44595c9c05cc 100644
--- a/textproc/write-good/Makefile
+++ b/textproc/write-good/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	write-good
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	LOCAL/0mp/:npm
 DISTFILES=	${_NPM_DISTFILES}
diff --git a/www/csso/Makefile b/www/csso/Makefile
index 0355c6c99b3a..169bdbd0eba4 100644
--- a/www/csso/Makefile
+++ b/www/csso/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	csso
 PORTVERSION=	1.3.9
 DISTVERSIONPREFIX=	v
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	www
 MASTER_SITES=	http://nivit.altervista.org/FreeBSD/ports/distfiles/
 
diff --git a/www/filepizza/Makefile b/www/filepizza/Makefile
index 33522c14bda7..cbf5203de71d 100644
--- a/www/filepizza/Makefile
+++ b/www/filepizza/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	filepizza
 DISTVERSION=	2.0.20250804
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/dtxdf/${PORTNAME}/
 DISTFILES=	${PORTNAME}-${GITID}${EXTRACT_SUFX}
diff --git a/www/homepage/Makefile b/www/homepage/Makefile
index 7d1863c4d63a..bba346f9df8c 100644
--- a/www/homepage/Makefile
+++ b/www/homepage/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	homepage
 DISTVERSION=	1.5.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/dtxdf/${PORTNAME}/
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
diff --git a/www/node/Makefile b/www/node/Makefile
index ae96ffed3b5c..4a423dca7ee2 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	node
 PORTVERSION=	${NODEJS_PORTVERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/www/p5-Nodejs-Util/Makefile b/www/p5-Nodejs-Util/Makefile
index a41447bae4ea..3b8d11ae9535 100644
--- a/www/p5-Nodejs-Util/Makefile
+++ b/www/p5-Nodejs-Util/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Nodejs-Util
 PORTVERSION=	0.012
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PERLANCAR
diff --git a/www/tailwindcss3/Makefile b/www/tailwindcss3/Makefile
index c246057a384c..d8d63c48385f 100644
--- a/www/tailwindcss3/Makefile
+++ b/www/tailwindcss3/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tailwindcss3
 DISTVERSION=	3.4.17
+PORTREVISION=	1
 CATEGORIES=	www devel
 MASTER_SITES=	LOCAL/dch/${PORTNAME}/:npm
 DISTFILES=	${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npm


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511110720.5AB7KBbF092419>