svn commit: r468384 - head/dns/sshfp

Emanuel Haupt ehaupt at FreeBSD.org
Thu Apr 26 20:41:54 UTC 2018


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 at 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 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-head mailing list