From owner-svn-ports-all@freebsd.org Tue Dec 5 16:20:58 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 142D6E6F743; Tue, 5 Dec 2017 16:20:58 +0000 (UTC) (envelope-from antoine@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 D52AF1381; Tue, 5 Dec 2017 16:20:57 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB5GKuWH086695; Tue, 5 Dec 2017 16:20:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB5GKudH086694; Tue, 5 Dec 2017 16:20:56 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201712051620.vB5GKudH086694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 5 Dec 2017 16:20:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455588 - head/devel/py-columnize X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/py-columnize X-SVN-Commit-Revision: 455588 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.25 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: Tue, 05 Dec 2017 16:20:58 -0000 Author: antoine Date: Tue Dec 5 16:20:56 2017 New Revision: 455588 URL: https://svnweb.freebsd.org/changeset/ports/455588 Log: Fix after py-backports.shutil_get_terminal_size PORTREVISION bump Modified: head/devel/py-columnize/Makefile Modified: head/devel/py-columnize/Makefile ============================================================================== --- head/devel/py-columnize/Makefile Tue Dec 5 15:57:25 2017 (r455587) +++ head/devel/py-columnize/Makefile Tue Dec 5 16:20:56 2017 (r455588) @@ -24,7 +24,7 @@ USE_PYTHON= autoplist distutils .if ${PYTHON_MAJOR_VER} == "3" EXTRA_PATCHES= ${FILESDIR}/extra-patch-____pkginfo____.py .else -MY_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size=1.0:devel/py-backports.shutil_get_terminal_size@${FLAVOR} +MY_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size>=1.0:devel/py-backports.shutil_get_terminal_size@${FLAVOR} .endif .include