diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-08 14:33:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-08 14:33:54 +0000 |
commit | 9fa9927e73362d83f2fd7a7994801dc14342430f (patch) | |
tree | d31ac591c5286771f12ca9eff743bd9660fba180 /net/mtr | |
parent | bfeedf3065307385544e1f6c355e14c0b0cb3e23 (diff) | |
download | pkgsrc-9fa9927e73362d83f2fd7a7994801dc14342430f.tar.gz |
Update to 0.84.
V0.83 Move to github. Mostly done by Travis.
Author: Travis Cross <tc@traviscross.com>
Add autotools bootstrap script
Update README for building from git repository
Cleanup whitespace in the NEWS file
Resolve -Wunused-but-set-variable warnings
Resolve -Wnull-dereference clang warning
Add -z / --show-ip support
Author: R.E. Wolff <R.E.Wolff@BitWizard.nl> (mostly from patches by others)
some running patches
Made report wide switch properly to displayreport mode. Bug #780647
fixed gtk field order. Bug #701513
added aslookup patch from bug #701514
added some extra clarifications to the SECURITY file.
enable ipv6 resolvers. By Antonio Querubin. Fixes bug #752583
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/Makefile | 8 | ||||
-rw-r--r-- | net/mtr/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 29ba212bec7..a580f49096b 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2013/02/16 11:23:57 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2013/03/08 14:33:54 wiz Exp $ -DISTNAME= mtr-0.82 -PKGREVISION= 7 +DISTNAME= mtr-0.84 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ @@ -13,7 +12,7 @@ LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= pkg-config INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/doc/mtr .include "options.mk" @@ -41,4 +40,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/SECURITY ${DESTDIR}${PREFIX}/share/doc/mtr .include "../../devel/ncurses/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/mtr/distinfo b/net/mtr/distinfo index 7101e4fe3a4..74bd3d86bce 100644 --- a/net/mtr/distinfo +++ b/net/mtr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2011/12/05 10:43:42 wiz Exp $ +$NetBSD: distinfo,v 1.35 2013/03/08 14:33:54 wiz Exp $ -SHA1 (mtr-0.82.tar.gz) = f1319de27324d85898a9df0a293a438bbaaa12b5 -RMD160 (mtr-0.82.tar.gz) = dd608961070e17eb3b4d17aec4c667d0b474e913 -Size (mtr-0.82.tar.gz) = 270245 bytes +SHA1 (mtr-0.84.tar.gz) = 7c8dc6a0412edaf32ebc94c8f765b14ae59e6163 +RMD160 (mtr-0.84.tar.gz) = 784eaea461e15080c0546e08a0907ca16949de40 +Size (mtr-0.84.tar.gz) = 286912 bytes |