Date: Thu, 26 Apr 2018 20:43:15 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468385 - branches/2018Q2/dns/sshfp Message-ID: <201804262043.w3QKhFlr099451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Apr 26 20:43:14 2018 New Revision: 468385 URL: https://svnweb.freebsd.org/changeset/ports/468385 Log: MFH: r468384 dane requires devel/py-six to run. Notified by: patrik@hildingsson.se (via mail) Approved by: ports-secteam (blanket) Modified: branches/2018Q2/dns/sshfp/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/dns/sshfp/Makefile ============================================================================== --- branches/2018Q2/dns/sshfp/Makefile Thu Apr 26 20:41:53 2018 (r468384) +++ branches/2018Q2/dns/sshfp/Makefile Thu Apr 26 20:43:14 2018 (r468385) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804262043.w3QKhFlr099451>