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

(-)security/p5-openxpki-deployment.new/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	openxpki-deployment
8
PORTNAME=	openxpki-deployment
9
PORTVERSION=	0.9.1386
9
PORTVERSION=	0.9.1386
10
PORTREVISION=	1
10
CATEGORIES=	security perl5
11
CATEGORIES=	security perl5
11
MASTER_SITES=	SF/openxpki/openxpki/0.9.1300
12
MASTER_SITES=	SF/openxpki/openxpki/0.9.1300
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
(-)security/p5-openxpki-deployment.new/files/openxpki.sh.in (-5 / +6 lines)
Lines 2-14 Link Here
2
# $FreeBSD: ports/security/p5-openxpki-deployment/files/openxpki.sh.in,v 1.4 2010/03/27 00:14:46 dougb Exp $
2
# $FreeBSD: ports/security/p5-openxpki-deployment/files/openxpki.sh.in,v 1.4 2010/03/27 00:14:46 dougb Exp $
3
3
4
# PROVIDE: openxpki
4
# PROVIDE: openxpki
5
# REQUIRE: DAEMON
5
# REQUIRE: LOGIN
6
# BEFORE: LOGIN
6
# REQUIRE: postgresql
7
# REQUIRE: mysql
7
# KEYWORD: shutdown
8
# KEYWORD: shutdown
8
9
9
# Define these openxpki_* variables in one of these files:
10
# Define this variable in the file /etc/rc.conf:
10
#       /etc/rc.conf
11
# openxpki_enable="YES"
11
#       /etc/rc.conf.local
12
# to ensure that openxpki starts at boot time.
12
#
13
#
13
# DO NOT CHANGE THESE DEFAULT VALUES HERE
14
# DO NOT CHANGE THESE DEFAULT VALUES HERE
14
#
15
#

Return to bug 149739