diff options
author | garga <garga@FreeBSD.org> | 2012-12-18 21:56:17 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-12-18 21:56:17 +0800 |
commit | e923a154a28e36a438b707f66b768021e93eeb40 (patch) | |
tree | aef83e79a45b312f43f4df3dba6a2a605b4c6f65 | |
parent | f8a46914adeda2d16085c639b4027ba494838854 (diff) | |
download | freebsd-ports-gnome-e923a154a28e36a438b707f66b768021e93eeb40.tar.gz freebsd-ports-gnome-e923a154a28e36a438b707f66b768021e93eeb40.tar.zst freebsd-ports-gnome-e923a154a28e36a438b707f66b768021e93eeb40.zip |
Pass maintainership of qmail ports and bsd.mail.mk to bdrewery@. It was funny,
but I'm not using qmail for a long time.
-rw-r--r-- | Mk/bsd.mail.mk | 2 | ||||
-rw-r--r-- | mail/qmail-contrib/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail-dk/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail/Makefile | 2 | ||||
-rw-r--r-- | mail/qmailanalog/Makefile | 2 | ||||
-rw-r--r-- | mail/qmhandle/Makefile | 2 | ||||
-rw-r--r-- | mail/queue-fix/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/Mk/bsd.mail.mk b/Mk/bsd.mail.mk index fe5460e50460..43b7e5c74e06 100644 --- a/Mk/bsd.mail.mk +++ b/Mk/bsd.mail.mk @@ -9,7 +9,7 @@ # Please make sure all changes to this file are passed through the maintainer. # Do not commit them yourself (unless of course you're the Port's Wraith ;). -Mail_Include_MAINTAINER= garga@FreeBSD.org +Mail_Include_MAINTAINER= bdrewery@FreeBSD.org Mail_Pre_Include= bsd.mail.mk diff --git a/mail/qmail-contrib/Makefile b/mail/qmail-contrib/Makefile index 631832a0a94f..a60d50ae0a11 100644 --- a/mail/qmail-contrib/Makefile +++ b/mail/qmail-contrib/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= distfiles DISTFILES= dot-forward-${DF_VER}.tar.gz \ fastforward-${FF_VER}.tar.gz -MAINTAINER= garga@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= Contributed programs for qmail OPTIONS_DEFINE= DOCS diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile index f73032d425e0..ebc093aaf69a 100644 --- a/mail/qmail-dk/Makefile +++ b/mail/qmail-dk/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= qmail- DISTFILES= qmail-1.03.tar.gz DIST_SUBDIR= qmail -MAINTAINER= garga@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= DomainKeys implementation for qmail LIB_DEPENDS+= domainkeys:${PORTSDIR}/mail/libdomainkeys diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 8aacf01e695d..b3bdef8407e9 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${QMAIL_VERSION} DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY?= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= garga@FreeBSD.org +MAINTAINER?= bdrewery@FreeBSD.org COMMENT?= A secure, reliable, efficient, simple, and fast MTA DIST_SUBDIR= qmail diff --git a/mail/qmailanalog/Makefile b/mail/qmailanalog/Makefile index d8874cde6cd0..142bb56f5756 100644 --- a/mail/qmailanalog/Makefile +++ b/mail/qmailanalog/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://cr.yp.to/software/ \ http://www.emaillab.org/djb/qmailanalog/ \ http://summersoft.fay.ar.us/pub/qmail/qmailanalog/ -MAINTAINER= garga@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= A collection of tools to analyze qmail-send's activity USE_QMAIL_RUN= yes diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile index 770f9eecee05..f44cc85f9f61 100644 --- a/mail/qmhandle/Makefile +++ b/mail/qmhandle/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.3/${PORTNAME}-${PORTVERSION} -MAINTAINER= garga@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= Tool to view and manage a qmail queue OPTIONS_DEFINE= DOCS diff --git a/mail/queue-fix/Makefile b/mail/queue-fix/Makefile index 1c727d74b501..7d0706b0d0bc 100644 --- a/mail/queue-fix/Makefile +++ b/mail/queue-fix/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.netmeridian.com/e-huss/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles -MAINTAINER= garga@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= Repairs or generates a qmail queue structure OPTIONS_DEFINE= DOCS |