diff options
author | netchild <netchild@FreeBSD.org> | 2006-02-12 05:03:14 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-02-12 05:03:14 +0800 |
commit | c1e781eb2a7a4fbe4536307f0f079112d54f5eb3 (patch) | |
tree | eb5e686a41db26135a4974224bce573865b8d634 /textproc | |
parent | 3bbbe93fe83bb7728e559215297e5dd6167957bb (diff) | |
download | freebsd-ports-gnome-c1e781eb2a7a4fbe4536307f0f079112d54f5eb3.tar.gz freebsd-ports-gnome-c1e781eb2a7a4fbe4536307f0f079112d54f5eb3.tar.zst freebsd-ports-gnome-c1e781eb2a7a4fbe4536307f0f079112d54f5eb3.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]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/diffsplit/Makefile | 2 | ||||
-rw-r--r-- | textproc/diffstat/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/diffsplit/Makefile b/textproc/diffsplit/Makefile index a3ca821f52c9..73f3453fb4e6 100644 --- a/textproc/diffsplit/Makefile +++ b/textproc/diffsplit/Makefile @@ -13,7 +13,7 @@ DISTNAME= diffsplit EXTRACT_SUFX= EXTRACT_ONLY= -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Splits a unified diff into pieces which patch one file each NO_BUILD= YES diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index 49683838bb6a..a931ecae2dbf 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc devel MASTER_SITES= ftp://dickey.his.com/diffstat/ EXTRACT_SUFX= .tgz -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Makes a histogram summarizing "diff" output WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |