diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2001-03-16 00:50:09 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2001-03-16 00:50:09 +0000 |
commit | f5727f22faf71fd1fe726182a6cfe7f0f0d0d28d (patch) | |
tree | 9febe5ed332e848ef0bc65ff80cfcb662970d740 /net | |
parent | Mark forbidden (diff) |
Fixed bug imported by myself.
Newer version(7.22) was released right after my commit(7.21).
Notes
Notes:
svn path=/head/; revision=39904
Diffstat (limited to 'net')
-rw-r--r-- | net/etherboot/Makefile | 5 | ||||
-rw-r--r-- | net/etherboot/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile index fed0ef4c6d27..d00fc18accb0 100644 --- a/net/etherboot/Makefile +++ b/net/etherboot/Makefile @@ -6,14 +6,13 @@ # PORTNAME= etherboot -PORTVERSION= 4.7.21 +PORTVERSION= 4.7.22 CATEGORIES= net #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +#MASTER_SITE_SUBDIR= ${PORTNAME} #use development sources for now instead of standard ftp site. MASTER_SITES= http://etherboot.sourceforge.net/ CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ambrisko@whistle.com diff --git a/net/etherboot/distinfo b/net/etherboot/distinfo index 6886b0b44a06..888473798161 100644 --- a/net/etherboot/distinfo +++ b/net/etherboot/distinfo @@ -1 +1 @@ -MD5 (etherboot-4.7.21.tar.gz) = 04d5da6ec2fc8f5ea0d188752e1624b7 +MD5 (etherboot-4.7.22.tar.gz) = 8d26e7f447f2cd1ba2896d4ab08fac10 |