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:   khorben
Date:           Tue May 26 21:31:12 UTC 2020

Modified Files:
        pkgsrc/security/sshfp: Makefile

Log Message:
sshfp: register missing dependency

Bumps PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/sshfp/Makefile

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.16 pkgsrc/security/sshfp/Makefile:1.17
--- pkgsrc/security/sshfp/Makefile:1.16 Tue May 26 21:18:14 2020
+++ pkgsrc/security/sshfp/Makefile      Tue May 26 21:31:12 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/05/26 21:18:14 khorben Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/26 21:31:12 khorben Exp $
 
 DISTNAME=      sshfp-1.2.2
+PKGREVISION=   1
 CATEGORIES=    security net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=xelerance/}
 
@@ -11,6 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
 DEPENDS+=      ${PYPKGPREFIX}-dnspython-[0-9]*:../../net/py-dnspython
+DEPENDS+=      ${PYPKGPREFIX}-ipcalc-[0-9]*:../../net/py-ipcalc
 
 MANCOMPRESSED= yes
 NO_BUILD=      yes



Home | Main Index | Thread Index | Old Index