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

(-)policyd2/Makefile (-1 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	policyd2
8
PORTNAME=	policyd2
9
PORTVERSION=	2.0.8
9
PORTVERSION=	2.0.10
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	SF/policyd/2.0.x%20%28Stable%29/v${PORTVERSION}
11
MASTER_SITES=	SF/policyd/2.0.x%20%28Stable%29/v${PORTVERSION}
12
DISTNAME=	cluebringer-${PORTVERSION}
12
DISTNAME=	cluebringer-${PORTVERSION}
Lines 54-59 Link Here
54
	${INSTALL_DATA} -m 0644 ${WRKSRC}/cluebringer.conf ${PREFIX}/etc/cluebringer.conf.sample
54
	${INSTALL_DATA} -m 0644 ${WRKSRC}/cluebringer.conf ${PREFIX}/etc/cluebringer.conf.sample
55
55
56
post-install:
56
post-install:
57
	@if [ ! -f ${PREFIX}/etc/cluebringer.conf ]; then \
58
		${CP} -p ${PREFIX}/etc/cluebringer.conf.sample ${PREFIX}/etc/cluebringer.conf ; \
59
		${CHMOD} +w ${PREFIX}/etc/cluebringer.conf ; \
60
	fi
61
57
.if !defined(NOPORTDATA)
62
.if !defined(NOPORTDATA)
58
	@${INSTALL} -d ${DATADIR}
63
	@${INSTALL} -d ${DATADIR}
59
	@cd ${WRKSRC} && ${COPYTREE_SHARE} contrib ${DATADIR}
64
	@cd ${WRKSRC} && ${COPYTREE_SHARE} contrib ${DATADIR}
(-)policyd2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cluebringer-2.0.8.tar.gz) = cb42c83cb0517b1e4df7a0db8e3384a7
1
MD5 (cluebringer-2.0.10.tar.gz) = 374eb5b5f7325343defaf185964d421e
2
SHA256 (cluebringer-2.0.8.tar.gz) = 0bf9ed64d2de0d098936aef68ffd218dc1b49368c2ecc68ea246acad72194bd6
2
SHA256 (cluebringer-2.0.10.tar.gz) = be335acb8e282a31a65a3f44de8c0ac0f0ac8f18090e20391b486d6b1efd752b
3
SIZE (cluebringer-2.0.8.tar.gz) = 118372
3
SIZE (cluebringer-2.0.10.tar.gz) = 133110
(-)policyd2/pkg-plist (+2 lines)
Lines 117-123 Link Here
117
%%SITE_PERL%%/cbp/version.pm
117
%%SITE_PERL%%/cbp/version.pm
118
bin/cbpadmin
118
bin/cbpadmin
119
bin/cbpolicyd
119
bin/cbpolicyd
120
@unexec if cmp -s %D/cluebringer.conf.sample %D/cluebringer.conf; then rm -f %D/cluebringer.conf; fi
120
etc/cluebringer.conf.sample
121
etc/cluebringer.conf.sample
122
@exec if [ ! -f %D/cluebringer.conf ] ; then cp -p %D/%F %B/cluebringer.conf; chmod +w %B/cluebringer.conf; fi
121
@dirrm www/policyd/tooltips
123
@dirrm www/policyd/tooltips
122
@dirrm www/policyd/includes
124
@dirrm www/policyd/includes
123
@dirrm www/policyd/images
125
@dirrm www/policyd/images

Return to bug 142373