summaryrefslogtreecommitdiff
path: root/net/wget/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-11-21 09:44:53 +0000
committerwiz <wiz@pkgsrc.org>2015-11-21 09:44:53 +0000
commit863ce2433eea19f6750ab616970d82acb97b2a54 (patch)
treeb9f7bdb4296378f7d90f6cb7bcf48fc30feee8da /net/wget/Makefile
parente1d372c44929109e10ff833e7d11e127251323ee (diff)
downloadpkgsrc-863ce2433eea19f6750ab616970d82acb97b2a54.tar.gz
Update wget to 1.17:
* Changes in Wget 1.17 ** Remove FTP passive to active fallback due to privacy concerns. ** Add support for --if-modified-since. ** Add support for metalink through --input-metalink and --metalink-over-http. ** Add support for HSTS through --hsts and --hsts-file. ** Add option to restrict filenames under VMS. ** Add support for --rejected-log which logs to a separate file the reasons why URLs are being rejected and some context around it. ** Add support for FTPS. ** Do not download/save file on error when --spider enabled ** Add --convert-file-only option. This option converts only the filename part of the URLs, leaving the rest of the URLs untouched.
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r--net/wget/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 8e7fa56bbe7..b84054e8694 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.126 2015/08/23 14:30:40 wiz Exp $
+# $NetBSD: Makefile,v 1.127 2015/11/21 09:44:53 wiz Exp $
-DISTNAME= wget-1.16.3
-PKGREVISION= 2
+DISTNAME= wget-1.17
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
EXTRACT_SUFX= .tar.xz