diff options
author | dougb <dougb@FreeBSD.org> | 2000-10-29 14:31:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2000-10-29 14:31:38 +0800 |
commit | 364285ac885577433ea54bf08b3559cfd57ee6d5 (patch) | |
tree | 9b802370cb9b4004298fb4f1bb97f27bd87656f3 /emulators | |
parent | b55d4ceeb69ba163b57276d991cf7de0789a9c30 (diff) | |
download | freebsd-ports-graphics-364285ac885577433ea54bf08b3559cfd57ee6d5.tar.gz freebsd-ports-graphics-364285ac885577433ea54bf08b3559cfd57ee6d5.tar.zst freebsd-ports-graphics-364285ac885577433ea54bf08b3559cfd57ee6d5.zip |
At his request, remove Joel Sutton as maintainer of 8 ports. Thank you for
your efforts on these ports, and thank you for also taking the responsibility
to let us know your time now has other priorities.
PR: ports/22384
Submitted by: Joel Sutton, jsutton@bbcon.com.au
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aftp/Makefile | 2 | ||||
-rw-r--r-- | emulators/atari800/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/aftp/Makefile b/emulators/aftp/Makefile index 76b601a0297..aaaa52776e4 100644 --- a/emulators/aftp/Makefile +++ b/emulators/aftp/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/utility/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= jsutton@bbcon.com.au +MAINTAINER= ports@freebsd.org MAN1= aftp.1 diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 2644ff9e2d1..de9835fa3f0 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.signus.demon.co.uk/Software/Portable/Atari800e/ \ DISTNAME= Atari800-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} -MAINTAINER= jsutton@bbcon.com.au +MAINTAINER= ports@freebsd.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip |