Bug 272519 - security/gnupg: Create symlink for ${PREFIX}/man/man1/gpg.1.gz
Summary: security/gnupg: Create symlink for ${PREFIX}/man/man1/gpg.1.gz
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yasuhiro Kimura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-15 17:14 UTC by Yasuhiro Kimura
Modified: 2023-08-01 08:54 UTC (History)
1 user (show)

See Also:
yasu: maintainer-feedback-


Attachments
Patch file (1.46 KB, patch)
2023-07-15 17:14 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2023-07-15 17:14:28 UTC
Created attachment 243406 [details]
Patch file

When security/gnupg1 isn't installed, ${PREFIX}/bin/gpg symlink is created whose target is 'gpg2'. It means gpg2 can also be invoked as 'gpg'. And under such situation it is convenient for user if gpg2(1) man page can also be accessed as gpg(1). So create ${PREFIX}/man/man1/gpg.1.gz symlink whose target is 'gpg2.1.gz'.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2023-07-31 23:26:57 UTC
Maintainer timeout. Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-07-31 23:52:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06227fb64bf2ec95f68889540516922498010903

commit 06227fb64bf2ec95f68889540516922498010903
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-07-15 16:58:03 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-07-31 23:34:41 +0000

    security/gnupg: Create symlink for manpage

    When security/gnupg1 isn't installed, ${PREFIX}/bin/gpg symlink is
    created whose target is 'gpg2'. It means gpg2 can also be invoked as
    'gpg'. And under such situation it is convenient for user if gpg2(1)
    man page can also be accessed as gpg(1). So create
    ${PREFIX}/man/man1/gpg.1.gz symlink whose target is 'gpg2.1.gz'.

    PR:             272519
    Approved by:    maintainer timeout

 security/gnupg/Makefile  | 2 +-
 security/gnupg/pkg-plist | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)