diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2011-03-04 12:41:40 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2011-03-04 12:41:40 +0000 |
commit | dff569f273136316d2812f2797a9b6a8a4fabd9e (patch) | |
tree | 21a707238ba3432037ba0af838b8945b470cc02f | |
parent | update audacious to 2.4.4 (diff) |
- 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
-rw-r--r-- | net/trafshow/Makefile | 6 |
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> |