svn commit: r374614 - head/net/mtr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 13 03:59:26 UTC 2014


Author: sunpoet
Date: Sat Dec 13 03:59:24 2014
New Revision: 374614
URL: https://svnweb.freebsd.org/changeset/ports/374614
QAT: https://qat.redports.org/buildarchive/r374614/

Log:
  - Update to 0.86
  - Remove GLIB option
  
  Changes:	https://github.com/traviscross/mtr/blob/master/NEWS

Modified:
  head/net/mtr/Makefile
  head/net/mtr/distinfo

Modified: head/net/mtr/Makefile
==============================================================================
--- head/net/mtr/Makefile	Sat Dec 13 03:59:18 2014	(r374613)
+++ head/net/mtr/Makefile	Sat Dec 13 03:59:24 2014	(r374614)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mtr
-PORTVERSION=	0.85
-PORTREVISION=	1
+PORTVERSION=	0.86
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.bitwizard.nl/mtr/ \
 		LOCAL/sunpoet
@@ -13,20 +12,17 @@ COMMENT=	Traceroute and ping in a single
 
 LICENSE=	GPLv2
 
-OPTIONS_DEFINE=	GLIB IPV6 X11
+OPTIONS_DEFINE=	IPV6 X11
 OPTIONS_DEFAULT=X11
-GLIB_DESC=	Build with glib library
 X11_DESC=	Build X11-enabled mtr
 
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-lncurses
-USES=		ncurses pkgconfig
+USES=		autoreconf ncurses pkgconfig
 
 PLIST_FILES=	man/man8/mtr.8.gz \
 		sbin/mtr
 
-GLIB_CONFIGURE_WITH=	glib
-GLIB_USE=		GNOME=glib20
 IPV6_CATEGORIES=	ipv6
 IPV6_CONFIGURE_ENABLE=	ipv6
 X11_CONFIGURE_WITH=	gtk

Modified: head/net/mtr/distinfo
==============================================================================
--- head/net/mtr/distinfo	Sat Dec 13 03:59:18 2014	(r374613)
+++ head/net/mtr/distinfo	Sat Dec 13 03:59:24 2014	(r374614)
@@ -1,2 +1,2 @@
-SHA256 (mtr-0.85.tar.gz) = cb2d62c9a2dc230f1c7a46c07116516d71e8bef94ce29fadf797829053dd5501
-SIZE (mtr-0.85.tar.gz) = 534196
+SHA256 (mtr-0.86.tar.gz) = c5d948920b641cc35f8b380fc356ddfe07cce6a9c6474afe242fc58113f28c06
+SIZE (mtr-0.86.tar.gz) = 185374


More information about the svn-ports-head mailing list