svn commit: r380443 - in head/ftp/wget: . files

Vasil Dimov vd at FreeBSD.org
Wed Mar 4 16:08:43 UTC 2015


Author: vd
Date: Wed Mar  4 16:08:41 2015
New Revision: 380443
URL: https://svnweb.freebsd.org/changeset/ports/380443
QAT: https://qat.redports.org/buildarchive/r380443/

Log:
  ftp/wget: Upgrade from 1.16 to 1.16.2

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

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Wed Mar  4 15:45:11 2015	(r380442)
+++ head/ftp/wget/Makefile	Wed Mar  4 16:08:41 2015	(r380443)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wget
-DISTVERSION=	1.16
+DISTVERSION=	1.16.2
 CATEGORIES=	ftp www ipv6
 MASTER_SITES=	GNU
 
@@ -45,7 +45,7 @@ PCRE_CONFIGURE_ENV_OFF=	ac_cv_header_pcr
 
 .if ${PORT_OPTIONS:MOPENSSL}
 USE_OPENSSL=	yes
-CONFIGURE_ARGS+=--with-ssl=openssl
+CONFIGURE_ARGS+=--with-ssl=openssl --with-libssl-prefix=${OPENSSLBASE}
 CPPFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
 .elif ${PORT_OPTIONS:MGNUTLS}

Modified: head/ftp/wget/distinfo
==============================================================================
--- head/ftp/wget/distinfo	Wed Mar  4 15:45:11 2015	(r380442)
+++ head/ftp/wget/distinfo	Wed Mar  4 16:08:41 2015	(r380443)
@@ -1,2 +1,2 @@
-SHA256 (wget-1.16.tar.xz) = 9261dd090a17687b6dc0682a257e90a926def15624b650e8f799af57e5c8b0e7
-SIZE (wget-1.16.tar.xz) = 1697308
+SHA256 (wget-1.16.2.tar.xz) = a7dfde1bcb0eb135addf587a649fd0e47c1a876edef359b9197cdffd1fdcd7d5
+SIZE (wget-1.16.2.tar.xz) = 1805080


More information about the svn-ports-head mailing list