Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2015 14:59:14 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390119 - head/ftp/wget
Message-ID:  <201506191459.t5JExEol074796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri Jun 19 14:59:13 2015
New Revision: 390119
URL: https://svnweb.freebsd.org/changeset/ports/390119

Log:
  Update to 1.16.3. This update also fixes build with LibreSSL [2].
  
  PR:		199316
  		191988 [2]
  Approved by:	maintainer timeout (> 2 months)

Modified:
  head/ftp/wget/Makefile
  head/ftp/wget/distinfo

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Fri Jun 19 14:36:36 2015	(r390118)
+++ head/ftp/wget/Makefile	Fri Jun 19 14:59:13 2015	(r390119)
@@ -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 --wit
 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

Modified: head/ftp/wget/distinfo
==============================================================================
--- head/ftp/wget/distinfo	Fri Jun 19 14:36:36 2015	(r390118)
+++ head/ftp/wget/distinfo	Fri Jun 19 14:59:13 2015	(r390119)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506191459.t5JExEol074796>