Date: Tue, 18 May 2010 20:24:30 +0200 (CEST) From: Daniel Gerzo <danger@alice.syscare.sk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/146712: update www/cherokee to 1.0.1 Message-ID: <201005181824.o4IIOU0x041546@alice.syscare.sk> Resent-Message-ID: <201005181840.o4IIe4IV070115@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146712 >Category: ports >Synopsis: update www/cherokee to 1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 18 18:40:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Daniel Gerzo >Release: FreeBSD 8.0-STABLE amd64 >Organization: SysCare s.r.o. >Environment: >Description: New version of Cherokee web server has been released: - http://lists.octality.com/pipermail/cherokee/2010-May/012806.html The patch below also adds an optional dependency on rrdtool. >How-To-Repeat: >Fix: --- cherokee.diff begins here --- diff -ruN cherokee.old/Makefile cherokee/Makefile --- cherokee.old/Makefile 2010-05-17 00:20:27.000000000 +0200 +++ cherokee/Makefile 2010-05-18 20:01:45.251171226 +0200 @@ -6,7 +6,7 @@ # PORTNAME= cherokee -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= www MASTER_SITES= http://www.cherokee-project.com/download/1.0/${PORTVERSION}/ \ http://cherokee.osuosl.org/1.0/${PORTVERSION}/ \ @@ -73,7 +73,8 @@ FFMPEG "FFMpeg Support" off \ NLS "NLS Support" on \ INTPCRE "Use Internal PCRE Library" off \ - ADMIN "Build the Admin Interface" on + ADMIN "Build the Admin Interface" on \ + RRDTOOL "Usage Graphs Support" off .include <bsd.port.options.mk> @@ -144,6 +145,10 @@ LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre .endif +.ifdef WITH_RRDTOOL +RUN_DEPENDS+= rrdtool:${PORTSDIR}/databases/rrdtool +.endif + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's|@mkdir_p@|${MKDIR} --|g' diff -ruN cherokee.old/distinfo cherokee/distinfo --- cherokee.old/distinfo 2010-05-17 00:20:27.000000000 +0200 +++ cherokee/distinfo 2010-05-18 20:05:08.819538286 +0200 @@ -1,3 +1,3 @@ -SHA256 (cherokee-1.0.0.tar.gz) = c7d3d185aaeb3ed5811dba32dcc8a00ff64b4f0eec86461cf0911d0540efbaad -MD5 (cherokee-1.0.0.tar.gz) = 2287f647a0a6645347c525b3557f612c -SIZE (cherokee-1.0.0.tar.gz) = 5143468 +MD5 (cherokee-1.0.1.tar.gz) = fd2e93e1b6d9a3ec6ee243d3426c76b5 +SHA256 (cherokee-1.0.1.tar.gz) = 7b266fe6cd18e434ca62f24d4724302843847d2fe9a1c0500450883db0b5a68d +SIZE (cherokee-1.0.1.tar.gz) = 5223461 --- cherokee.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005181824.o4IIOU0x041546>