svn commit: r566485 - head/databases/cassandra4

Antoine Brodin antoine at FreeBSD.org
Wed Feb 24 15:49:02 UTC 2021


Author: antoine
Date: Wed Feb 24 15:49:01 2021
New Revision: 566485
URL: https://svnweb.freebsd.org/changeset/ports/566485

Log:
  Unbreak bulk -a with PYTHON3_DEFAULT=3.8
  
  PR:		253815

Modified:
  head/databases/cassandra4/Makefile

Modified: head/databases/cassandra4/Makefile
==============================================================================
--- head/databases/cassandra4/Makefile	Wed Feb 24 15:43:34 2021	(r566484)
+++ head/databases/cassandra4/Makefile	Wed Feb 24 15:49:01 2021	(r566485)
@@ -23,7 +23,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	snappyjava>=0:archivers/snappy-java \
 		netty>0:java/netty
 
-USES=		python:3.7
+USES=		python:3.7+
 USE_JAVA=	yes
 USE_ANT=	yes
 USE_RC_SUBR=	cassandra


More information about the svn-ports-all mailing list