diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-27 22:49:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-27 22:49:43 +0000 |
commit | c2bf053ad7cae1a9d9000ccb646646c3e50cd824 (patch) | |
tree | 44b377a9ae2f61d715fd311edb37ebedd625a337 /net/mtr/Makefile | |
parent | 99a9ac2ce1d9fc72bfbfe7b6c2d4a40be8fd97cb (diff) | |
download | pkgsrc-c2bf053ad7cae1a9d9000ccb646646c3e50cd824.tar.gz |
Update to 0.69:
v0.69 make distclean should now also remove "rej" files.
Antonio Querubin: update getopt.h . More cleanups using
new infrastructure.
rcw: Fixed IPV6 support: When compiled in an IPV6-supporting
environment, but when the kernel doesn't support IPV6, mtr would
fail to start.
v0.68 included some old patches.
included patch from Antonio Querubin for better IPV6 support
restructured some more whitespace.
added mtr.h where "global" things should go. Not finished
moving things around, but now that the infrastructure is there,
it should be easy.
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r-- | net/mtr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 72bdc2c50ad..06d1e4a8352 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2005/02/01 17:02:00 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2005/02/27 22:49:43 wiz Exp $ # -DISTNAME= mtr-0.67 -PKGREVISION= 1 +DISTNAME= mtr-0.69 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ |