FreeBSD Bugzilla – Attachment 229146 Details for
Bug 259000
security/p5-openxpki: Fix shebang related bugs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
"git diff" to update the port
ox2.patch (text/plain), 1.79 KB, created by
Sergei Vyshenski
on 2021-10-30 14:57:20 UTC
(
hide
)
Description:
"git diff" to update the port
Filename:
MIME Type:
Creator:
Sergei Vyshenski
Created:
2021-10-30 14:57:20 UTC
Size:
1.79 KB
patch
obsolete
>diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile >index f384fee08b4e..26df8028d20e 100644 >--- a/security/p5-openxpki/Makefile >+++ b/security/p5-openxpki/Makefile >@@ -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: >diff --git a/security/p5-openxpki/files/pkg-message.in b/security/p5-openxpki/files/pkg-message.in >index 71be0b41bc83..5b657c0d09bb 100644 >--- a/security/p5-openxpki/files/pkg-message.in >+++ b/security/p5-openxpki/files/pkg-message.in >@@ -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.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
svysh.fbsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 259000
:
228512
| 229146