svn commit: r413690 - head/dns/dnsviz

Kurt Jaeger pi at FreeBSD.org
Wed Apr 20 14:05:27 UTC 2016


Author: pi
Date: Wed Apr 20 14:05:25 2016
New Revision: 413690
URL: https://svnweb.freebsd.org/changeset/ports/413690

Log:
  dns/dnsviz: fix dependencies
  
  - exact dependencies are listed in
    https://github.com/dnsviz/dnsviz/blob/master/README.md#dependencies
  
  Submitted by:	Casey Deccio <casey at deccio.net>

Modified:
  head/dns/dnsviz/Makefile

Modified: head/dns/dnsviz/Makefile
==============================================================================
--- head/dns/dnsviz/Makefile	Wed Apr 20 14:03:57 2016	(r413689)
+++ head/dns/dnsviz/Makefile	Wed Apr 20 14:05:25 2016	(r413690)
@@ -10,9 +10,9 @@ COMMENT=	Analysis and visualization of D
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.0:graphics/py-pygraphviz \
-		${PYTHON_PKGNAMEPREFIX}m2crypto>0:security/py-m2crypto \
-		${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.1:graphics/py-pygraphviz \
+		${PYTHON_PKGNAMEPREFIX}m2crypto>0.24.0:security/py-m2crypto \
+		${PYTHON_PKGNAMEPREFIX}dnspython>1.11.0:dns/py-dnspython
 
 USES=		python
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list