aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjmelo <jmelo@FreeBSD.org>2010-09-01 23:17:16 +0800
committerjmelo <jmelo@FreeBSD.org>2010-09-01 23:17:16 +0800
commit78c0b4c778bdeb5fe50a83d7f588c1b13353eb07 (patch)
treee63f076f44fd6ace2fdd36aabd68a0c700aa8d95 /www
parent1e63cb29cbd8caec29fbd795e3736e823d07addb (diff)
downloadfreebsd-ports-gnome-78c0b4c778bdeb5fe50a83d7f588c1b13353eb07.tar.gz
freebsd-ports-gnome-78c0b4c778bdeb5fe50a83d7f588c1b13353eb07.tar.zst
freebsd-ports-gnome-78c0b4c778bdeb5fe50a83d7f588c1b13353eb07.zip
- Update to 5.0.
PR: ports/150190 Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/thundercache/Makefile8
-rw-r--r--www/thundercache/distinfo9
-rw-r--r--www/thundercache/files/pkg-message.in5
-rw-r--r--www/thundercache/pkg-descr2
-rw-r--r--www/thundercache/pkg-plist71
5 files changed, 13 insertions, 82 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
diff --git a/www/thundercache/distinfo b/www/thundercache/distinfo
index 43b733e5a974..46af372d143d 100644
--- a/www/thundercache/distinfo
+++ b/www/thundercache/distinfo
@@ -1,6 +1,9 @@
MD5 (thundercache-4.1.201006231050-32bits-fbsd.tar.bz2) = eb73474a0904febf549efd5d70fe161b
SHA256 (thundercache-4.1.201006231050-32bits-fbsd.tar.bz2) = 018187040919f54f2abf834501a9c26b18a4b3ac01e67e2487fde34dba82d1ad
SIZE (thundercache-4.1.201006231050-32bits-fbsd.tar.bz2) = 303659
-MD5 (thundercache-4.1.201006231050-64bits-fbsd.tar.bz2) = 514b6fcd454c5607421e6eeee6ebc5f0
-SHA256 (thundercache-4.1.201006231050-64bits-fbsd.tar.bz2) = 32fc33fefcfc5018e1ca24b899e550b6612857bb399aa46450abcb9ddc11e8f1
-SIZE (thundercache-4.1.201006231050-64bits-fbsd.tar.bz2) = 339994
+MD5 (thundercache-5.0.201031081330-32bits-fbsd.tar.bz2) = 6eff69801b412ca5f7bb07ea9a7e2f00
+SHA256 (thundercache-5.0.201031081330-32bits-fbsd.tar.bz2) = 11d45e287571e88a28fcd2cc9a1f5b2b67821b6cc4d7c5dceac4c72b50bc35ea
+SIZE (thundercache-5.0.201031081330-32bits-fbsd.tar.bz2) = 145547
+MD5 (thundercache-5.0.201031081330-64bits-fbsd.tar.bz2) = 59fd2724a211fa203835fc8883db0e1d
+SHA256 (thundercache-5.0.201031081330-64bits-fbsd.tar.bz2) = a4e275622a0eb8107068d125f8092bad8f6d597be8fcf827220d241d82ff16e0
+SIZE (thundercache-5.0.201031081330-64bits-fbsd.tar.bz2) = 148645
diff --git a/www/thundercache/files/pkg-message.in b/www/thundercache/files/pkg-message.in
index 1779d1fa0df2..4b8296a9277d 100644
--- a/www/thundercache/files/pkg-message.in
+++ b/www/thundercache/files/pkg-message.in
@@ -1,5 +1,5 @@
-Please note that you have just installed ThunderCache 4 on
+Please note that you have just installed ThunderCache Pro on
%%PREFIX%%/thunder
@@ -40,5 +40,4 @@ the following line to rc.conf:
thundercache_enable="YES"
-And start it from %%PREFIX%%/etc/rc.d/thundercache
-
+And start it from %%PREFIX%%/etc/rc.d/thundercache
diff --git a/www/thundercache/pkg-descr b/www/thundercache/pkg-descr
index 6bec01d7ab4b..42c14309a485 100644
--- a/www/thundercache/pkg-descr
+++ b/www/thundercache/pkg-descr
@@ -1,4 +1,4 @@
-ThunderCache 4 is an enhaced standalone high-performance web caching system.
+ThunderCache Pro is an enhaced standalone high-performance web caching system.
It's main goal is to be able to cache dynamic contents, the content most
proxing systems are unable to do caching. This is how ThunderCache becomes
diff --git a/www/thundercache/pkg-plist b/www/thundercache/pkg-plist
index afa8a8d7432a..d1f59a00e1cd 100644
--- a/www/thundercache/pkg-plist
+++ b/www/thundercache/pkg-plist
@@ -3,76 +3,6 @@ thunder/etc/thunder.conf
thunder/etc/thunder.php
thunder/logs/error.log
thunder/logs/access.log
-thunder/plugins/youtube.com.so
-thunder/plugins/xvideos.com.so
-thunder/plugins/vimeo.com.so
-thunder/plugins/rapidshare.com.so
-thunder/plugins/grisoft.com.so
-thunder/plugins/avg.com.so
-thunder/plugins/dailymotion.com.so
-thunder/plugins/viddler.com.so
-thunder/plugins/globo.com.so
-thunder/plugins/windowsupdate.com.so
-thunder/plugins/terra.com.so
-thunder/plugins/ziddu.com.so
-thunder/plugins/photobucket.com.so
-thunder/plugins/video.msn.com.so
-thunder/plugins/avgate.com.so
-thunder/plugins/etrustdownloads.ca.com.so
-thunder/plugins/update.nai.com.so
-thunder/plugins/metacafe.com.so
-thunder/plugins/avgate.net.so
-thunder/plugins/kaspersky-labs.com.so
-thunder/plugins/pornhub.com.so
-thunder/plugins/nai.com.so
-thunder/plugins/mediafire.com.so
-thunder/plugins/bitgravity.com.so
-thunder/plugins/pop6.com.so
-thunder/plugins/freeav.com.so
-thunder/plugins/googlevideo.com.so
-thunder/plugins/edgecastcdn.net.so
-thunder/plugins/freeav.net.so
-thunder/plugins/tube8.com.so
-thunder/plugins/microsoft.com.so
-thunder/plugins/sambatech.com.br.so
-thunder/plugins/grisoft.cz.so
-thunder/plugins/symantecliveupdate.com.so
-thunder/plugins/megavideo.com.so
-thunder/plugins/kaspersky.com.so
-thunder/plugins/orkut.com.so
-thunder/plugins/uol.com.br.so
-thunder/plugins/avast.com.so
-thunder/plugins/eset.com.so
-thunder/plugins/xtube.com.so
-thunder/plugins/redtube.com.so
-thunder/plugins/4shared.com.so
-thunder/plugins/pornotube.com.so
-thunder/plugins/orkut.com.br.so
-thunder/plugins/megaupload.com.so
-thunder/plugins/mccont.com.so
-thunder/plugins/megarotic.com.so
-thunder/plugins/2shared.com.so
-thunder/plugins/palco.fm.so
-thunder/plugins/cabobranco.tv.br.so
-thunder/plugins/depositfiles.com.so
-thunder/plugins/euvoupassar.com.br.so
-thunder/plugins/filefactory.com.so
-thunder/plugins/hotfile.com.so
-thunder/plugins/keezmovies.com.so
-thunder/plugins/sendspace.com.so
-thunder/plugins/videolog.tv.so
-thunder/plugins/zshare.net.so
-thunder/plugins/adobe.com.so
-thunder/plugins/macromedia.com.so
-thunder/plugins/files.com.so
-thunder/plugins/badongo.com.so
-thunder/plugins/turboupload.com.so
-thunder/plugins/xxx.com.so
-thunder/plugins/youporn.com.so
-thunder/plugins/extremetube.com.so
-thunder/plugins/bangbros.com.so
-thunder/plugins/youjizz.com.so
-thunder/plugins/flvporn.com.so
thunder/sbin/thunderlog.php
thunder/sbin/diskinfo
thunder/sbin/thunder
@@ -80,7 +10,6 @@ thunder/sbin/log.sh
@dirrm thunder/etc
@dirrm thunder/logs/tmp
@dirrm thunder/logs
-@dirrm thunder/plugins
@dirrm thunder/sbin
@dirrm thunder/cache
@dirrm thunder