diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-24 01:07:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-24 01:07:12 +0800 |
commit | 84ea38398cc7581a6c94fe09aeceb2601ce9352e (patch) | |
tree | eb46f9a869698ca806ea12978dda83df4d41bd2c /lang | |
parent | f1754c353e056902c0a189aaabf2b94cff564113 (diff) | |
download | freebsd-ports-gnome-84ea38398cc7581a6c94fe09aeceb2601ce9352e.tar.gz freebsd-ports-gnome-84ea38398cc7581a6c94fe09aeceb2601ce9352e.tar.zst freebsd-ports-gnome-84ea38398cc7581a6c94fe09aeceb2601ce9352e.zip |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cint/Makefile | 2 | ||||
-rw-r--r-- | lang/ezm3/Makefile | 2 | ||||
-rw-r--r-- | lang/gambit-c/Makefile | 2 | ||||
-rw-r--r-- | lang/gauche/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 4b05a955765f..851480271212 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -8,7 +8,7 @@ PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://root.cern.ch/root/ -MAINTAINER= fjoe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C/C++ interpreter BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index b33584199c78..fcdb20ea28bd 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -52,7 +52,7 @@ WORDSIZE= 64 ENDIANESS= le PLIST_SUB+= AMD64="@comment " .elif ${ARCH} == "amd64" -MAINTAINER= bzeeb+freebsdports@zabbadoz.net +MAINTAINER= ports@FreeBSD.org PORTVERSION= 1.1 PORTREVISION= 2 AMD64_PATCHES= p-amd64-common p-amd64-gcc p-amd64-gcc-321-322 p-amd64-gcchacks \ diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile index b5d0e1ce348d..e140ca6de774 100644 --- a/lang/gambit-c/Makefile +++ b/lang/gambit-c/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.iro.umontreal.ca/~gambit/download/gambit/v4.6/source/ DISTNAME= gambc-${DISTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= pmn@bakarika.net +MAINTAINER= ports@FreeBSD.org COMMENT= Gambit programming system where the compiler generates portable C code LICENSE= APACHE20 diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index ba96a4021858..78cdc30f4854 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/Gauche/ DISTNAME= Gauche-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= erik@elfga.com +MAINTAINER= ports@FreeBSD.org COMMENT= Scheme script interpreter with multibyte character handling OPTIONS_DEFINE= GDBM SLIB DOCS MANPAGES |