View | Details | Raw Unified | Return to bug 147830
Collapse All | Expand All

(-)/usr/ports/sunpoet/mtr/Makefile (-5 / +6 lines)
Lines 6-37 Link Here
6
#
6
#
7
7
8
PORTNAME=	mtr
8
PORTNAME=	mtr
9
PORTVERSION=	0.75
9
PORTVERSION=	0.79
10
PORTREVISION=	3
11
CATEGORIES=	net ipv6
10
CATEGORIES=	net ipv6
12
MASTER_SITES=	ftp://ftp.bitwizard.nl/mtr/ \
11
MASTER_SITES=	ftp://ftp.bitwizard.nl/mtr/ \
13
		http://gd.tuwien.ac.at/infosys/network/tools/mtr/ \
14
		http://mirrors.evolva.ro/util/mtr/ \
12
		http://mirrors.evolva.ro/util/mtr/ \
15
		http://sunpoet.net/distfiles/
13
		http://sunpoet.net/distfiles/
16
14
17
MAINTAINER=	sunpoet@sunpoet.net
15
MAINTAINER=	sunpoet@sunpoet.net
18
COMMENT=	Traceroute and ping in a single graphical network diagnostic tool
16
COMMENT=	Traceroute and ping in a single graphical network diagnostic tool
19
17
20
USE_GMAKE=	yes
21
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_GMAKE=	yes
22
20
23
MAN8=		mtr.8
21
MAN8=		mtr.8
24
PLIST_FILES=	sbin/mtr
22
PLIST_FILES=	sbin/mtr
25
23
26
.if defined(WITHOUT_X11)
24
.if defined(WITHOUT_X11)
27
PKGNAMESUFFIX=	-nox11
28
CONFIGURE_ARGS+=--without-gtk
25
CONFIGURE_ARGS+=--without-gtk
26
PKGNAMESUFFIX=	-nox11
29
.else
27
.else
28
CONFIGURE_ARGS+=--with-gtk
30
USE_GNOME=	gtk20
29
USE_GNOME=	gtk20
31
.endif
30
.endif
32
31
33
.if defined(WITHOUT_IPV6)
32
.if defined(WITHOUT_IPV6)
34
CONFIGURE_ARGS+=--disable-ipv6
33
CONFIGURE_ARGS+=--disable-ipv6
34
.else
35
CONFIGURE_ARGS+=--enable-ipv6
35
.endif
36
.endif
36
37
37
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
(-)/usr/ports/sunpoet/mtr/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mtr-0.75.tar.gz) = 23baca52d0922c2ecba7eba05317868c
1
MD5 (mtr-0.79.tar.gz) = f7c1f873e68e7176f60ae9fbb2ca20f4
2
SHA256 (mtr-0.75.tar.gz) = 1d1a5de6b233289bf17a21e3bf83c82db47d22bb269af986229b788689e1f0f3
2
SHA256 (mtr-0.79.tar.gz) = 92595db3aae89fea76a856d988eeb3935b6550ff43cfc7afd17dec910e1b0511
3
SIZE (mtr-0.75.tar.gz) = 179376
3
SIZE (mtr-0.79.tar.gz) = 272643

Return to bug 147830