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 /x11 | |
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 'x11')
-rw-r--r-- | x11/buttonbox/Makefile | 2 | ||||
-rw-r--r-- | x11/dynamag/Makefile | 2 | ||||
-rw-r--r-- | x11/portoseguro/Makefile | 2 | ||||
-rw-r--r-- | x11/qrash/Makefile | 2 | ||||
-rw-r--r-- | x11/vdesk/Makefile | 2 | ||||
-rw-r--r-- | x11/wrapper/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/x11/buttonbox/Makefile b/x11/buttonbox/Makefile index 96b7fab34500..5b52c4433579 100644 --- a/x11/buttonbox/Makefile +++ b/x11/buttonbox/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor DISTNAME= ${PORTNAME:S/b/B/g}-${PORTVERSION} -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Xlib-based application launcher DOCDIR= share/doc/${PORTNAME} diff --git a/x11/dynamag/Makefile b/x11/dynamag/Makefile index 2b0d48bf2ed0..eaab4f00152e 100644 --- a/x11/dynamag/Makefile +++ b/x11/dynamag/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://trace.wisc.edu/pub/access_utils/unix/ DISTNAME= unwindows EXTRACT_SUFX= .tar.Z -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Magnifying utility which updates continuously ALL_TARGET= dynamag diff --git a/x11/portoseguro/Makefile b/x11/portoseguro/Makefile index f3e8c398a109..5023099e1a05 100644 --- a/x11/portoseguro/Makefile +++ b/x11/portoseguro/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor DISTNAME= ${PORTNAME}-alpha4 -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Launch applications by clicking on an icon bar CONFIGURE_ENV= GTKCONFIG=${GTK_CONFIG} diff --git a/x11/qrash/Makefile b/x11/qrash/Makefile index 9c8af54c7895..2c4257d4e3da 100644 --- a/x11/qrash/Makefile +++ b/x11/qrash/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= X11/demos DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Animated musical demo for X11 GNU_CONFIGURE= yes diff --git a/x11/vdesk/Makefile b/x11/vdesk/Makefile index 2e67c7733038..0db1337b2b1e 100644 --- a/x11/vdesk/Makefile +++ b/x11/vdesk/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2 CATEGORIES= x11 MASTER_SITES= http://offog.org/files/ -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Command-line utility for setting up and using virtual desktops DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README diff --git a/x11/wrapper/Makefile b/x11/wrapper/Makefile index a34dac809572..0817e457df48 100644 --- a/x11/wrapper/Makefile +++ b/x11/wrapper/Makefile @@ -12,7 +12,7 @@ CATEGORIES= x11 DISTNAME= # intentionally left blank EXTRACT_SUFX= # intentionally left blank -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org CONFLICTS= XFree86-3.3.6* NO_WRKSUBDIR= yes |