Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ports/145665: [MAINTAINER] www/thundercache: update to 4.0

15 views
Skip to first unread message

Patrick Tracanelli

unread,
Apr 12, 2010, 8:19:51 PM4/12/10
to FreeBSD-gn...@freebsd.org

>Number: 145665
>Category: ports
>Synopsis: [MAINTAINER] www/thundercache: update to 4.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Apr 13 00:20:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Patrick Tracanelli
>Release: FreeBSD 8.0-STABLE i386
>Organization:
FreeBSD Brasil LTDA
>Environment:
System: FreeBSD treinamento196.lab1.bh.freebsdbrasil.com.br 8.0-STABLE FreeBSD 8.0-STABLE #1: Fri Mar 12 15:26:31 BRT 2010
>Description:
- Update to 4.0 snap 08042010
- Rework dependency check warning user if curl required build options fail
but don't make it fatal anymore (since its not fatal anyway).
- Unbreak port (unmark BROKEN) since depend checking is not fatal anymore.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- thundercache-4.0_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/thundercache/Makefile /usr/ports/www/thundercache.n/Makefile
--- /usr/ports/www/thundercache/Makefile 2010-04-09 18:12:08.000000000 -0300
+++ /usr/ports/www/thundercache.n/Makefile 2010-04-12 19:56:08.000000000 -0300
@@ -7,12 +7,12 @@

PORTNAME= thundercache
PORTVERSION= 4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://www.bmsoftware.org/freebsd/ \
http://www6.freebsdbrasil.com.br/~eksffa/l/dev/thunder/ \
${MASTER_SITE_LOCAL}/jmelo
-DISTNAME= thunder32bits_29032010
+DISTNAME= thunder32bits_08042010

MAINTAINER= eks...@freebsdbrasil.com.br
COMMENT= High-performance and high-eficiency caching proxy system
@@ -22,8 +22,6 @@
PHP "Install PHP for reporting generating" on \
PGSQL "Install PostgreSQL (report data storing)" on

-BROKEN= conflicting dependencies
-
USE_OPENSSL= yes
USE_BZIP2= yes

@@ -42,7 +40,7 @@
.endif

.if ${ARCH} == "amd64"
-DISTNAME= thunder64bits_29032010
+DISTNAME= thunder64bits_08042010
.endif

WRKSRC= ${WRKDIR}/thunder
@@ -70,7 +68,7 @@
SUB_FILES= pkg-message log.sh test-deps.sh
SUB_LIST= "GREP=${GREP}"

-pre-everything::
+show-info:
@${ECHO_MSG} ""
@${ECHO_MSG} "ATTENTION:"
@${ECHO_MSG} ""
@@ -90,18 +88,7 @@
@${FALSE}
.endif

-pre-install:
- @(${CHMOD} +x ${WRKDIR}/test-deps.sh ; \
- if ! ${WRKDIR}/test-deps.sh > /dev/null 2>&1 ; then \
- ${ECHO_MSG} "FATAL: " ; \
- ${ECHO_MSG} "Some depends are not built with required features." ; \
- ${ECHO_MSG} "You must always honor at least the following options" ; \
- ${ECHO_MSG} "depends as listed:" ; \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "ftp/curl LIBSSH2=yes OPENSSL=yes PROXY=yes" ; \
- ${ECHO_MSG} "" ; \
- ${FALSE} ; \
- fi)
+pre-everything::show-info

do-install:
@${CP} -r ${WRKSRC} ${PREFIX}/
@@ -110,5 +97,18 @@

post-install:
@${CAT} ${PKGMESSAGE}
+ @(${CHMOD} +x ${WRKDIR}/test-deps.sh ; \
+ if ! ${WRKDIR}/test-deps.sh > /dev/null 2>&1 ; then \
+ ${ECHO_MSG} "**** FATAL **** " ; \
+ ${ECHO_MSG} "**** THIS PORT MAY NOT WORK PROPERLY **** " ; \
+ ${ECHO_MSG} "Some depends are not built with required features." ; \
+ ${ECHO_MSG} "You must always honor at least the following options" ; \
+ ${ECHO_MSG} "depends as listed:" ; \
+ ${ECHO_MSG} "" ; \
+ ${ECHO_MSG} "ftp/curl LIBSSH2=yes OPENSSL=yes PROXY=yes" ; \
+ ${ECHO_MSG} "" ; \
+ ${ECHO_MSG} "Type ''make show-info'' to read further information." ; \
+ ${ECHO_MSG} "" ; \
+ fi)

.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/www/thundercache/distinfo /usr/ports/www/thundercache.n/distinfo
--- /usr/ports/www/thundercache/distinfo 2010-04-07 11:05:48.000000000 -0300
+++ /usr/ports/www/thundercache.n/distinfo 2010-04-12 19:56:58.000000000 -0300
@@ -1,6 +1,6 @@
-MD5 (thunder32bits_29032010.tar.bz2) = 51a940e7255abcaa278619efb6bf67fa
-SHA256 (thunder32bits_29032010.tar.bz2) = f3ede1ffe3d77c11f349f839c473368c73acee85c5e6db8e677f4d8aa177abf9
-SIZE (thunder32bits_29032010.tar.bz2) = 1396108
-MD5 (thunder64bits_29032010.tar.bz2) = 5ab1831934092519b820e3377884267a
-SHA256 (thunder64bits_29032010.tar.bz2) = 9fd65a917e211c939be9d864a250583d5e20d9740ab2562d5eabc82f11f7ac3e
-SIZE (thunder64bits_29032010.tar.bz2) = 1456262
+MD5 (thunder32bits_08042010.tar.bz2) = 0e22b47a2cad5294e620a1c418973320
+SHA256 (thunder32bits_08042010.tar.bz2) = fc8353c599e1e87fc2e7aa3582e7f8c83ba1cbcf8cc575d68f9a2304172b6f00
+SIZE (thunder32bits_08042010.tar.bz2) = 233746
+MD5 (thunder64bits_08042010.tar.bz2) = 71a28aaca744bea231fc00c349db89af
+SHA256 (thunder64bits_08042010.tar.bz2) = 8e5c5b9f4dea1a85f620cb9ddbbfb7f37932d4efd93079ed70ad3f511d31de2a
+SIZE (thunder64bits_08042010.tar.bz2) = 265566
diff -ruN --exclude=CVS /usr/ports/www/thundercache/pkg-plist /usr/ports/www/thundercache.n/pkg-plist
--- /usr/ports/www/thundercache/pkg-plist 2010-04-07 11:05:48.000000000 -0300
+++ /usr/ports/www/thundercache.n/pkg-plist 2010-04-12 19:59:41.000000000 -0300
@@ -28,8 +28,6 @@
thunder/plugins/nai.com.so
thunder/plugins/mediafire.com.so
thunder/plugins/bitgravity.com.so
-thunder/plugins/grandchase.com.br.so
-thunder/plugins/doubleclick.net.so
thunder/plugins/pop6.com.so
thunder/plugins/freeav.com.so
thunder/plugins/googlevideo.com.so
@@ -40,7 +38,6 @@
thunder/plugins/sambatech.com.br.so
thunder/plugins/grisoft.cz.so
thunder/plugins/symantecliveupdate.com.so
-thunder/plugins/rad.msn.com.so
thunder/plugins/megavideo.com.so
thunder/plugins/kaspersky.com.so
thunder/plugins/orkut.com.so
--- thundercache-4.0_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

0 new messages