Date: Mon, 25 Nov 2024 15:22:51 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 79bb495e3410 - main - www/wget2: update 2.1.0 =?utf-8?Q?=E2=86=92?= 2.2.0 Message-ID: <202411251522.4APFMpXJ074455@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=79bb495e3410e89e6914dff8371b3ead2dc9eb99 commit 79bb495e3410e89e6914dff8371b3ead2dc9eb99 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2024-11-25 15:15:22 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2024-11-25 15:22:45 +0000 www/wget2: update 2.1.0 → 2.2.0 --- www/wget2/Makefile | 11 +++++++---- www/wget2/distinfo | 6 +++--- www/wget2/pkg-plist | 7 +++++-- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/www/wget2/Makefile b/www/wget2/Makefile index 324a1a6dfe9a..bffb6df9c65f 100644 --- a/www/wget2/Makefile +++ b/www/wget2/Makefile @@ -1,6 +1,5 @@ PORTNAME= wget2 -DISTVERSION= 2.1.0 -PORTREVISION= 1 +DISTVERSION= 2.2.0 CATEGORIES= www MASTER_SITES= GNU/wget @@ -22,7 +21,7 @@ CONFIGURE_ARGS+=--without-libidn # only libidn2 is used INSTALL_TARGET= install-strip USE_LDCONFIG= yes -OPTIONS_DEFINE= DANE IDN MANPAGES DOXYGEN NLS PSL NGHTTP2 GPGME TEST HSTS +OPTIONS_DEFINE= DANE IDN MANPAGES DOXYGEN NLS PSL NGHTTP2 GPGME TEST HSTS PROXY OPTIONS_GROUP= COMPRESSION OPTIONS_GROUP_COMPRESSION= BROTLI ZSTD LZMA BZIP2 OPTIONS_SINGLE= SSL @@ -33,7 +32,7 @@ OPTIONS_DEFAULT=IDN MANPAGES OPENSSL NLS PSL NGHTTP2 BROTLI ZSTD GPGME TEST HSTS OPTIONS_SUB= yes # requires gnutls built with DANE option enabled -DANE_DESC= Support for DANE certificate checking +DANE_DESC= Support for DANE certificate checking (requires gnutls built with DANE option) DANE_CONFIGURE_WITH= libdane DANE_LIB_DEPENDS= libgnutls-dane.so:security/gnutls @@ -108,6 +107,10 @@ LZMA_CONFIGURE_WITH= lzma BZIP2_CONFIGURE_WITH= bzip2 +PROXY_DESC= Systemwide proxy configuration through libproxy +PROXY_CONFIGURE_ENABLE= libproxy +PROXY_LIB_DEPENDS= libproxy.so:net/libproxy + .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD diff --git a/www/wget2/distinfo b/www/wget2/distinfo index 067dde1aebb0..810e863bb1fc 100644 --- a/www/wget2/distinfo +++ b/www/wget2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694018203 -SHA256 (wget2-2.1.0.tar.lz) = bc034194b512bb83ce0171d15a8db33e1c5c3ab8b3e343e1e6f2cf48f9154fad -SIZE (wget2-2.1.0.tar.lz) = 2122122 +TIMESTAMP = 1732543185 +SHA256 (wget2-2.2.0.tar.lz) = ffa5e49db90c9ddc0c830b66e473630c679b1b0a26a53d24981d4f0efa1c90b6 +SIZE (wget2-2.2.0.tar.lz) = 2214840 diff --git a/www/wget2/pkg-plist b/www/wget2/pkg-plist index 5b1678e392f2..0835e97cfcbf 100644 --- a/www/wget2/pkg-plist +++ b/www/wget2/pkg-plist @@ -4,8 +4,8 @@ include/wget.h include/wgetver.h lib/libwget.a lib/libwget.so -lib/libwget.so.2 -lib/libwget.so.2.0.0 +lib/libwget.so.3 +lib/libwget.so.3.0.0 libdata/pkgconfig/libwget.pc %%NLS%%share/locale/ca/LC_MESSAGES/wget2.mo %%NLS%%share/locale/cs/LC_MESSAGES/wget2.mo @@ -21,6 +21,9 @@ libdata/pkgconfig/libwget.pc %%NLS%%share/locale/id/LC_MESSAGES/wget2.mo %%NLS%%share/locale/it/LC_MESSAGES/wget2.mo %%NLS%%share/locale/ja/LC_MESSAGES/wget2.mo +%%NLS%%share/locale/ka/LC_MESSAGES/wget2.mo +%%NLS%%share/locale/ko/LC_MESSAGES/wget2.mo +%%NLS%%share/locale/ms/LC_MESSAGES/wget2.mo %%NLS%%share/locale/nb/LC_MESSAGES/wget2.mo %%NLS%%share/locale/nl/LC_MESSAGES/wget2.mo %%NLS%%share/locale/pl/LC_MESSAGES/wget2.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411251522.4APFMpXJ074455>