diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 19:29:11 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 19:29:11 +0000 |
| commit | 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09 (patch) | |
| tree | 20acf6c3e37bb861e36e7d5e1970dfc984596d42 /www | |
| parent | 5577e1f825319f2b8314364f50919879a51cd1f5 (diff) | |
Diffstat (limited to 'www')
| -rw-r--r-- | www/csso/Makefile | 2 | ||||
| -rw-r--r-- | www/gitlab-ce/Makefile | 1 | ||||
| -rw-r--r-- | www/node/Makefile | 1 | ||||
| -rw-r--r-- | www/npm/Makefile | 1 | ||||
| -rw-r--r-- | www/yarn/Makefile | 2 |
5 files changed, 5 insertions, 2 deletions
diff --git a/www/csso/Makefile b/www/csso/Makefile index 4aef64bb76e0..77864fab1cc3 100644 --- a/www/csso/Makefile +++ b/www/csso/Makefile @@ -1,7 +1,7 @@ PORTNAME= csso PORTVERSION= 1.3.9 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/ diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index 0b9d61f93d25..61ccbe08e40e 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -1,5 +1,6 @@ PORTNAME= gitlab-ce PORTVERSION= 16.5.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www devel diff --git a/www/node/Makefile b/www/node/Makefile index 40a17ab27b0d..bbcb5d839a30 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,5 +1,6 @@ PORTNAME= node PORTVERSION= ${NODEJS_PORTVERSION} +PORTREVISION= 1 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/npm/Makefile b/www/npm/Makefile index c321768aacb3..da2b7f67f7d6 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -1,5 +1,6 @@ PORTNAME= npm PORTVERSION= 10.2.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/yarn/Makefile b/www/yarn/Makefile index 337ccba71a1f..49c08de1b21f 100644 --- a/www/yarn/Makefile +++ b/www/yarn/Makefile @@ -1,6 +1,6 @@ PORTNAME= yarn PORTVERSION= 1.22.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= pizzamig@FreeBSD.org |
