From owner-svn-ports-all@freebsd.org Wed Nov 8 22:28:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9A31E5D60B; Wed, 8 Nov 2017 22:28:52 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8ECE869DE4; Wed, 8 Nov 2017 22:28:52 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA8MSp72007226; Wed, 8 Nov 2017 22:28:51 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA8MSpfg007225; Wed, 8 Nov 2017 22:28:51 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201711082228.vA8MSpfg007225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Wed, 8 Nov 2017 22:28:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453769 - head/security/nyx X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: head/security/nyx X-SVN-Commit-Revision: 453769 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 22:28:52 -0000 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+