security/p5-openxpki: Fix shebang related bugs
* Update CONFLICTS * Update pkg-message PR: 259000 MFH: 2021Q4
This commit is contained in:
parent
86b3ce17be
commit
7e96b5f51e
@ -3,6 +3,7 @@
|
||||
PORTNAME= openxpki
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.14.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security perl5
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
@ -84,7 +85,7 @@ TEST_DEPENDS= p5-DBD-SQLite>=1.52:databases/p5-DBD-SQLite \
|
||||
p5-Test-Pod>=1.00:devel/p5-Test-Pod \
|
||||
p5-Test-Prereq>=0:devel/p5-Test-Prereq
|
||||
|
||||
USES= gmake perl5 ssl
|
||||
USES= gmake perl5 shebangfix ssl
|
||||
USE_GITHUB= yes
|
||||
GH_PROJECT= openxpki-config:conf
|
||||
GH_TAGNAME= ${DISTVERSIONPREFIX}${_conf_VERSION}:conf
|
||||
@ -92,10 +93,11 @@ _conf_VERSION= 3.12
|
||||
|
||||
USE_PERL5= configure
|
||||
USE_RC_SUBR= openxpki
|
||||
SHEBANG_FILES= bin/*
|
||||
SHEBANG_GLOB= *.fcgi *.pl *.pm *.t*
|
||||
|
||||
CONFLICTS= p5-openxpki-client p5-openxpki-client-deployment \
|
||||
p5-openxpki-client-html-mason \
|
||||
p5-openxpki-client-scep
|
||||
p5-openxpki-client-html-mason p5-openxpki-client-scep
|
||||
|
||||
NO_ARCH= yes
|
||||
# stay with stable versions only:
|
||||
|
@ -10,9 +10,7 @@
|
||||
- Install perl interface for your favorite database,
|
||||
e.g. databases/p5-DBD-mysql
|
||||
- Install your favorite web server.
|
||||
Choose from two versions of the handler: based on CGI or FastCGI
|
||||
perl core modules.
|
||||
Copy CGI or FastCGI scripts from %%EXAMPLESDIR%%/cgi-bin to the location
|
||||
Copy FastCGI scripts from %%EXAMPLESDIR%%/cgi-bin to the location
|
||||
where your web server can use them. Set executable permissions for them.
|
||||
Copy htdocs files from %%EXAMPLESDIR%%/htdocs to the location
|
||||
where your web server can use them.
|
||||
|
Loading…
Reference in New Issue
Block a user