svn commit: r540970 - head/sysutils/py-bitrot

Fernando Apesteguía fernape at FreeBSD.org
Wed Jul 1 15:24:08 UTC 2020


Author: fernape
Date: Wed Jul  1 15:24:07 2020
New Revision: 540970
URL: https://svnweb.freebsd.org/changeset/ports/540970

Log:
  sysutils/py-bitrot: fix pkg-fallout errors
  
  Latest update to the port requires at least python 3.5
  
  PR:	247684
  Submitted by:	fixer at bsdmail.com (maintainer)

Modified:
  head/sysutils/py-bitrot/Makefile

Modified: head/sysutils/py-bitrot/Makefile
==============================================================================
--- head/sysutils/py-bitrot/Makefile	Wed Jul  1 15:00:41 2020	(r540969)
+++ head/sysutils/py-bitrot/Makefile	Wed Jul  1 15:24:07 2020	(r540970)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list