diff options
author | sbruno <sbruno@FreeBSD.org> | 2015-12-17 02:45:00 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2015-12-17 02:45:00 +0800 |
commit | 6eedfdcf4eb383c94e5b183381144ba0420aee56 (patch) | |
tree | 80e5c3344d8e91da5b263040eac7e8ade0ce94fb /emulators | |
parent | 492e96c091c63cf273fc1845d81dbf9bc6f6ae45 (diff) | |
download | freebsd-ports-graphics-6eedfdcf4eb383c94e5b183381144ba0420aee56.tar.gz freebsd-ports-graphics-6eedfdcf4eb383c94e5b183381144ba0420aee56.tar.zst freebsd-ports-graphics-6eedfdcf4eb383c94e5b183381144ba0420aee56.zip |
Take these ports as they are based on my branches in github.
rip nox@
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu-user-static/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index f867220a6ae..75a6a6f42c0 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -14,7 +14,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ dtc-v1.4.0${EXTRACT_SUFX}:dtc DIST_SUBDIR= qemu/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= qemu@FreeBSD.org COMMENT?= QEMU CPU Emulator - github bsd-user branch USE_GITHUB= yes diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile index 4e424631974..26eeecda789 100644 --- a/emulators/qemu-user-static/Makefile +++ b/emulators/qemu-user-static/Makefile @@ -1,7 +1,7 @@ # Created by: nox@FreeBSD.org # $FreeBSD$ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sbruno@FreeBSD.org COMMENT= QEMU CPU Emulator github bsd-user branch - static user targets PKGNAMESUFFIX= -user-static |