svn commit: r453769 - head/security/nyx

Carlo Strub cs at FreeBSD.org
Wed Nov 8 22:28:52 UTC 2017


Author: cs
Date: Wed Nov  8 22:28:51 2017
New Revision: 453769
URL: https://svnweb.freebsd.org/changeset/ports/453769

Log:
  - Remove unneeded dependency crypto
  - Set more precise version number on stem dependency
  
  Reported by:	yuri@

Modified:
  head/security/nyx/Makefile

Modified: head/security/nyx/Makefile
==============================================================================
--- head/security/nyx/Makefile	Wed Nov  8 21:44:32 2017	(r453768)
+++ head/security/nyx/Makefile	Wed Nov  8 22:28:51 2017	(r453769)
@@ -12,8 +12,7 @@ COMMENT=	Command-line monitor for Tor
 
 LICENSE=	GPLv3
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \
-		${PYTHON_PKGNAMEPREFIX}stem>1.5.0:security/py-stem \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
 
 USES=		python:2.6+


More information about the svn-ports-all mailing list