FreeBSD Bugzilla – Attachment 234153 Details for
Bug 263795
security/p5-openxpki*: Update to 3.18.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
"git diff" to update the port
ox.patch (text/plain), 1.54 KB, created by
Sergei Vyshenski
on 2022-05-23 17:01:12 UTC
(
hide
)
Description:
"git diff" to update the port
Filename:
MIME Type:
Creator:
Sergei Vyshenski
Created:
2022-05-23 17:01:12 UTC
Size:
1.54 KB
patch
obsolete
>diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile >index bdf0e017a33b..bd94a7db688b 100644 >--- a/security/p5-openxpki/Makefile >+++ b/security/p5-openxpki/Makefile >@@ -3,6 +3,7 @@ > PORTNAME= openxpki > DISTVERSIONPREFIX= v > DISTVERSION= 3.18.2 >+PORTREVISION= 1 > CATEGORIES= security perl5 > PKGNAMEPREFIX= p5- > >@@ -123,11 +124,13 @@ post-patch: > @${REINPLACE_CMD} -e 's|..vergen --format version.|"${PORTVERSION}"|g' ${WRKSRC}/Makefile.PL > @( \ > cd ${WRKSRC}/../..; \ >- ${FIND} config core/server doc qatest tools -type f -print0 >filelist; \ >- ${CAT} filelist | ${XARGS} -0 -I % ${REINPLACE_CMD} -e 's|/etc/openxpki|${PREFIX}/etc/openxpki|g' "%"; \ >- ${CAT} filelist | ${XARGS} -0 -I % ${REINPLACE_CMD} -e 's|/var/run/openxpkid.pid|/var/openxpki/openxpkid.pid|g' "%"; \ >- ${CAT} filelist | ${XARGS} -0 -I % ${REINPLACE_CMD} -e 's|/var/openxpki/\([^\.]*\)\.log|/var/log/openxpki/\1\.log|g' "%"; \ >- ${CAT} filelist | ${XARGS} -0 -I % ${RM} "%.bak"; \ >+ ${ECHO} "Patching dir names..."; \ >+ ${GREP} -RIFl -e "/etc/openxpki" config core/server doc qatest tools >filelist; \ >+ ${CAT} filelist | ${XARGS} -I % ${REINPLACE_CMD} -e 's|/etc/openxpki|${PREFIX}/etc/openxpki|g' "%"; \ >+ ${CAT} filelist | ${XARGS} -I % ${RM} "%.bak"; \ >+ ${GREP} -RIFl -e "/var/run/openxpkid.pid" config core/server doc qatest tools >filelist; \ >+ ${CAT} filelist | ${XARGS} -I % ${REINPLACE_CMD} -e 's|/var/run/openxpkid.pid|/var/openxpki/openxpkid.pid|g' "%"; \ >+ ${CAT} filelist | ${XARGS} -I % ${RM} "%.bak"; \ > ${RM} filelist; \ > ) > @${MKDIR} ${WRKSRC}/t/var/log/openxpki
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 263795
:
233745
| 234153