svn commit: r468296 - branches/2018Q2/devel/meson

Bryan Drewery bdrewery at FreeBSD.org
Wed Apr 25 20:17:49 UTC 2018


Author: bdrewery
Date: Wed Apr 25 20:17:48 2018
New Revision: 468296
URL: https://svnweb.freebsd.org/changeset/ports/468296

Log:
  MFH: r468295
  
  The newer meson requires 3.5 (setup.py)
  
  Approved by:	portmgr (implicit)

Modified:
  branches/2018Q2/devel/meson/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/devel/meson/Makefile
==============================================================================
--- branches/2018Q2/devel/meson/Makefile	Wed Apr 25 20:17:21 2018	(r468295)
+++ branches/2018Q2/devel/meson/Makefile	Wed Apr 25 20:17:48 2018	(r468296)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	ninja:devel/ninja
 
-USES=		python:3.4+
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils noflavors
 NO_ARCH=	yes
 


More information about the svn-ports-branches mailing list