diff options
author | netchild <netchild@FreeBSD.org> | 2006-02-11 21:03:14 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-02-11 21:03:14 +0000 |
commit | c1e781eb2a7a4fbe4536307f0f079112d54f5eb3 (patch) | |
tree | eb5e686a41db26135a4974224bce573865b8d634 /audio/festival | |
parent | 3bbbe93fe83bb7728e559215297e5dd6167957bb (diff) | |
download | FreeBSD-ports-c1e781eb2a7a4fbe4536307f0f079112d54f5eb3.zip FreeBSD-ports-c1e781eb2a7a4fbe4536307f0f079112d54f5eb3.tar.gz |
Reset maintainership to ports@ after ~4 months without any response to any
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1]
PR: 87985 [1]
Diffstat (limited to 'audio/festival')
-rw-r--r-- | audio/festival/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index ccfd92c..2a93daf 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTVERSION} DISTFILES= ${DISTNAME}-beta.tar.gz \ speech_tools-1.2.95-beta.tar.gz -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Multi-lingual speech synthesis system LIB_DEPENDS= audio.2:${PORTSDIR}/audio/nas \ |