diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-15 18:44:19 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-15 18:55:26 +0800 |
commit | 216e30a7a540331337aa6a83938d7b2551f2e903 (patch) | |
tree | dad9b06bb345536181a0b0d75a6d1adf1abc4e63 /www/nginx | |
parent | devel/libcjson: Add USE_LDCONFIG (diff) |
devel/protobuf: Update to 27.3
- 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 3e3aaef091db..f541afe2c017 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PORTNAME= nginx PORTVERSION= 1.26.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ |