git: 5b3d2118c412 - main - www/libjwt: Update to 1.15.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:06:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b3d2118c412358dee2f84e9648d79521680b690

commit 5b3d2118c412358dee2f84e9648d79521680b690
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:28:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 12:59:11 +0000

    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
---
 net/kamailio/Makefile    | 1 +
 net/opensips31/Makefile  | 2 +-
 www/glewlwyd/Makefile    | 1 +
 www/libjwt/Makefile      | 2 +-
 www/libjwt/distinfo      | 6 +++---
 www/libjwt/pkg-plist     | 4 ++--
 www/nginx-full/Makefile  | 2 +-
 www/nginx-lite/Makefile  | 2 +-
 www/nginx-naxsi/Makefile | 2 +-
 www/nginx/Makefile       | 2 +-
 10 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/net/kamailio/Makefile b/net/kamailio/Makefile
index 844e8d9dce2b..9c438623804e 100644
--- a/net/kamailio/Makefile
+++ b/net/kamailio/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kamailio
 PORTVERSION=	5.6.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/
 DISTNAME=	${PORTNAME}-${PORTVERSION}_src
diff --git a/net/opensips31/Makefile b/net/opensips31/Makefile
index 67d608ddf83e..7ab84d8c694a 100644
--- a/net/opensips31/Makefile
+++ b/net/opensips31/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	opensips31
 DISTVERSION=	3.1.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	https://opensips.org/pub/opensips/${DISTVERSION}/
 DISTNAME=	opensips-${DISTVERSION}
diff --git a/www/glewlwyd/Makefile b/www/glewlwyd/Makefile
index 3cd11b9f2cd3..3903b777e0f3 100644
--- a/www/glewlwyd/Makefile
+++ b/www/glewlwyd/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	glewlwyd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.7.4
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	dvl@FreeBSD.org
diff --git a/www/libjwt/Makefile b/www/libjwt/Makefile
index 688a40547a0e..ee4b14479c2b 100644
--- a/www/libjwt/Makefile
+++ b/www/libjwt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libjwt
-PORTVERSION=	1.14.0
+PORTVERSION=	1.15.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 
diff --git a/www/libjwt/distinfo b/www/libjwt/distinfo
index e96d50d1e597..f6be47bbaa36 100644
--- a/www/libjwt/distinfo
+++ b/www/libjwt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669057573
-SHA256 (benmcollins-libjwt-v1.14.0_GH0.tar.gz) = df7e753b3a523008d7994396afec0ad4f02e5d5636da54319b07ad2c4eb38cd0
-SIZE (benmcollins-libjwt-v1.14.0_GH0.tar.gz) = 108473
+TIMESTAMP = 1674257806
+SHA256 (benmcollins-libjwt-v1.15.2_GH0.tar.gz) = a366531ad7d5d559b1f8c982e7bc7cece7eaefacf7e91ec36d720609c01dc410
+SIZE (benmcollins-libjwt-v1.15.2_GH0.tar.gz) = 108030
diff --git a/www/libjwt/pkg-plist b/www/libjwt/pkg-plist
index 706dd470d7bb..9293e155515a 100644
--- a/www/libjwt/pkg-plist
+++ b/www/libjwt/pkg-plist
@@ -3,6 +3,6 @@ bin/jwtgen
 include/jwt.h
 lib/libjwt.a
 lib/libjwt.so
-lib/libjwt.so.1
-lib/libjwt.so.1.8.2
+lib/libjwt.so.2
+lib/libjwt.so.2.8.2
 libdata/pkgconfig/libjwt.pc
diff --git a/www/nginx-full/Makefile b/www/nginx-full/Makefile
index 3feecac9c988..e881aa5c732d 100644
--- a/www/nginx-full/Makefile
+++ b/www/nginx-full/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nginx
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-full
 
 MAINTAINER=	joneum@FreeBSD.org
diff --git a/www/nginx-lite/Makefile b/www/nginx-lite/Makefile
index 63163f950b38..fa7829ff61c9 100644
--- a/www/nginx-lite/Makefile
+++ b/www/nginx-lite/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nginx
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-lite
 
 MAINTAINER=	joneum@FreeBSD.org
diff --git a/www/nginx-naxsi/Makefile b/www/nginx-naxsi/Makefile
index ee3412933fba..d07f0690fc9a 100644
--- a/www/nginx-naxsi/Makefile
+++ b/www/nginx-naxsi/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nginx
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-naxsi
 
 MAINTAINER=	joneum@FreeBSD.org
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/ \