diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-28 03:42:10 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-28 03:42:10 +0000 |
commit | 57f74a4b31ebda6be5e99e1a2f95fc924e893eb9 (patch) | |
tree | 535d2bab661b7a6e83dcddf225f87f5207cb45d7 /ftp/wget/Makefile | |
parent | Activate micq. (diff) |
Upgrade to 1.5.2.
Notes
Notes:
svn path=/head/; revision=11570
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index d82c929c54b3..d2ceeefaad2b 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wget -# Version required: 1.5.1 +# Version required: 1.5.2 # Date created: 31 December 1996 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1998/04/30 11:42:14 tg Exp $ +# $Id: Makefile,v 1.7 1998/05/19 10:52:10 tg Exp $ # -DISTNAME= wget-1.5.1 +DISTNAME= wget-1.5.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} |