diff options
author | wiz <wiz> | 2008-07-18 09:36:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-07-18 09:36:39 +0000 |
commit | 8b422c3334b683b36ed1a3d32b6e2b8e366d6a28 (patch) | |
tree | 7b4475eb74f962dcd9aa1490abce88f440adc22d /net/wget/Makefile | |
parent | b05070103618660028427f675cf75ccf37e0045a (diff) | |
download | pkgsrc-8b422c3334b683b36ed1a3d32b6e2b8e366d6a28.tar.gz |
Update to 1.11.4:
* Changes in Wget 1.11.4
** Fixed an issue (apparently a regression) where -O would refuse to
download when -nc was given, even though the file didn't exist.
** Fixed a situation where Wget could abort with --continue if the
remote server gives a content-length of zero when the file exists
locally with content.
** Fixed a crash on some systems, due to Wget casting a pointer-to-long
to a pointer-to-time_t.
** Translation updates for Catalan.
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 15f7443101f..189f938a177 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.98 2008/05/30 13:44:43 wiz Exp $ +# $NetBSD: Makefile,v 1.99 2008/07/18 09:36:39 wiz Exp $ -DISTNAME= wget-1.11.3 +DISTNAME= wget-1.11.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} |