Received: by mail.netbsd.org (Postfix, from userid 605) id 8EBCA84EBD; Tue, 26 May 2020 22:39:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 16C7C84EB3 for ; Tue, 26 May 2020 22:39:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2v2vdEDqoFAQ for ; Tue, 26 May 2020 22:39:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 653DD84CE3 for ; Tue, 26 May 2020 22:39:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A0F8FB27; Tue, 26 May 2020 22:39:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159053276850310" MIME-Version: 1.0 Date: Tue, 26 May 2020 22:39:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/sshfp To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200526223928.5A0F8FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159053276850310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_159053276850310 Content-Disposition: inline Content-Length: 1007 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 -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 --_----------=_159053276850310--