svn commit: r468385 - branches/2018Q2/dns/sshfp
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Apr 26 20:43:15 UTC 2018
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 at 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 at 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
More information about the svn-ports-branches
mailing list