Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 13:20:02 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 08ad1512c094 - main - security/git-secret: Moved man to share/man
Message-ID:  <202402251320.41PDK2pK044389@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08ad1512c094b3ab9ca1fa8d37229fdfa8ddcee7

commit 08ad1512c094b3ab9ca1fa8d37229fdfa8ddcee7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 12:57:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 13:19:42 +0000

    security/git-secret: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/git-secret/Makefile  |  5 +++--
 security/git-secret/pkg-plist | 28 ++++++++++++++--------------
 2 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/security/git-secret/Makefile b/security/git-secret/Makefile
index 86befbbd8873..97e7c7668a55 100644
--- a/security/git-secret/Makefile
+++ b/security/git-secret/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	git-secret
 DISTVERSION=	0.2.5
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	mail@sobolevn.me
@@ -25,7 +26,7 @@ post-extract:
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/git-secret ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/man/man1/*.1 ${STAGEDIR}${PREFIX}/man/man1/
-	${INSTALL_MAN} ${WRKSRC}/man/man7/*.7 ${STAGEDIR}${PREFIX}/man/man7/
+	${INSTALL_MAN} ${WRKSRC}/man/man1/*.1 ${STAGEDIR}${PREFIX}/share/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/man/man7/*.7 ${STAGEDIR}${PREFIX}/share/man/man7/
 
 .include <bsd.port.mk>
diff --git a/security/git-secret/pkg-plist b/security/git-secret/pkg-plist
index e2119ae25c7c..2f009d5a33e4 100644
--- a/security/git-secret/pkg-plist
+++ b/security/git-secret/pkg-plist
@@ -1,15 +1,15 @@
 @(root,root,555) bin/git-secret
-@(root,root,444) man/man1/git-secret-add.1.gz
-@(root,root,444) man/man1/git-secret-cat.1.gz
-@(root,root,444) man/man1/git-secret-changes.1.gz
-@(root,root,444) man/man1/git-secret-clean.1.gz
-@(root,root,444) man/man1/git-secret-hide.1.gz
-@(root,root,444) man/man1/git-secret-init.1.gz
-@(root,root,444) man/man1/git-secret-killperson.1.gz
-@(root,root,444) man/man1/git-secret-list.1.gz
-@(root,root,444) man/man1/git-secret-remove.1.gz
-@(root,root,444) man/man1/git-secret-reveal.1.gz
-@(root,root,444) man/man1/git-secret-tell.1.gz
-@(root,root,444) man/man1/git-secret-usage.1.gz
-@(root,root,444) man/man1/git-secret-whoknows.1.gz
-@(root,root,444) man/man7/git-secret.7.gz
+@(root,root,444) share/man/man1/git-secret-add.1.gz
+@(root,root,444) share/man/man1/git-secret-cat.1.gz
+@(root,root,444) share/man/man1/git-secret-changes.1.gz
+@(root,root,444) share/man/man1/git-secret-clean.1.gz
+@(root,root,444) share/man/man1/git-secret-hide.1.gz
+@(root,root,444) share/man/man1/git-secret-init.1.gz
+@(root,root,444) share/man/man1/git-secret-killperson.1.gz
+@(root,root,444) share/man/man1/git-secret-list.1.gz
+@(root,root,444) share/man/man1/git-secret-remove.1.gz
+@(root,root,444) share/man/man1/git-secret-reveal.1.gz
+@(root,root,444) share/man/man1/git-secret-tell.1.gz
+@(root,root,444) share/man/man1/git-secret-usage.1.gz
+@(root,root,444) share/man/man1/git-secret-whoknows.1.gz
+@(root,root,444) share/man/man7/git-secret.7.gz



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