summaryrefslogtreecommitdiffstats
path: root/net/mtr/Makefile
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2003-06-23 20:51:47 +0000
committersumikawa <sumikawa@FreeBSD.org>2003-06-23 20:51:47 +0000
commitf769fb9c49bcdbd91150444bb43333c1b8780afc (patch)
tree0fe5e0f3bf3f7d324c121ac49106d0c26b421bd2 /net/mtr/Makefile
parent001dc8d35b3bd618d192e11058e35a588dd09a6e (diff)
downloadFreeBSD-ports-f769fb9c49bcdbd91150444bb43333c1b8780afc.zip
FreeBSD-ports-f769fb9c49bcdbd91150444bb43333c1b8780afc.tar.gz
Re-enabled IPv6 patch.
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r--net/mtr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index a63983d..3536af7 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mtr
PORTVERSION= 0.54
-CATEGORIES= net #ipv6
+CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
ftp://ftp.netsw.org/net/ip/audit/packets/ \
ftp://ftp.gw.com/mirrors/pub/unix/mtr/
@@ -24,8 +24,8 @@ MAN8= mtr.8
.include <bsd.port.pre.mk>
-.if 0 && ${OSVERSION} >= 400014 && defined(WANT_IPV6)
-PATCHFILES= mtr-052-v6-20030110b.diff.gz
+.if ${OSVERSION} >= 400014 && defined(WANT_IPV6)
+PATCHFILES= mtr-054-v6-20030624.diff.gz
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
PATCH_DIST_STRIP= -p1
OpenPOWER on IntegriCloud