diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-16 03:41:35 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-16 04:09:36 +0800 |
commit | f01013c7ca039769891e8b6dc1a3835181da6dbf (patch) | |
tree | 22d16db6f93cb35190479708616c2902010d4636 /www/nginx | |
parent | devel/phpunit11: Update to 11.3.4 (diff) |
devel/protobuf: Update to 28.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index dec26a9e3820..68008a8d5a65 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PORTNAME= nginx PORTVERSION= 1.26.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ |