diff options
author | uebayasi <uebayasi> | 2004-02-14 17:57:25 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2004-02-14 17:57:25 +0000 |
commit | a5b04d202319aa840a8045c52ecbfb4c3b727772 (patch) | |
tree | a0f2f23db07aca647d087c483a593d8f9e5cd047 /net/wol/Makefile | |
parent | 78f5befff2efc99e0e7810dd5903203391886ed0 (diff) | |
download | pkgsrc-a5b04d202319aa840a8045c52ecbfb4c3b727772.tar.gz |
Update wol to 0.7.0.
Changes since 0.6.0:
* add manpage
* fixed german, italian and french translation
* added spanish translation
* can resolv names
* added wol-bootptab: reads mac and host from bootptab file
* wol-dhcpdconf now reads mac and host
* fixed a parsing bug in wol-dhcpdconf
* -h and --host is an alias for -i
* /etc/ethers parsing support -> you now can specify ip-addresses and
hostnames on the commandline
* fixed -f pathname bug
* enhanced documentation
* debianized package
* wol.spec for rpm building
Diffstat (limited to 'net/wol/Makefile')
-rw-r--r-- | net/wol/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile index 78a3f8957f4..4a1c612a139 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/01/24 14:50:06 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/14 17:57:25 uebayasi Exp $ # -DISTNAME= wol-0.6.0 -PKGREVISION= 2 +DISTNAME= wol-0.7.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/} |