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

Collapse All | Expand All

(-)security/p5-openxpki-deployment/Makefile (-8 / +5 lines)
Lines 1-9 Link Here
1
# Created by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
1
# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
2
# $FreeBSD: head/security/p5-openxpki-deployment/Makefile 355321 2014-05-26 12:50:40Z miwi $
2
# $FreeBSD: head/security/p5-openxpki-deployment/Makefile 355321 2014-05-26 12:50:40Z miwi $
3
3
4
PORTNAME=	openxpki-deployment
4
PORTNAME=	openxpki-deployment
5
PORTVERSION=	0.9.1386
5
PORTVERSION=	0.9.1386
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	security perl5
7
CATEGORIES=	security perl5
8
MASTER_SITES=	SF/openxpki/openxpki/0.9.1300
8
MASTER_SITES=	SF/openxpki/openxpki/0.9.1300
9
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
Lines 12-18 Link Here
12
MAINTAINER=	svysh.fbsd@gmail.com
12
MAINTAINER=	svysh.fbsd@gmail.com
13
COMMENT=	Perl based enterprise class trustcenter software for PKI
13
COMMENT=	Perl based enterprise class trustcenter software for PKI
14
14
15
BROKEN=		not staged
15
LICENSE=	ART20
16
16
BUILD_DEPENDS=	\
17
BUILD_DEPENDS=	\
17
	p5-openxpki-client>=0:${PORTSDIR}/security/p5-openxpki-client \
18
	p5-openxpki-client>=0:${PORTSDIR}/security/p5-openxpki-client \
18
	p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std \
19
	p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std \
Lines 20-35 Link Here
20
	bash:${PORTSDIR}/shells/bash
21
	bash:${PORTSDIR}/shells/bash
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
23
23
MAN1=	openxpki-configure.1 \
24
	openxpki-metaconf.1 \
25
	openxpkiadm.1 \
26
	openxpkictl.1
27
USES=		perl5 gmake
24
USES=		perl5 gmake
28
USE_RC_SUBR=	openxpki
25
USE_RC_SUBR=	openxpki
29
HAS_CONFIGURE=	yes
26
HAS_CONFIGURE=	yes
30
CONFIGURE_ARGS=	--prefix ${PREFIX}
27
CONFIGURE_ARGS=	--prefix ${PREFIX}
28
# Do not prepend PREFIX with STAGEDIR here, it is not a "destination".
31
29
32
NO_STAGE=	yes
33
post-patch:
30
post-patch:
34
	@${REINPLACE_CMD} -e 's|>/dev/null 2>&1 | |' ${WRKSRC}/configure
31
	@${REINPLACE_CMD} -e 's|>/dev/null 2>&1 | |' ${WRKSRC}/configure
35
32
(-)security/p5-openxpki-deployment/files/openxpki.in (-12 / +8 lines)
Lines 12-36 Link Here
12
# to ensure that openxpki starts at boot time.
12
# to ensure that openxpki starts at boot time.
13
#
13
#
14
# DO NOT CHANGE THESE DEFAULT VALUES HERE
14
# DO NOT CHANGE THESE DEFAULT VALUES HERE
15
# SET THEM IN THE /etc/rc.conf FILE
15
#
16
#
16
# openxpki_flags	(Set as needed)
17
18
openxpki_enable="${openxpki_enable-NO}"
19
openxpki_pidfile="%%PREFIX%%/var/openxpki/openxpki.pid"
20
21
case "$1" in 
22
    *start) command_args="start";;
23
esac
24
17
25
. /etc/rc.subr
18
. /etc/rc.subr
26
19
27
name="openxpki"
20
name=openxpki
28
rcvar=openxpki_enable
21
rcvar=openxpki_enable
22
load_rc_config $name
29
command="%%PREFIX%%/bin/openxpkictl"
23
command="%%PREFIX%%/bin/openxpkictl"
30
procname="openxpkid"
31
24
32
load_rc_config $name
25
openxpki_enable="${openxpki_enable-NO}"
26
openxpki_pidfile="%%PREFIX%%/var/openxpki/openxpki.pid"
27
28
procname=openxpkid
33
29
34
pidfile="${openxpki_pidfile}"
30
pidfile=${openxpki_pidfile}
35
31
36
run_rc_command "$1"
32
run_rc_command "$1"
(-)security/p5-openxpki-deployment/pkg-plist (-2 / +6 lines)
Lines 2-7 Link Here
2
bin/openxpki-metaconf
2
bin/openxpki-metaconf
3
bin/openxpkiadm
3
bin/openxpkiadm
4
bin/openxpkictl
4
bin/openxpkictl
5
man/man1/openxpki-configure.1.gz
6
man/man1/openxpki-metaconf.1.gz
7
man/man1/openxpkiadm.1.gz
8
man/man1/openxpkictl.1.gz
5
share/openxpki/templates/default/acl.xml
9
share/openxpki/templates/default/acl.xml
6
share/openxpki/templates/default/auth.xml
10
share/openxpki/templates/default/auth.xml
7
share/openxpki/templates/default/config.xml
11
share/openxpki/templates/default/config.xml
Lines 65-74 Link Here
65
share/openxpki/templates/quickstart/workflow_def_crl_issuance.xml
69
share/openxpki/templates/quickstart/workflow_def_crl_issuance.xml
66
share/openxpki/templates/quickstart/workflow_validator_certificate_revocation_request.xml
70
share/openxpki/templates/quickstart/workflow_validator_certificate_revocation_request.xml
67
share/openxpki/templates/quickstart/workflow_validator_certificate_signing_request.xml
71
share/openxpki/templates/quickstart/workflow_validator_certificate_signing_request.xml
68
@dirrmtry share/openxpki/templates/quickstart/notification
69
@dirrmtry share/openxpki/templates/quickstart
70
@dirrmtry share/openxpki/templates/default/notification/en
72
@dirrmtry share/openxpki/templates/default/notification/en
71
@dirrmtry share/openxpki/templates/default/notification
73
@dirrmtry share/openxpki/templates/default/notification
72
@dirrmtry share/openxpki/templates/default
74
@dirrmtry share/openxpki/templates/default
75
@dirrmtry share/openxpki/templates/quickstart/notification
76
@dirrmtry share/openxpki/templates/quickstart
73
@dirrmtry share/openxpki/templates
77
@dirrmtry share/openxpki/templates
74
@dirrmtry share/openxpki
78
@dirrmtry share/openxpki

Return to bug 190920