git: 923349e081de - main - www/links: update the port to freshly baked version 2.26

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Mon, 11 Apr 2022 10:05:40 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=923349e081de70c6f62c2857909cfc70325997eb

commit 923349e081de70c6f62c2857909cfc70325997eb
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-04-11 10:04:24 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-04-11 10:04:24 +0000

    www/links: update the port to freshly baked version 2.26
    
    - Now comes with WEBP, ZSTD, and DoH (DNS over HTTPS) support
    - Amend the list of dependencies we do not want to pick up if
      those libraries are installed locally, but graphics support
      is explicitly disabled
    
    Via:    https://www.opennet.ru/opennews/art.shtml?num=57001
---
 www/links/Makefile | 11 ++++++++---
 www/links/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/www/links/Makefile b/www/links/Makefile
index 506bcf0cc62a..5ccaee12307b 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -1,7 +1,7 @@
 # Created by: Michael Vasilenko <acid@stu.cn.ua>
 
 PORTNAME=	links
-PORTVERSION=	2.25
+PORTVERSION=	2.26
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://links.twibright.com/download/
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS=	links-0* links-hacked links1
 
+LIB_DEPENDS=	libzstd.so:archivers/zstd
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ssl --without-pmshell --without-atheos \
 		--without-gpm --without-fb --without-windows
@@ -70,14 +72,17 @@ CIPHERSTRING?=	HIGH:!SSLv2:!aNULL:!eNULL:@STRENGTH
 
 .if ${PORT_OPTIONS:MDIRECTFB} || ${PORT_OPTIONS:MSVGALIB} || ${PORT_OPTIONS:MX11}
 LIB_DEPENDS+=	libpng.so:graphics/png \
-		libtiff.so:graphics/tiff
+		libtiff.so:graphics/tiff \
+		libwebp.so:graphics/webp
 USES+=		jpeg pkgconfig
 CONFIGURE_ARGS+=	--enable-graphics
 .else
 .if ${PORT_OPTIONS:MSVG}
 IGNORE=	option SVG requires one of DIRECTFB, SVGALIB, or X11
 .endif
-CONFIGURE_ARGS+=	--disable-graphics --without-libjpeg --without-libtiff
+CONFIGURE_ARGS+=	--disable-graphics --without-libjpeg \
+			--without-librsvg --without-libtiff \
+			--without-libwebp
 .endif
 
 .if ${PORT_OPTIONS:MX11}
diff --git a/www/links/distinfo b/www/links/distinfo
index 809eebe5dff1..ea2621f34be5 100644
--- a/www/links/distinfo
+++ b/www/links/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633288908
-SHA256 (links-2.25.tar.bz2) = 2dd78508698e8279ef4f09a3a2a21e9595040113402da6c553974414fb49dd2c
-SIZE (links-2.25.tar.bz2) = 6505187
+TIMESTAMP = 1649620260
+SHA256 (links-2.26.tar.bz2) = f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb
+SIZE (links-2.26.tar.bz2) = 6508447