git: 2f1d10733979 - 2022Q2 - irc/weechat: Add zstd dependency

From: Bernard Spil <brnrd_at_FreeBSD.org>
Date: Tue, 05 Apr 2022 09:19:54 UTC
The branch 2022Q2 has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2f1d107339794b7dccd907ee800888f847daced6

commit 2f1d107339794b7dccd907ee800888f847daced6
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2022-04-05 08:57:17 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2022-04-05 09:11:14 +0000

    irc/weechat: Add zstd dependency
    
     * 3.5 requires zstd https://github.com/weechat/weechat/commit/498194f6
    
    PR:             263055
    Reported by:    Herbert J. Skuhra <herbert gojira at>
    
    (cherry picked from commit 728549dd3a761cff6623aac7a562d01eb742c0d7)
---
 irc/weechat/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 5408413a469b..c1502fc9560d 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	weechat
 DISTVERSION=	3.5
+PORTREVISION=	1
 CATEGORIES=	irc
 MASTER_SITES=	https://weechat.org/files/src/
 
@@ -14,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS+=	libcurl.so:ftp/curl \
 		libgcrypt.so:security/libgcrypt \
 		libgnutls.so:security/gnutls \
-		libgpg-error.so:security/libgpg-error
+		libgpg-error.so:security/libgpg-error \
+		libzstd.so:archivers/zstd
 
 USES=		cmake cpe ncurses libtool pkgconfig tar:xz
 USE_LDCONFIG=	yes