FreeBSD Bugzilla – Attachment 105254 Details for
Bug 145665
[MAINTAINER] www/thundercache: update to 4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
thundercache-4.0_3.patch
thundercache-4.0_3.patch (text/plain), 4.39 KB, created by
eksffa
on 2010-04-13 01:20:02 UTC
(
hide
)
Description:
thundercache-4.0_3.patch
Filename:
MIME Type:
Creator:
eksffa
Created:
2010-04-13 01:20:02 UTC
Size:
4.39 KB
patch
obsolete
>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= eksffa@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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145665
: 105254