diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-11 21:03:14 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-11 21:03:14 +0000 |
commit | d16f7bfb920bf7147ea96d7951ac9bbc5f8c72c6 (patch) | |
tree | c4e3594d87f8e8738d7a29889fee7a88de679c57 /mail | |
parent | 35d7addf04a023375ba52387fa1040ca86608ddb (diff) | |
download | ports-d16f7bfb920bf7147ea96d7951ac9bbc5f8c72c6.tar.gz ports-d16f7bfb920bf7147ea96d7951ac9bbc5f8c72c6.zip |
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]
Notes
Notes:
svn path=/head/; revision=155784
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchyahoo/Makefile | 2 | ||||
-rw-r--r-- | mail/xc-mail/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile index 2a5206268744..a102282085ee 100644 --- a/mail/fetchyahoo/Makefile +++ b/mail/fetchyahoo/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.9.0 CATEGORIES= mail MASTER_SITES= http://fetchyahoo.sourceforge.net/ -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Download e-mail from a Yahoo account to a Berkeley mailbox RUN_DEPENDS= \ diff --git a/mail/xc-mail/Makefile b/mail/xc-mail/Makefile index a5850155db3b..f47fb74237e8 100644 --- a/mail/xc-mail/Makefile +++ b/mail/xc-mail/Makefile @@ -13,7 +13,7 @@ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xcmail -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Mail client for X which supports POP and PGP LIB_DEPENDS= Xclasses.1:${PORTSDIR}/x11-toolkits/xclasses |