diff options
-rw-r--r-- | comms/dfu-programmer/Makefile | 2 | ||||
-rw-r--r-- | devel/asmx/Makefile | 2 | ||||
-rw-r--r-- | emulators/bsnes/Makefile | 2 | ||||
-rw-r--r-- | emulators/mame/Makefile | 2 | ||||
-rw-r--r-- | emulators/mess/Makefile | 2 | ||||
-rw-r--r-- | emulators/qmc2/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/comms/dfu-programmer/Makefile b/comms/dfu-programmer/Makefile index 3d34308a45b0..b19345a29580 100644 --- a/comms/dfu-programmer/Makefile +++ b/comms/dfu-programmer/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.5.2 CATEGORIES= comms MASTER_SITES= SF -MAINTAINER= elbarto@ArcadeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Device Firmware Update based USB programmer for Atmel chips GNU_CONFIGURE= yes diff --git a/devel/asmx/Makefile b/devel/asmx/Makefile index b8824e71b1eb..e8c999add94b 100644 --- a/devel/asmx/Makefile +++ b/devel/asmx/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= http://xi6.com/files/ \ http://distfiles.arcadebsd.org/ -MAINTAINER= elbarto@ArcadeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Multi-CPU macro assembler for many major 8-bit and 16-bit CPUs WRKSRC= ${WRKDIR} diff --git a/emulators/bsnes/Makefile b/emulators/bsnes/Makefile index 8ec5956b4606..5d1a7344e74d 100644 --- a/emulators/bsnes/Makefile +++ b/emulators/bsnes/Makefile @@ -10,7 +10,7 @@ CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} -MAINTAINER= elbarto@ArcadeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Super Nintendo/Super Famicom emulator BROKEN= does not compile diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 6787d07549fc..4d905894ca25 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -20,7 +20,7 @@ DISTFILES= \ ${UPDATE_PATCHES:C/$/.zip:patchsets/} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= elbarto@ArcadeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The popular MAME (Multi Arcade Machine Emulator) LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index ba88322c38d5..090111256044 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.aarongiles.com/mirror/releases/:mame \ DISTFILES= mame${PORTVERSION:S/.//}s.zip:mame \ mess${PORTVERSION:S/.//}s.zip:mess -MAINTAINER= elbarto@ArcadeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The popular MESS (Multiple Emulator Super System) BROKEN= does not compile diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index a2f2987ac4a1..5816545f3745 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF -MAINTAINER= elbarto@ArcadeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 based UNIX MAME/MESS frontend supporting MAME/SDLMESS RUN_DEPENDS= mame:${PORTSDIR}/emulators/mame |