Update to 1.16.3. This update also fixes build with LibreSSL [2].
PR: 199316 191988 [2] Approved by: maintainer timeout (> 2 months)
This commit is contained in:
parent
7f6747cfa3
commit
f190a88afa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390119
2 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wget
|
||||
DISTVERSION= 1.16.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.16.3
|
||||
CATEGORIES= ftp www ipv6
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
@ -51,6 +50,7 @@ CONFIGURE_ARGS+=--with-ssl=openssl --with-libssl-prefix=${OPENSSLBASE}
|
|||
CPPFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
.elif ${PORT_OPTIONS:MGNUTLS}
|
||||
USES+= pkgconfig
|
||||
LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
|
||||
CONFIGURE_ARGS+=--with-ssl=gnutls
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (wget-1.16.2.tar.xz) = a7dfde1bcb0eb135addf587a649fd0e47c1a876edef359b9197cdffd1fdcd7d5
|
||||
SIZE (wget-1.16.2.tar.xz) = 1805080
|
||||
SHA256 (wget-1.16.3.tar.xz) = 67f7b7b0f5c14db633e3b18f53172786c001e153d545cfc85d82759c5c2ffb37
|
||||
SIZE (wget-1.16.3.tar.xz) = 1794148
|
||||
|
|
Loading…
Reference in a new issue