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

Collapse All | Expand All

(-)b/security/p5-openxpki/Makefile (-3 / +5 lines)
Lines 3-8 Link Here
3
PORTNAME=	openxpki
3
PORTNAME=	openxpki
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	3.14.4
5
DISTVERSION=	3.14.4
6
PORTREVISION=	1
6
CATEGORIES=	security perl5
7
CATEGORIES=	security perl5
7
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
8
9
Lines 84-90 TEST_DEPENDS= p5-DBD-SQLite>=1.52:databases/p5-DBD-SQLite \ Link Here
84
		p5-Test-Pod>=1.00:devel/p5-Test-Pod \
85
		p5-Test-Pod>=1.00:devel/p5-Test-Pod \
85
		p5-Test-Prereq>=0:devel/p5-Test-Prereq
86
		p5-Test-Prereq>=0:devel/p5-Test-Prereq
86
87
87
USES=		gmake perl5 ssl
88
USES=		gmake perl5 shebangfix ssl
88
USE_GITHUB=	yes
89
USE_GITHUB=	yes
89
GH_PROJECT=	openxpki-config:conf
90
GH_PROJECT=	openxpki-config:conf
90
GH_TAGNAME=	${DISTVERSIONPREFIX}${_conf_VERSION}:conf
91
GH_TAGNAME=	${DISTVERSIONPREFIX}${_conf_VERSION}:conf
Lines 92-101 _conf_VERSION= 3.12 Link Here
92
93
93
USE_PERL5=	configure
94
USE_PERL5=	configure
94
USE_RC_SUBR=	openxpki
95
USE_RC_SUBR=	openxpki
96
SHEBANG_FILES=	bin/*
97
SHEBANG_GLOB=	*.fcgi *.pl *.pm *.t*
95
98
96
CONFLICTS=	p5-openxpki-client p5-openxpki-client-deployment \
99
CONFLICTS=	p5-openxpki-client p5-openxpki-client-deployment \
97
		p5-openxpki-client-html-mason \
100
		p5-openxpki-client-html-mason p5-openxpki-client-scep
98
		p5-openxpki-client-scep
99
101
100
NO_ARCH=	yes
102
NO_ARCH=	yes
101
# stay with stable versions only:
103
# stay with stable versions only:
(-)b/security/p5-openxpki/files/pkg-message.in (-3 / +1 lines)
Lines 10-18 Link Here
10
- Install perl interface for your favorite database,
10
- Install perl interface for your favorite database,
11
  e.g. databases/p5-DBD-mysql
11
  e.g. databases/p5-DBD-mysql
12
- Install your favorite web server.
12
- Install your favorite web server.
13
  Choose from two versions of the handler: based on CGI or FastCGI
13
  Copy FastCGI scripts from %%EXAMPLESDIR%%/cgi-bin to the location
14
  perl core modules.
15
  Copy CGI or FastCGI scripts from %%EXAMPLESDIR%%/cgi-bin to the location
16
  where your web server can use them. Set executable permissions for them.
14
  where your web server can use them. Set executable permissions for them.
17
  Copy htdocs files from %%EXAMPLESDIR%%/htdocs to the location
15
  Copy htdocs files from %%EXAMPLESDIR%%/htdocs to the location
18
  where your web server can use them.
16
  where your web server can use them.

Return to bug 259000