From owner-svn-ports-head@freebsd.org Thu Apr 26 20:41:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54888FB7E10; Thu, 26 Apr 2018 20:41:54 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06D557EAF9; Thu, 26 Apr 2018 20:41:54 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 01DE51D06E; Thu, 26 Apr 2018 20:41:54 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3QKfrqB097088; Thu, 26 Apr 2018 20:41:53 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3QKfr0f097087; Thu, 26 Apr 2018 20:41:53 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201804262041.w3QKfr0f097087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 26 Apr 2018 20:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468384 - head/dns/sshfp X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/dns/sshfp X-SVN-Commit-Revision: 468384 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2018 20:41:54 -0000 Author: ehaupt Date: Thu Apr 26 20:41:53 2018 New Revision: 468384 URL: https://svnweb.freebsd.org/changeset/ports/468384 Log: dane requires devel/py-six to run. Notified by: patrik@hildingsson.se (via mail) MFH: 2018Q2 (blanket) Modified: head/dns/sshfp/Makefile Modified: head/dns/sshfp/Makefile ============================================================================== --- head/dns/sshfp/Makefile Thu Apr 26 20:39:16 2018 (r468383) +++ head/dns/sshfp/Makefile Thu Apr 26 20:41:53 2018 (r468384) @@ -3,7 +3,7 @@ PORTNAME= sshfp PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns security MAINTAINER= ehaupt@FreeBSD.org @@ -13,7 +13,8 @@ LICENSE= GPLv2 RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:dns/py-dnspython@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipcalc>=0.6:net-mgmt/py-ipcalc@${FLAVOR} \ - ${PYTHON_SITELIBDIR}/ldns.py:dns/py-ldns@${FLAVOR} + ${PYTHON_SITELIBDIR}/ldns.py:dns/py-ldns@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} USES= python shebangfix USE_PYTHON= flavors concurrent optsuffix