diff options
author | pooka <pooka@pkgsrc.org> | 2002-03-30 08:56:36 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2002-03-30 08:56:36 +0000 |
commit | e15b4dce02c7716d91b812db9c1fdb40dfd7fbf6 (patch) | |
tree | 546717f7a7f6b64d4c661f055de3fc4613349d1d /net/wget/Makefile | |
parent | 6334710c8bea8a2e227bb78b9d3f6910a8829ef8 (diff) | |
download | pkgsrc-e15b4dce02c7716d91b812db9c1fdb40dfd7fbf6.tar.gz |
Upgrade wget to 1.8.1
Highlights of changes since 1.7:
* bugfixes
* new progress bar indicator
* breath-first recursive descent
* host directories contain port information if the server is at a
non-standard port
full list:
http://cvs.sunsite.dk/viewcvs.cgi/wget/NEWS?rev=WGET_1_8&content-type=text/plain
Provided by michal@pasternak.w.lub.pl in pkg/16124
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 1118ac685a2..fa94c217823 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,14 +1,10 @@ -# $NetBSD: Makefile,v 1.43 2002/02/18 15:14:36 seb Exp $ +# $NetBSD: Makefile,v 1.44 2002/03/30 08:56:36 pooka Exp $ -DISTNAME= wget-1.7 +DISTNAME= wget-1.8.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= wget-17-v6-20010716a.diff.gz -PATCH_DIST_STRIP=-p1 - -MAINTAINER= packages@netbsd.org +MAINTAINER= michael@pasternak.w.lub.pl HOMEPAGE= http://www.gnu.org/software/wget/wget.html COMMENT= Retrieve files from the 'net via HTTP and FTP |