pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/sshfp
Module Name: pkgsrc
Committed By: adam
Date: Fri May 29 06:22:48 UTC 2020
Modified Files:
pkgsrc/security/sshfp: Makefile distinfo
Removed Files:
pkgsrc/security/sshfp/patches: patch-aa
Log Message:
sshfp: fix installation
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/sshfp/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/sshfp/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/security/sshfp/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/sshfp/Makefile
diff -u pkgsrc/security/sshfp/Makefile:1.18 pkgsrc/security/sshfp/Makefile:1.19
--- pkgsrc/security/sshfp/Makefile:1.18 Tue May 26 22:39:28 2020
+++ pkgsrc/security/sshfp/Makefile Fri May 29 06:22:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/05/26 22:39:28 adam Exp $
+# $NetBSD: Makefile,v 1.19 2020/05/29 06:22:47 adam Exp $
DISTNAME= sshfp-1.2.2
PKGREVISION= 1
@@ -14,10 +14,18 @@ DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*
DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
DEPENDS+= ${PYPKGPREFIX}-ipcalc-[0-9]*:../../net/py-ipcalc
-MANCOMPRESSED= yes
-NO_BUILD= yes
+NO_BUILD= yes
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+REPLACE_PYTHON+= dane
+REPLACE_PYTHON+= sshfp
+
PYTHON_VERSIONS_ACCEPTED= 27
-REPLACE_PYTHON= dane sshfp
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/dane ${DESTDIR}${PREFIX}/bin/dane
+ ${INSTALL_SCRIPT} ${WRKSRC}/sshfp ${DESTDIR}${PREFIX}/bin/sshfp
+ ${INSTALL_MAN} ${WRKSRC}/dane.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/sshfp.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/sshfp/distinfo
diff -u pkgsrc/security/sshfp/distinfo:1.4 pkgsrc/security/sshfp/distinfo:1.5
--- pkgsrc/security/sshfp/distinfo:1.4 Tue May 26 21:18:14 2020
+++ pkgsrc/security/sshfp/distinfo Fri May 29 06:22:47 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/05/26 21:18:14 khorben Exp $
+$NetBSD: distinfo,v 1.5 2020/05/29 06:22:47 adam Exp $
SHA1 (sshfp-1.2.2.tar.gz) = 090cc250a2ce93e8ddedb4ccdf38553c15f99d33
RMD160 (sshfp-1.2.2.tar.gz) = 760ce696df3415e3fa162925b6290fa1119ce2bb
SHA512 (sshfp-1.2.2.tar.gz) = b93f0b5027a66f314abcd3a83b4957c665e9be1db0a17e27a9ed1735ac505b653256a9b9842e77db8fa03620015ebf5c438dc9aab0fa7b0b51b6e2c6ea684368
Size (sshfp-1.2.2.tar.gz) = 34690 bytes
-SHA1 (patch-aa) = 4cc77adf2f2e1f7f874ec66d79594167dbf45a4c
Home |
Main Index |
Thread Index |
Old Index