Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sshfp sshfp: fix HOMEPAGE and DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f23cb4db91e
branches:  trunk
changeset: 432911:2f23cb4db91e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 26 22:39:28 2020 +0000

description:
sshfp: fix HOMEPAGE and DEPENDS

diffstat:

 security/sshfp/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 1de7847ef70d -r 2f23cb4db91e security/sshfp/Makefile
--- a/security/sshfp/Makefile   Tue May 26 22:34:27 2020 +0000
+++ b/security/sshfp/Makefile   Tue May 26 22:39:28 2020 +0000
@@ -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 @@
 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