diff options
Diffstat (limited to 'www/thundercache/Makefile')
-rw-r--r-- | www/thundercache/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/thundercache/Makefile b/www/thundercache/Makefile index 2ef230f18cb7..81088ce73f7e 100644 --- a/www/thundercache/Makefile +++ b/www/thundercache/Makefile @@ -6,13 +6,13 @@ # PORTNAME= thundercache -PORTVERSION= 5.0 +PORTVERSION= 6.0 CATEGORIES= www MASTER_SITES= http://www.bmsoftware.org/freebsd/ \ http://www8.freebsdbrasil.com.br/~eksffa/thunder/ \ http://www6.freebsdbrasil.com.br/~eksffa/l/dev/thunder/ \ ${MASTER_SITE_LOCAL}/jmelo -DISTNAME= thundercache-5.0.201031081330-64bits-fbsd +DISTNAME= thundercache-6.0.201010171300-64bits-fbsd MAINTAINER= eksffa@freebsdbrasil.com.br COMMENT= High-performance and high-eficiency caching proxy system @@ -45,7 +45,7 @@ BROKEN= Won't run on systems version < FreeBSD 8.0-RELEASE .endif .if ${ARCH} == "i386" -DISTNAME= thundercache-5.0.201031081330-32bits-fbsd +DISTNAME= thundercache-6.0.201010171300-32bits-fbsd .endif WRKSRC= ${WRKDIR}/thunder |