git: 72abb4d199a9 - main - www/dillo2: Update to 3.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Feb 2025 18:31:50 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=72abb4d199a9662e24fb1ce5da182ba17a05c434 commit 72abb4d199a9662e24fb1ce5da182ba17a05c434 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2025-02-18 16:38:27 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2025-02-18 18:31:17 +0000 www/dillo2: Update to 3.2.0 Update dillo2 to 3.2.0. 3.2.0 adds support for SVG and WEBP image formats. These are enabled by default by ./configure. Thus we add knobs for SVG and WEB, enabling them by default as upstream has in ./configure. PR: 284873 --- www/dillo2/Makefile | 12 ++++++++---- www/dillo2/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile index 71a37ab24e6f..6269ea9a7eea 100644 --- a/www/dillo2/Makefile +++ b/www/dillo2/Makefile @@ -1,6 +1,5 @@ PORTNAME= dillo -DISTVERSION= 3.1.1 -PORTREVISION= 2 +DISTVERSION= 3.2.0 CATEGORIES= www MASTER_SITES= https://github.com/dillo-browser/dillo/releases/download/v${DISTVERSION}/ \ LOCAL/bf/dillo/ \ @@ -37,8 +36,8 @@ CFLAGS+= -fcommon PORTDOCS= * OPTIONS_DEFINE= COOKIES DEBUG DOCS GIF HYPHENATION IPV6 JPEG PNG SSL \ - THREADS -OPTIONS_DEFAULT= COOKIES DOCS GIF IPV6 JPEG PNG THREADS + SVG THREADS WEBP +OPTIONS_DEFAULT= COOKIES GIF IPV6 JPEG PNG SVG THREADS WEBP COOKIES_DESC= Cookie support HYPHENATION_DESC= Hyphenation file(s) for HYPHENATION_LANGS @@ -57,8 +56,13 @@ JPEG_USES= jpeg localbase PNG_CONFIGURE_ENABLE= png PNG_LIB_DEPENDS= libpng.so:graphics/png +SVG_CONFIGURE_ENABLE= svg + THREADS_CONFIGURE_ENABLE= threaded-dns +WEBP_CONFIGURE_ENABLE= webp +WEBP_LIB_DEPENDS= libwebp.so:graphics/webp + .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MHYPHENATION} diff --git a/www/dillo2/distinfo b/www/dillo2/distinfo index d75f5a0a86d1..301cbacd39dc 100644 --- a/www/dillo2/distinfo +++ b/www/dillo2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735127142 -SHA256 (dillo/dillo-3.1.1.tar.bz2) = 5b85adc2315cff1f6cc29c4fa7e285a964cc3adb7b4cd652349c178292a4fb9e -SIZE (dillo/dillo-3.1.1.tar.bz2) = 1026711 +TIMESTAMP = 1739891395 +SHA256 (dillo/dillo-3.2.0.tar.bz2) = 1066ed42ea7fe0ce19e79becd029c651c15689922de8408e13e70bb5701931bf +SIZE (dillo/dillo-3.2.0.tar.bz2) = 1093734