svn commit: r455588 - head/devel/py-columnize

Antoine Brodin antoine at FreeBSD.org
Tue Dec 5 16:20:58 UTC 2017


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 <bsd.port.post.mk>


More information about the svn-ports-all mailing list