summaryrefslogtreecommitdiff
path: root/net/wget/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-04-08 11:36:04 +0000
committerobache <obache>2008-04-08 11:36:04 +0000
commit8ba857851de23cf386e91cbec873cf3ef8c9f178 (patch)
tree55314f7fb732e3a1da245d97b1ed9837312a72d6 /net/wget/Makefile
parent887301e0c93d94c23b6d66f93d3d4131f9f91a22 (diff)
downloadpkgsrc-8ba857851de23cf386e91cbec873cf3ef8c9f178.tar.gz
Update wget to 1.11.1.
* Changes in Wget 1.11.1. ** Interrupted downloads no longer result in renaming the file (regression in 1.11 over 1.10.2). ** Progress bar now displays correctly in non-English locales (and a related assertion failure was fixed). ** Wget no longer issues a GET request over HTTP for files it should know it's not going to download (regression in 1.11 over 1.10.2). ** Added option --auth-no-challenge, to support broken pre-1.11 authentication-before-server-challenge, which turns out to still be useful for some limited cases. ** Documentation of accept/reject lists in the manual's "Types of Files" section now explains various aspects of their behavior that may be surprising, and notes that they may change in the future. ** Documentation of --no-parents now explains how a trailing slash, or lack thereof, in the specified URL, will affect behavior.
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r--net/wget/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 7ee2a541f46..daa313b449d 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2008/02/04 12:58:19 obache Exp $
+# $NetBSD: Makefile,v 1.97 2008/04/08 11:36:04 obache Exp $
-DISTNAME= wget-1.11
+DISTNAME= wget-1.11.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}