diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-12-04 01:34:35 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-12-04 01:34:35 +0800 |
commit | 8bb58b5ee1f4a9cfc8386d9e698b1f9d242086b7 (patch) | |
tree | c5f8bf9bf82323054e52b816ef9d5a7d1919997a | |
parent | Mk/Uses/nodejs.mk: Update lts (diff) |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node22 now.
-rw-r--r-- | databases/compass/Makefile | 2 | ||||
-rw-r--r-- | devel/emscripten/Makefile | 1 | ||||
-rw-r--r-- | devel/node-thrift/Makefile | 2 | ||||
-rw-r--r-- | devel/purescript-language-server/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-execjs/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-webpacker-rails60/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-webpacker-rails61/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-webpacker4-rails60/Makefile | 2 | ||||
-rw-r--r-- | devel/sonar-scanner-cli/Makefile | 2 | ||||
-rw-r--r-- | devel/sonarqube-community/Makefile | 2 | ||||
-rw-r--r-- | finance/quba-viewer/Makefile | 2 | ||||
-rw-r--r-- | games/wipeclean/Makefile | 2 | ||||
-rw-r--r-- | lang/antimony/Makefile | 2 | ||||
-rw-r--r-- | lang/coffeescript/Makefile | 2 | ||||
-rw-r--r-- | lang/dotnet8/Makefile | 1 | ||||
-rw-r--r-- | textproc/write-good/Makefile | 2 | ||||
-rw-r--r-- | www/csso/Makefile | 2 | ||||
-rw-r--r-- | www/gitlab/Makefile.common | 2 | ||||
-rw-r--r-- | www/node/Makefile | 2 | ||||
-rw-r--r-- | www/npm/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Nodejs-Util/Makefile | 1 | ||||
-rw-r--r-- | www/yarn/Makefile | 2 |
22 files changed, 22 insertions, 16 deletions
diff --git a/databases/compass/Makefile b/databases/compass/Makefile index c25f167c831e..4bcfb65c19a8 100644 --- a/databases/compass/Makefile +++ b/databases/compass/Makefile @@ -1,7 +1,7 @@ PORTNAME= compass DISTVERSIONPREFIX= v DISTVERSION= 1.43.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases MASTER_SITES= https://cloud.mongodb.com/static/font/:fonts \ https://registry.npmjs.org/fs-xattr/-/:fs_xattr \ diff --git a/devel/emscripten/Makefile b/devel/emscripten/Makefile index 06b4db0aec0b..a532bc26e3d6 100644 --- a/devel/emscripten/Makefile +++ b/devel/emscripten/Makefile @@ -1,5 +1,6 @@ PORTNAME= emscripten DISTVERSION= 3.1.69 +PORTREVISION= 1 CATEGORIES= devel www MAINTAINER= yuri@FreeBSD.org diff --git a/devel/node-thrift/Makefile b/devel/node-thrift/Makefile index 15f3e4b80f94..ab8fc632e4b8 100644 --- a/devel/node-thrift/Makefile +++ b/devel/node-thrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} PKGNAMEPREFIX= node- diff --git a/devel/purescript-language-server/Makefile b/devel/purescript-language-server/Makefile index 6dd51fa1f333..c8068629dd28 100644 --- a/devel/purescript-language-server/Makefile +++ b/devel/purescript-language-server/Makefile @@ -1,5 +1,6 @@ PORTNAME= purescript-language-server PORTVERSION= 0.18.2 +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 97622ae44d64..1abab9da5a72 100644 --- a/devel/rubygem-execjs/Makefile +++ b/devel/rubygem-execjs/Makefile @@ -1,5 +1,6 @@ PORTNAME= execjs PORTVERSION= 2.10.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-webpacker-rails60/Makefile b/devel/rubygem-webpacker-rails60/Makefile index 539d300527dd..967462af1d98 100644 --- a/devel/rubygem-webpacker-rails60/Makefile +++ b/devel/rubygem-webpacker-rails60/Makefile @@ -1,6 +1,6 @@ PORTNAME= webpacker PORTVERSION= 5.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails60 diff --git a/devel/rubygem-webpacker-rails61/Makefile b/devel/rubygem-webpacker-rails61/Makefile index 6cd95f9e1dbf..1aa928ccc15b 100644 --- a/devel/rubygem-webpacker-rails61/Makefile +++ b/devel/rubygem-webpacker-rails61/Makefile @@ -1,6 +1,6 @@ PORTNAME= webpacker PORTVERSION= 5.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails61 diff --git a/devel/rubygem-webpacker4-rails60/Makefile b/devel/rubygem-webpacker4-rails60/Makefile index b392726ac249..4eb6c25349cb 100644 --- a/devel/rubygem-webpacker4-rails60/Makefile +++ b/devel/rubygem-webpacker4-rails60/Makefile @@ -1,6 +1,6 @@ PORTNAME= webpacker PORTVERSION= 4.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4-rails60 diff --git a/devel/sonar-scanner-cli/Makefile b/devel/sonar-scanner-cli/Makefile index 6df429d6d74a..eb545f88231a 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= 2 +PORTREVISION= 3 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 6b3f91fce243..62697418f46c 100644 --- a/devel/sonarqube-community/Makefile +++ b/devel/sonarqube-community/Makefile @@ -1,6 +1,6 @@ PORTNAME= sonarqube DISTVERSION= 10.7.0.96327 -PORTREVISION= 3 +PORTREVISION= 4 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/finance/quba-viewer/Makefile b/finance/quba-viewer/Makefile index 451700ffc78c..cdf06bd446ad 100644 --- a/finance/quba-viewer/Makefile +++ b/finance/quba-viewer/Makefile @@ -1,7 +1,7 @@ PORTNAME= quba-viewer DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= finance deskutils MASTER_SITES= LOCAL/pi/finance/${PORTNAME}/:npm DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npm diff --git a/games/wipeclean/Makefile b/games/wipeclean/Makefile index 54a96b7fb489..355ecef8c81f 100644 --- a/games/wipeclean/Makefile +++ b/games/wipeclean/Makefile @@ -1,6 +1,6 @@ PORTNAME= wipeclean PORTVERSION= 1.1.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= LOCAL/ehaupt diff --git a/lang/antimony/Makefile b/lang/antimony/Makefile index 00162ca0c473..ae29fd81ba58 100644 --- a/lang/antimony/Makefile +++ b/lang/antimony/Makefile @@ -1,7 +1,7 @@ PORTNAME= antimony DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang PKGNAMESUFFIX= -language diff --git a/lang/coffeescript/Makefile b/lang/coffeescript/Makefile index dd2bce451ea7..e587506aea11 100644 --- a/lang/coffeescript/Makefile +++ b/lang/coffeescript/Makefile @@ -1,6 +1,6 @@ PORTNAME= coffeescript DISTVERSION= 2.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MAINTAINER= egypcio@FreeBSD.org diff --git a/lang/dotnet8/Makefile b/lang/dotnet8/Makefile index 9043f3478359..f00e5aeb444b 100644 --- a/lang/dotnet8/Makefile +++ b/lang/dotnet8/Makefile @@ -1,6 +1,7 @@ PORTNAME= dotnet DISTVERSIONPREFIX= v DISTVERSION= ${DOTNETVERSION}.6 +PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= https://github.com/dotnet/dotnet/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/release.json?dummy=/:dotnetmanifest \ LOCAL/arrowd/dotnet/:bootstrap diff --git a/textproc/write-good/Makefile b/textproc/write-good/Makefile index d82ddd1c61c0..16c0ab8eea67 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= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= LOCAL/0mp/:npm DISTFILES= ${_NPM_DISTFILES} diff --git a/www/csso/Makefile b/www/csso/Makefile index 77864fab1cc3..0355c6c99b3a 100644 --- a/www/csso/Makefile +++ b/www/csso/Makefile @@ -1,7 +1,7 @@ PORTNAME= csso PORTVERSION= 1.3.9 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/ diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index 6357258c76ae..7d5fd34c7bbb 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,5 +1,5 @@ GITLAB_VERSION= 17.6.1 -GITLAB_PORTREVISION= 1 +GITLAB_PORTREVISION= 2 # Git version gitaly should use (from gitlab mirror) # Find current tag from Makefile and .gitlab-ci.yaml diff --git a/www/node/Makefile b/www/node/Makefile index bbcb5d839a30..ae96ffed3b5c 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node PORTVERSION= ${NODEJS_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/npm/Makefile b/www/npm/Makefile index 2ddd85c02be5..16d103d5bbd6 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -1,5 +1,6 @@ PORTNAME= npm PORTVERSION= 10.9.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/p5-Nodejs-Util/Makefile b/www/p5-Nodejs-Util/Makefile index e20d2b88a7a8..a41447bae4ea 100644 --- a/www/p5-Nodejs-Util/Makefile +++ b/www/p5-Nodejs-Util/Makefile @@ -1,5 +1,6 @@ PORTNAME= Nodejs-Util PORTVERSION= 0.012 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PERLANCAR diff --git a/www/yarn/Makefile b/www/yarn/Makefile index 49c08de1b21f..4ac3d4f83350 100644 --- a/www/yarn/Makefile +++ b/www/yarn/Makefile @@ -1,6 +1,6 @@ PORTNAME= yarn PORTVERSION= 1.22.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= pizzamig@FreeBSD.org |