diff options
-rw-r--r-- | net/mtr/Makefile | 10 | ||||
-rw-r--r-- | net/mtr/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 9cdf064a5c50..5b6172edf207 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -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 network diagnostic tool 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 diff --git a/net/mtr/distinfo b/net/mtr/distinfo index 1c5fe49fec2a..2547d9e1ff92 100644 --- a/net/mtr/distinfo +++ b/net/mtr/distinfo @@ -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 |