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

(-)cherokee/Makefile (-2 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	cherokee
8
PORTNAME=	cherokee
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.1
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.cherokee-project.com/download/1.0/${PORTVERSION}/ \
11
MASTER_SITES=	http://www.cherokee-project.com/download/1.0/${PORTVERSION}/ \
12
		http://cherokee.osuosl.org/1.0/${PORTVERSION}/ \
12
		http://cherokee.osuosl.org/1.0/${PORTVERSION}/ \
Lines 73-79 Link Here
73
		FFMPEG	"FFMpeg Support"	off	\
73
		FFMPEG	"FFMpeg Support"	off	\
74
		NLS	"NLS Support"	on	\
74
		NLS	"NLS Support"	on	\
75
		INTPCRE	"Use Internal PCRE Library"	off	\
75
		INTPCRE	"Use Internal PCRE Library"	off	\
76
		ADMIN	"Build the Admin Interface"	on
76
		ADMIN	"Build the Admin Interface"	on	\
77
		RRDTOOL	"Usage Graphs Support"	off
77
78
78
.include <bsd.port.options.mk>
79
.include <bsd.port.options.mk>
79
80
Lines 144-149 Link Here
144
LIB_DEPENDS+=	pcre.0:${PORTSDIR}/devel/pcre
145
LIB_DEPENDS+=	pcre.0:${PORTSDIR}/devel/pcre
145
.endif
146
.endif
146
147
148
.ifdef WITH_RRDTOOL
149
RUN_DEPENDS+=	rrdtool:${PORTSDIR}/databases/rrdtool
150
.endif
151
147
post-patch:
152
post-patch:
148
	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
153
	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
149
		${REINPLACE_CMD} -e 's|@mkdir_p@|${MKDIR} --|g'
154
		${REINPLACE_CMD} -e 's|@mkdir_p@|${MKDIR} --|g'
(-)cherokee/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
SHA256 (cherokee-1.0.0.tar.gz) = c7d3d185aaeb3ed5811dba32dcc8a00ff64b4f0eec86461cf0911d0540efbaad
1
MD5 (cherokee-1.0.1.tar.gz) = fd2e93e1b6d9a3ec6ee243d3426c76b5
2
MD5 (cherokee-1.0.0.tar.gz) = 2287f647a0a6645347c525b3557f612c
2
SHA256 (cherokee-1.0.1.tar.gz) = 7b266fe6cd18e434ca62f24d4724302843847d2fe9a1c0500450883db0b5a68d
3
SIZE (cherokee-1.0.0.tar.gz) = 5143468
3
SIZE (cherokee-1.0.1.tar.gz) = 5223461

Return to bug 146712