View | Details | Raw Unified | Return to bug 232436 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=		hitch
4
PORTNAME=		hitch
5
PORTVERSION=		1.4.8
5
PORTVERSION=		1.4.8
6
PORTREVISION=		2
6
PORTREVISION=		3
7
CATEGORIES=		security
7
CATEGORIES=		security
8
MASTER_SITES=		http://hitch-tls.org/source/ \
8
MASTER_SITES=		http://hitch-tls.org/source/ \
9
			ZI
9
			ZI
Lines 27-32 Link Here
27
USE_RC_SUBR=		${PORTNAME}
27
USE_RC_SUBR=		${PORTNAME}
28
CPPFLAGS+=		-I${LOCALBASE}/include
28
CPPFLAGS+=		-I${LOCALBASE}/include
29
LDFLAGS+=		-L${LOCALBASE}/lib -lcrypto -lssl
29
LDFLAGS+=		-L${LOCALBASE}/lib -lcrypto -lssl
30
OCSP_DIR=		/var/lib/hitch
30
31
31
OPTIONS_DEFINE=	DOCS
32
OPTIONS_DEFINE=	DOCS
32
33
Lines 33-37 Link Here
33
post-install:
34
post-install:
34
	${MKDIR} ${STAGEDIR}${PREFIX}/etc
35
	${MKDIR} ${STAGEDIR}${PREFIX}/etc
35
	${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/
36
	${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/
37
	${MKDIR} ${OCSP_DIR}
38
	${CHOWN} hitch ${OCSP_DIR}
39
	${CHGRP} hitch ${OCSP_DIR}
36
40
37
.include <bsd.port.mk>
41
.include <bsd.port.mk>
(-)files/hitch.conf.sample (+5 lines)
Lines 45-50 Link Here
45
# type: string
45
# type: string
46
ssl-engine = ""
46
ssl-engine = ""
47
47
48
# Directory for OCSP staple retrieval
49
#
50
# type: string
51
#ocsp-dir = "/var/lib/hitch"
52
48
# Number of worker processes
53
# Number of worker processes
49
#
54
#
50
# type: integer
55
# type: integer

Return to bug 232436