Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 08:51:27 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 5c86b88038aa - 2021Q4 - security/p5-openxpki: Fix shebang related bugs
Message-ID:  <202111010851.1A18pRKb058479@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c86b88038aac08d8337e01247b867dece1e2268

commit 5c86b88038aac08d8337e01247b867dece1e2268
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2021-11-01 08:13:17 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2021-11-01 08:50:44 +0000

    security/p5-openxpki: Fix shebang related bugs
    
    * Update CONFLICTS
    * Update pkg-message
    
    PR:             259000
    MFH:            2021Q4
    (cherry picked from commit 7e96b5f51e6be90611ac7828980e61f31998e07b)
---
 security/p5-openxpki/Makefile             | 10 ++++++----
 security/p5-openxpki/files/pkg-message.in |  4 +---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile
index 9d03f4279b91..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-[0-9]* p5-openxpki-client-deployment-[0-9]* \
-		p5-openxpki-client-html-mason-[0-9]* \
-		p5-openxpki-client-scep-[0-9]*
+CONFLICTS=	p5-openxpki-client p5-openxpki-client-deployment \
+		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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111010851.1A18pRKb058479>