FreeBSD Bugzilla – Attachment 248722 Details for
Bug 277288
security/gnupg: Fix plist after man pages are moved to share/man
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
security_gnupg.patch (text/plain), 1.45 KB, created by
Yasuhiro Kimura
on 2024-02-25 01:42:05 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2024-02-25 01:42:05 UTC
Size:
1.45 KB
patch
obsolete
>From e46474b0ff20ad48a13130326e2e46eef3a14e5c Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Sun, 25 Feb 2024 10:31:08 +0900 >Subject: [PATCH] security/gnupg: Fix plist after man pages are moved to > share/man > >gpg2.1.gz is moved from ${PREFIX}/man/man1 to >${PREFIX}/share/man/man1. So adjust gpg.1.gz symlink accordingly. > >This is follow up of e81d10224315. >--- > security/gnupg/Makefile | 1 + > security/gnupg/pkg-plist | 4 ++-- > 2 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile >index 3f4bbc68f93d..c14d3a78de16 100644 >--- a/security/gnupg/Makefile >+++ b/security/gnupg/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= gnupg > DISTVERSION= 2.4.4 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= GNUPG > >diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist >index 4a1bb5dccf6b..5caf61bf2ec0 100644 >--- a/security/gnupg/pkg-plist >+++ b/security/gnupg/pkg-plist >@@ -123,5 +123,5 @@ sbin/applygnupgdefaults > %%NLS%%share/locale/zh_TW/LC_MESSAGES/gnupg2.mo > @postexec [ -e %D/bin/gpg ] || ln -sf gpg2 %D/bin/gpg > @postunexec [ -e %D/bin/gpg ] || rm -f %D/bin/gpg >-@postexec [ -e %D/man/man1/gpg.1.gz ] || ln -sf gpg2.1.gz %D/man/man1/gpg.1.gz >-@postunexec [ -e %D/man/man1/gpg.1.gz ] || rm -f %D/man/man1/gpg.1.gz >+@postexec [ -e %D/share/man/man1/gpg.1.gz ] || ln -sf gpg2.1.gz %D/share/man/man1/gpg.1.gz >+@postunexec [ -e %D/share/man/man1/gpg.1.gz ] || rm -f %D/share/man/man1/gpg.1.gz >-- >2.44.0 >
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
Actions:
View
|
Diff
Attachments on
bug 277288
: 248722