svn commit: r314277 - head/net/mtr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 15 07:40:36 UTC 2013


Author: sunpoet
Date: Fri Mar 15 07:40:34 2013
New Revision: 314277
URL: http://svnweb.freebsd.org/changeset/ports/314277

Log:
  - Update to 0.84
  - Modify COMMENT
  - Add LICENSE
  - Remove IPV6 from OPTIONS_DEFAULT
  - Cleanup Makefile header
  - Update pkg-descr
  
  Changes:	https://github.com/traviscross/mtr/blob/master/NEWS

Modified:
  head/net/mtr/Makefile   (contents, props changed)
  head/net/mtr/distinfo   (contents, props changed)
  head/net/mtr/pkg-descr   (contents, props changed)

Modified: head/net/mtr/Makefile
==============================================================================
--- head/net/mtr/Makefile	Fri Mar 15 07:21:04 2013	(r314276)
+++ head/net/mtr/Makefile	Fri Mar 15 07:40:34 2013	(r314277)
@@ -1,27 +1,28 @@
-# New ports collection makefile for:   mtr
-# Date created:        12 August 1998
-# Whom:                Bill Fumerola <billf at chc-chimes.com>
-#
+# Created by: Bill Fumerola <billf at chc-chimes.com>
 # $FreeBSD$
-#
 
 PORTNAME=	mtr
-PORTVERSION=	0.82
-PORTREVISION?=	1
+PORTVERSION=	0.84
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.bitwizard.nl/mtr/ \
-		http://launchpadlibrarian.net/82181604/ \
+		http://launchpadlibrarian.net/130869615/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Traceroute and ping in a single graphical network diagnostic tool
+COMMENT=	Traceroute and ping in a single network diagnostic tool
+
+LICENSE=	GPLv2
 
 OPTIONS_DEFINE=	IPV6 X11
-OPTIONS_DEFAULT=IPV6 X11
+OPTIONS_DEFAULT=X11
 X11_DESC=	Build X11-enabled mtr
 
+CPPFLAGS+=	-I${LOCALBASE}/include/glib-2.0
 GNU_CONFIGURE=	yes
+LDFLAGS+=	-L${LOCALBASE}/lib -lglib-2.0
 USE_GMAKE=	yes
+USE_GNOME=	_glib20
+USE_PKGCONFIG=	build
 
 MAN8=		mtr.8
 PLIST_FILES=	sbin/mtr
@@ -40,7 +41,7 @@ CONFIGURE_ARGS+=--with-gtk
 USE_GNOME=	gtk20
 .else
 CONFIGURE_ARGS+=--without-gtk
-PKGNAMESUFFIX=	-nox11
+PKGNAMESUFFIX+=	-nox11
 .endif
 
 post-patch:

Modified: head/net/mtr/distinfo
==============================================================================
--- head/net/mtr/distinfo	Fri Mar 15 07:21:04 2013	(r314276)
+++ head/net/mtr/distinfo	Fri Mar 15 07:40:34 2013	(r314277)
@@ -1,2 +1,2 @@
-SHA256 (mtr-0.82.tar.gz) = f3b457c9623ae03565688a7ffd49d4843a5e2505ccaf3ba8d9fbd86e3ce9b6a0
-SIZE (mtr-0.82.tar.gz) = 270245
+SHA256 (mtr-0.84.tar.gz) = e9eb34001f6e11e56f5389a879dc42dd8862f63053148f77823dbf8f36b7286b
+SIZE (mtr-0.84.tar.gz) = 286912

Modified: head/net/mtr/pkg-descr
==============================================================================
--- head/net/mtr/pkg-descr	Fri Mar 15 07:21:04 2013	(r314276)
+++ head/net/mtr/pkg-descr	Fri Mar 15 07:40:34 2013	(r314277)
@@ -1,5 +1,12 @@
-mtr combines the functionality of the "traceroute" and "ping" programs
-into a single network diagnostic tool. 
+mtr combines the functionality of the 'traceroute' and 'ping' programs in a
+single network diagnostic tool.
+
+As mtr starts, it investigates the network connection between the host mtr runs
+on and a user-specified destination host. After it determines the address of
+each network hop between the machines, it sends a sequence ICMP ECHO requests to
+each one to determine the quality of the link to each machine. As it does this,
+it prints running statistics about each machine.
+
+Official mtr repository is at https://github.com/traviscross/mtr
 
 WWW: http://www.bitwizard.nl/mtr/
-WWW: https://launchpad.net/mtr


More information about the svn-ports-head mailing list