View | Details | Raw Unified | Return to bug 167519
Collapse All | Expand All

(-)Makefile (-2 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xcache
8
PORTNAME=	xcache
9
DISTVERSION=	1.3.2
9
DISTVERSION=	2.0.0
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://xcache.lighttpd.net/pub/Releases/${DISTVERSION}/
11
MASTER_SITES=	http://xcache.lighttpd.net/pub/Releases/${DISTVERSION}/
12
12
Lines 19-25 Link Here
19
19
20
CONFIGURE_ARGS=	--enable-xcache=shared
20
CONFIGURE_ARGS=	--enable-xcache=shared
21
21
22
OPTIONS=	COVERAGER "Enable code coverage dumper" off
22
OPTIONS=	CONSTANT "Enable handling of compile time constants" off \
23
		COVERAGER "Enable code coverage dumper" off
23
24
24
SUB_FILES=	pkg-message
25
SUB_FILES=	pkg-message
25
PKGMESSAGE=	${WRKDIR}/pkg-message
26
PKGMESSAGE=	${WRKDIR}/pkg-message
Lines 37-42 Link Here
37
38
38
.include <bsd.port.pre.mk>
39
.include <bsd.port.pre.mk>
39
40
41
.if defined(WITH_CONSTANT)
42
CONFIGURE_ARGS+=--enable-xcache-constant
43
.endif
44
40
.if defined(WITH_COVERAGER)
45
.if defined(WITH_COVERAGER)
41
CONFIGURE_ARGS+=--enable-xcache-coverager
46
CONFIGURE_ARGS+=--enable-xcache-coverager
42
PLIST_SUB+=	COVERAGER=""
47
PLIST_SUB+=	COVERAGER=""
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xcache-1.3.2.tar.bz2) = 65cb064eadce848e54f18fe7172165651d3d60c5f65a9fe446b6b8fddcabda1c
1
SHA256 (xcache-2.0.0.tar.bz2) = ca26b0772d8b88223f281f5099a3b7d9f4b6597a87ae857301271c1fd5a3f64a
2
SIZE (xcache-1.3.2.tar.bz2) = 95322
2
SIZE (xcache-2.0.0.tar.bz2) = 108614

Return to bug 167519