aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2011-03-04 12:41:40 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2011-03-04 12:41:40 +0000
commitdff569f273136316d2812f2797a9b6a8a4fabd9e (patch)
tree21a707238ba3432037ba0af838b8945b470cc02f /net
parent6f11b1a79bb0bee7f3ea7838b69366d5edfc9508 (diff)
downloadports-dff569f273136316d2812f2797a9b6a8a4fabd9e.tar.gz
ports-dff569f273136316d2812f2797a9b6a8a4fabd9e.zip
- Now, the IPv6 option is turned on by default. [1]
- Include trafshow in ipv6 category. [2] - Bump PORTREVISION due the package content change. Reported by: dougb@[1], osa@[2] Approved by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer)
Notes
Notes: svn path=/head/; revision=270278
Diffstat (limited to 'net')
-rw-r--r--net/trafshow/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile
index 8aa3736a3c88..d869a208f916 100644
--- a/net/trafshow/Makefile
+++ b/net/trafshow/Makefile
@@ -7,9 +7,9 @@
PORTNAME= trafshow
PORTVERSION= 5.2.3
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
-CATEGORIES= net
+CATEGORIES= net ipv6
MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ \
ftp://ftp.nsk.su/pub/RinetSoftware/
EXTRACT_SUFX= .tgz
@@ -23,7 +23,7 @@ ALL_TARGET= trafshow
MAN1= trafshow.1
-OPTIONS= IPV6 "Build with IPv6 support" off
+OPTIONS= IPV6 "Build with IPv6 support" on
.include <bsd.port.pre.mk>