diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-14 13:05:22 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-14 13:05:22 +0800 |
commit | fab6d0457649b660fbf9c429fc2c7e1637e1c0f0 (patch) | |
tree | 91f543c0d4db03b92933d8156068d680195046c8 /www/nginx | |
parent | devel/google-styleguide: Update to 20240905 (diff) |
devel/grpc: Update to 1.67.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/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 690487f420b6..4f539cfa7da0 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PORTNAME= nginx PORTVERSION= 1.26.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 3 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ |