diff options
Diffstat (limited to 'www/thundercache/Makefile')
-rw-r--r-- | www/thundercache/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/thundercache/Makefile b/www/thundercache/Makefile index 89f930d6fc76..2ef230f18cb7 100644 --- a/www/thundercache/Makefile +++ b/www/thundercache/Makefile @@ -6,13 +6,13 @@ # PORTNAME= thundercache -PORTVERSION= 4.1 +PORTVERSION= 5.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-4.1.201006231050-32bits-fbsd +DISTNAME= thundercache-5.0.201031081330-64bits-fbsd MAINTAINER= eksffa@freebsdbrasil.com.br COMMENT= High-performance and high-eficiency caching proxy system @@ -44,8 +44,8 @@ MANUAL_PACKAGE_BUILD= This port wants PGSQL 8.4, but 8.2 is default and used to BROKEN= Won't run on systems version < FreeBSD 8.0-RELEASE .endif -.if ${ARCH} == "amd64" -DISTNAME= thundercache-4.1.201006231050-64bits-fbsd +.if ${ARCH} == "i386" +DISTNAME= thundercache-5.0.201031081330-32bits-fbsd .endif WRKSRC= ${WRKDIR}/thunder |