From owner-svn-ports-head@freebsd.org Tue Feb 21 09:30:17 2017 Return-Path: Delivered-To: svn-ports-head@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 242FECE63AC; Tue, 21 Feb 2017 09:30:17 +0000 (UTC) (envelope-from robak@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 E3AE575F; Tue, 21 Feb 2017 09:30:16 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1L9UGRj089800; Tue, 21 Feb 2017 09:30:16 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1L9UGmw089799; Tue, 21 Feb 2017 09:30:16 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201702210930.v1L9UGmw089799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 21 Feb 2017 09:30:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434512 - head/sysutils/py-iocage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2017 09:30:17 -0000 Author: robak Date: Tue Feb 21 09:30:15 2017 New Revision: 434512 URL: https://svnweb.freebsd.org/changeset/ports/434512 Log: sysutils/py-iocage: fix dependencies Reported by: Jeff Hinrichs MFH: 2017Q1 Modified: head/sysutils/py-iocage/Makefile Modified: head/sysutils/py-iocage/Makefile ============================================================================== --- head/sysutils/py-iocage/Makefile Tue Feb 21 09:01:34 2017 (r434511) +++ head/sysutils/py-iocage/Makefile Tue Feb 21 09:30:15 2017 (r434512) @@ -3,6 +3,7 @@ PORTNAME= iocage PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}back ${PYTHON_PKGNAMEPREFIX}future>=0.15:devel/py-future \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py-tqdm \ ca_root_nss>0:security/ca_root_nss \ - ${PYTHON_PKGNAMEPREFIX}tabletext>=0.1:textproc/py-tabletext \ + ${PYTHON_PKGNAMEPREFIX}texttable>=0.8.7:textproc/py-texttable \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests USE_GITHUB= yes