Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2019 14:51:10 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518850 - in head/emulators: qemu-cheri qemu-powernv
Message-ID:  <201912021451.xB2EpACJ064048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans (src committer)
Date: Mon Dec  2 14:51:09 2019
New Revision: 518850
URL: https://svnweb.freebsd.org/changeset/ports/518850

Log:
  qemu ports: drop python version restriction from remaining qemu ports
  
  ports r518822 dropped the version restriction from the new
  qemu-user-static-devel port, follow suit and drop it from the remaining
  qemu-* ports that don't actually specifically depend on python2.7 -- qemu
  has supported python >= 3 since sometime in the 2.x series, and all of these
  ports surpass the mark.
  
  PORTREVISION is bumped by recommendation of koobs for people holding
  python2.7 simply because these ports required it.
  
  Q/A
   *  testport: looks good
  
  Approved by:	koobs (ports)
  Approved by:	portmgr (blanket: ports/framework (python) compliance)
  MFH:		2019Q4

Modified:
  head/emulators/qemu-cheri/Makefile
  head/emulators/qemu-powernv/Makefile

Modified: head/emulators/qemu-cheri/Makefile
==============================================================================
--- head/emulators/qemu-cheri/Makefile	Mon Dec  2 14:10:25 2019	(r518849)
+++ head/emulators/qemu-cheri/Makefile	Mon Dec  2 14:51:09 2019	(r518850)
@@ -2,7 +2,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	0.d${SNAPDATE}
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	emulators devel
 PKGNAMESUFFIX=	-cheri
 
@@ -26,7 +26,7 @@ GH_TUPLE=	qemu:keycodemapdb:6b3d716:qemu/ui/keycodemap
 
 HAS_CONFIGURE=	yes
 USES=	compiler:c11 gettext-runtime gl gmake gnome libtool makeinfo pkgconfig \
-	python:2.7,build xorg
+	python:build xorg
 USE_XORG=	pixman
 USE_GNOME+=	glib20 libxml2
 USE_GL+=	gbm

Modified: head/emulators/qemu-powernv/Makefile
==============================================================================
--- head/emulators/qemu-powernv/Makefile	Mon Dec  2 14:10:25 2019	(r518849)
+++ head/emulators/qemu-powernv/Makefile	Mon Dec  2 14:51:09 2019	(r518850)
@@ -2,7 +2,7 @@
 
 PORTNAME=	qemu-powernv
 PORTVERSION=	3.0.50
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	http://people.freebsd.org/~kbowling/distfiles/
 
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=		${LOCALBASE}/lib/libfdt.so:sysutils/dtc
 
 USES=		bison:build compiler:c11 gmake gnome libtool makeinfo \
-		pkgconfig python:2.7,build tar:bz2 xorg
+		pkgconfig python:build tar:bz2 xorg
 USE_XORG=	pixman
 USE_GNOME=	glib20
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912021451.xB2EpACJ064048>