diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-03-07 23:08:25 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-03-07 23:08:25 +0800 |
commit | 72ddf44cd265367a5cd1a6da9dfea767157494b7 (patch) | |
tree | 0a2cb4926afe4e116b020c1188b3caadbbce0f8d /emulators | |
parent | c9177b2a3f82cfe7df72eeee6567fc7edaf270ec (diff) | |
download | freebsd-ports-gnome-72ddf44cd265367a5cd1a6da9dfea767157494b7.tar.gz freebsd-ports-gnome-72ddf44cd265367a5cd1a6da9dfea767157494b7.tar.zst freebsd-ports-gnome-72ddf44cd265367a5cd1a6da9dfea767157494b7.zip |
Unify maintainer address for emulation ports.
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org)
Discussed with: netchild (emulation)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 2 | ||||
-rw-r--r-- | emulators/rtc/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index a2cb499570c6..0203fd7b1baf 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} EXTRACT_ONLY= ${BIN_DISTFILES} -MAINTAINER= freebsd-emulation@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (for i386/amd64) BIN_DISTFILES= basesystem-8.0-5.noarch.rpm \ diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index cb4552f20c75..a0a9e118fe55 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -12,7 +12,7 @@ CATEGORIES= emulators linux kld MASTER_SITES= # none DISTFILES= # none -MAINTAINER= freebsd-emulation@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= Kernel module which provides /dev/rtc device support WRKSRC= ${WRKDIR}/files diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index fca7f6a49da4..d1c3157c2f50 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -17,7 +17,7 @@ DISTFILES= VMware-workstation-${PORTVERSION:R}-${PORTVERSION:E}${EXTRACT_SUFX}:v vmmon-only-${PORTVERSION:R}-20040727${EXTRACT_SUFX}:patch \ vmnet-only-${PORTVERSION:R}-20040705${EXTRACT_SUFX}:patch -MAINTAINER= freebsd-emulation@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= A virtual machine emulator - a full PC in a window RUN_DEPENDS= /dev/rtc:${PORTSDIR}/emulators/rtc |