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:           Tue May 26 22:39:28 UTC 2020

Modified Files:
        pkgsrc/security/sshfp: Makefile

Log Message:
sshfp: fix HOMEPAGE and DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/security/sshfp/Makefile:1.18
--- pkgsrc/security/sshfp/Makefile:1.17 Tue May 26 21:31:12 2020
+++ pkgsrc/security/sshfp/Makefile      Tue May 26 22:39:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/05/26 21:31:12 khorben Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/26 22:39:28 adam Exp $
 
 DISTNAME=      sshfp-1.2.2
 PKGREVISION=   1
@@ -6,12 +6,12 @@ CATEGORIES=   security net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=xelerance/}
 
 MAINTAINER=    agc%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=xelerange/sshfp/}
+HOMEPAGE=      https://github.com/xelerance/sshfp
 COMMENT=       Print ssh host key fingerprint resource records
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
-DEPENDS+=      ${PYPKGPREFIX}-dnspython-[0-9]*:../../net/py-dnspython
+DEPENDS+=      ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
 DEPENDS+=      ${PYPKGPREFIX}-ipcalc-[0-9]*:../../net/py-ipcalc
 
 MANCOMPRESSED= yes



Home | Main Index | Thread Index | Old Index