diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:28:44 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:59:11 +0000 |
commit | 5b3d2118c412358dee2f84e9648d79521680b690 (patch) | |
tree | 625d871993d681b90bbbfcedabd23aae3b6d1f91 /www/nginx | |
parent | 65f560a1434fad461a907fb38b93298a25d7280d (diff) | |
download | ports-5b3d2118c412358dee2f84e9648d79521680b690.tar.gz ports-5b3d2118c412358dee2f84e9648d79521680b690.zip |
www/libjwt: Update to 1.15.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/benmcollins/libjwt/releases
https://github.com/benmcollins/libjwt/commits/master
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 1b95142c4658..7af23c6d363f 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PORTNAME= nginx PORTVERSION= 1.22.1 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH= 3 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ |