pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ssh-audit



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Tue Nov 15 15:08:22 UTC 2022

Modified Files:
        pkgsrc/security/ssh-audit: Makefile PLIST

Log Message:
ssh-audit: add a post-install directive to install the manual page.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ssh-audit/Makefile \
    pkgsrc/security/ssh-audit/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ssh-audit/Makefile
diff -u pkgsrc/security/ssh-audit/Makefile:1.1 pkgsrc/security/ssh-audit/Makefile:1.2
--- pkgsrc/security/ssh-audit/Makefile:1.1      Sat Oct 29 14:03:09 2022
+++ pkgsrc/security/ssh-audit/Makefile  Tue Nov 15 15:08:22 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/10/29 14:03:09 fcambus Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/15 15:08:22 fcambus Exp $
 
 DISTNAME=      ssh-audit-2.5.0
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jtesta/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -12,5 +13,11 @@ LICENSE=     mit
 
 USE_LANGUAGES= # none
 
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
+
+post-install:
+       ${RUN}${INSTALL_MAN} ${WRKSRC}/ssh-audit.1 \
+               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ssh-audit/PLIST
diff -u pkgsrc/security/ssh-audit/PLIST:1.1 pkgsrc/security/ssh-audit/PLIST:1.2
--- pkgsrc/security/ssh-audit/PLIST:1.1 Sat Oct 29 14:03:09 2022
+++ pkgsrc/security/ssh-audit/PLIST     Tue Nov 15 15:08:22 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/10/29 14:03:09 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/11/15 15:08:22 fcambus Exp $
 bin/ssh-audit
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -98,3 +98,4 @@ ${PYSITELIB}/ssh_audit/versionvulnerabil
 ${PYSITELIB}/ssh_audit/writebuf.py
 ${PYSITELIB}/ssh_audit/writebuf.pyc
 ${PYSITELIB}/ssh_audit/writebuf.pyo
+man/man1/ssh-audit.1



Home | Main Index | Thread Index | Old Index