diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-02-14 17:57:25 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-02-14 17:57:25 +0000 |
commit | 8b608d80e4039f7250c846e5984bd910e7ed53d0 (patch) | |
tree | a0f2f23db07aca647d087c483a593d8f9e5cd047 /net/wol/Makefile | |
parent | 9ffe1f360e193da71e77cf9b4671eb58b2d848a9 (diff) | |
download | pkgsrc-8b608d80e4039f7250c846e5984bd910e7ed53d0.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/} |