diff options
author | kevans <kevans@FreeBSD.org> | 2019-12-02 22:51:09 +0800 |
---|---|---|
committer | kevans <kevans@FreeBSD.org> | 2019-12-02 22:51:09 +0800 |
commit | fcdb22aed80d0393e1523edf922d3a85ed6df82a (patch) | |
tree | 704187537e10b0a439b2cff986f94e7def3ea3c4 /emulators | |
parent | 0496628a4bc44645eb74b1a5c41c0020e1c3a37f (diff) | |
download | freebsd-ports-gnome-fcdb22aed80d0393e1523edf922d3a85ed6df82a.tar.gz freebsd-ports-gnome-fcdb22aed80d0393e1523edf922d3a85ed6df82a.tar.zst freebsd-ports-gnome-fcdb22aed80d0393e1523edf922d3a85ed6df82a.zip |
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
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-cheri/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu-powernv/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/qemu-cheri/Makefile b/emulators/qemu-cheri/Makefile index 61c1de83da3c..f9ee4eaa8f5b 100644 --- a/emulators/qemu-cheri/Makefile +++ b/emulators/qemu-cheri/Makefile @@ -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/keycodemapdb 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 diff --git a/emulators/qemu-powernv/Makefile b/emulators/qemu-powernv/Makefile index 4d3032e1a2a7..c15335cf2ef9 100644 --- a/emulators/qemu-powernv/Makefile +++ b/emulators/qemu-powernv/Makefile @@ -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 |