Received: by mail.netbsd.org (Postfix, from userid 605) id BE6C284EB5; Tue, 26 May 2020 21:31:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 49E6D84EB3 for ; Tue, 26 May 2020 21:31:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BdexH-VJ9NBB for ; Tue, 26 May 2020 21:31:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A58FA84EA6 for ; Tue, 26 May 2020 21:31:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9929BFB27; Tue, 26 May 2020 21:31:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159052867210020" MIME-Version: 1.0 Date: Tue, 26 May 2020 21:31:12 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/security/sshfp To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20200526213112.9929BFB27@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. --_----------=_159052867210020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_159052867210020 Content-Disposition: inline Content-Length: 788 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.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 --_----------=_159052867210020--