Skip to content

Commit

Permalink
www/wget2: update 2.0.1 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Oct 3, 2023
1 parent 869f8f7 commit 18faeea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions www/wget2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wget2
DISTVERSION= 2.0.1
DISTVERSION= 2.1.0
CATEGORIES= www
MASTER_SITES= GNU/wget

Expand All @@ -20,7 +20,7 @@ CONFIGURE_ARGS+=--without-libidn # only libidn2 is used
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes

OPTIONS_DEFINE= IDN MANPAGES DOXYGEN NLS PSL NGHTTP2 GPGME TEST HSTS
OPTIONS_DEFINE= DANE IDN MANPAGES DOXYGEN NLS PSL NGHTTP2 GPGME TEST HSTS
OPTIONS_GROUP= COMPRESSION
OPTIONS_GROUP_COMPRESSION= BROTLI ZSTD LZMA BZIP2
OPTIONS_SINGLE= SSL
Expand All @@ -30,6 +30,11 @@ OPTIONS_RADIO_PCRE=PCRE1 PCRE2
OPTIONS_DEFAULT=IDN MANPAGES OPENSSL NLS PSL NGHTTP2 BROTLI ZSTD GPGME TEST HSTS LZMA BZIP2
OPTIONS_SUB= yes

# requires gnutls built with DANE option enabled
DANE_DESC= Support for DANE certificate checking
DANE_CONFIGURE_WITH= libdane
DANE_LIB_DEPENDS= libgnutls-dane.so:security/gnutls

IDN_LIB_DEPENDS= libidn2.so:dns/libidn2
IDN_CONFIGURE_WITH= libidn2

Expand Down
6 changes: 3 additions & 3 deletions www/wget2/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670516795
SHA256 (wget2-2.0.1.tar.lz) = 2c942fba6a547997aa7aae0053b7c46a5203e311e4e62d305d575b6d2f06411f
SIZE (wget2-2.0.1.tar.lz) = 2059922
TIMESTAMP = 1694018203
SHA256 (wget2-2.1.0.tar.lz) = bc034194b512bb83ce0171d15a8db33e1c5c3ab8b3e343e1e6f2cf48f9154fad
SIZE (wget2-2.1.0.tar.lz) = 2122122
4 changes: 2 additions & 2 deletions www/wget2/pkg-plist
Expand Up @@ -4,8 +4,8 @@ include/wget.h
include/wgetver.h
lib/libwget.a
lib/libwget.so
lib/libwget.so.1
lib/libwget.so.1.0.0
lib/libwget.so.2
lib/libwget.so.2.0.0
libdata/pkgconfig/libwget.pc
%%MANPAGES%%man/man1/wget2.1.gz
%%DOXYGEN%%man/man3/libwget-base64.3.gz
Expand Down

0 comments on commit 18faeea

Please sign in to comment.