Date: Wed, 2 May 2012 11:33:56 +0200 (CEST) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ale@FreeBSD.org Subject: ports/167519: [PATCH] www/xcache: update to 2.0.0 Message-ID: <20120502093356.32E001158B@neo.vx.sk> Resent-Message-ID: <201205020950.q429o74m041077@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167519 >Category: ports >Synopsis: [PATCH] www/xcache: update to 2.0.0 >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: Wed May 02 09:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD 9.0-STABLE FreeBSD 9.0-STABLE #1 r232377M: Fri Mar 2 08:31:00 >Description: Update to 2.0.0 Add optional support for constant caching Port maintainer (ale@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- xcache-2.0.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/xcache/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 22 Jun 2011 14:42:25 -0000 1.15 +++ Makefile 2 May 2012 09:33:10 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xcache -DISTVERSION= 1.3.2 +DISTVERSION= 2.0.0 CATEGORIES= www MASTER_SITES= http://xcache.lighttpd.net/pub/Releases/${DISTVERSION}/ @@ -19,7 +19,8 @@ CONFIGURE_ARGS= --enable-xcache=shared -OPTIONS= COVERAGER "Enable code coverage dumper" off +OPTIONS= CONSTANT "Enable handling of compile time constants" off \ + COVERAGER "Enable code coverage dumper" off SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -37,6 +38,10 @@ .include <bsd.port.pre.mk> +.if defined(WITH_CONSTANT) +CONFIGURE_ARGS+=--enable-xcache-constant +.endif + .if defined(WITH_COVERAGER) CONFIGURE_ARGS+=--enable-xcache-coverager PLIST_SUB+= COVERAGER="" Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/xcache/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 22 Jun 2011 14:42:25 -0000 1.14 +++ distinfo 2 May 2012 09:33:10 -0000 @@ -1,2 +1,2 @@ -SHA256 (xcache-1.3.2.tar.bz2) = 65cb064eadce848e54f18fe7172165651d3d60c5f65a9fe446b6b8fddcabda1c -SIZE (xcache-1.3.2.tar.bz2) = 95322 +SHA256 (xcache-2.0.0.tar.bz2) = ca26b0772d8b88223f281f5099a3b7d9f4b6597a87ae857301271c1fd5a3f64a +SIZE (xcache-2.0.0.tar.bz2) = 108614 --- xcache-2.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120502093356.32E001158B>