Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2018 20:41:53 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468384 - head/dns/sshfp
Message-ID:  <201804262041.w3QKfr0f097087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804262041.w3QKfr0f097087>