From f190a88afaad5d0993b73c9aa254ef541933cac4 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 19 Jun 2015 14:59:13 +0000 Subject: Update to 1.16.3. This update also fixes build with LibreSSL [2]. PR: 199316 191988 [2] Approved by: maintainer timeout (> 2 months) --- ftp/wget/Makefile | 4 ++-- ftp/wget/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 4d6269355fc3..631bb3cc4fb8 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -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 diff --git a/ftp/wget/distinfo b/ftp/wget/distinfo index 25ca86319bec..b649efd90159 100644 --- a/ftp/wget/distinfo +++ b/ftp/wget/distinfo @@ -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 -- cgit