aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2012-02-01 23:53:08 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2012-02-01 23:53:08 +0800
commitb0b4a59bcddc7c22886a37590d5ccb967e85fb4f (patch)
treedcc7923c09e05f911d28b21af9ad443c8456a03f
parentf7653cb423fcf47cc35d8fba3fe04e2454d2cb41 (diff)
downloadfreebsd-ports-graphics-b0b4a59bcddc7c22886a37590d5ccb967e85fb4f.tar.gz
freebsd-ports-graphics-b0b4a59bcddc7c22886a37590d5ccb967e85fb4f.tar.zst
freebsd-ports-graphics-b0b4a59bcddc7c22886a37590d5ccb967e85fb4f.zip
- Reassign to the heap
-rw-r--r--benchmarks/iperf/Makefile2
-rw-r--r--databases/libmemcache/Makefile2
-rw-r--r--databases/pecl-sqlite/Makefile2
-rw-r--r--databases/py-MySQLdb-devel/Makefile2
-rw-r--r--databases/py-MySQLdb/Makefile2
-rw-r--r--databases/py-memcached/Makefile2
-rw-r--r--databases/sqlite2/Makefile2
-rw-r--r--databases/sqlite34/Makefile2
-rw-r--r--databases/tinycdb/Makefile2
-rw-r--r--devel/mm/Makefile2
-rw-r--r--devel/ossp-cfg/Makefile2
-rw-r--r--devel/ossp-l2/Makefile2
-rw-r--r--devel/ossp-val/Makefile2
-rw-r--r--devel/ossp-var/Makefile2
-rw-r--r--devel/ossp-xds/Makefile2
-rw-r--r--mail/gmime2/Makefile2
-rw-r--r--mail/gmime24/Makefile2
-rw-r--r--mail/libesmtp/Makefile2
-rw-r--r--mail/libspf/Makefile2
-rw-r--r--mail/libspf2/Makefile2
-rw-r--r--mail/pecl-mailparse/Makefile2
-rw-r--r--mail/pfqueue/Makefile2
-rw-r--r--mail/py-email/Makefile2
-rw-r--r--mail/py-libgmail/Makefile2
-rw-r--r--mail/py-spf/Makefile2
-rw-r--r--mail/smtpmail/Makefile2
-rw-r--r--mail/tumgreyspf/Makefile2
-rw-r--r--misc/compat6x/Makefile2
-rw-r--r--misc/pecl-timezonedb/Makefile2
-rw-r--r--net-mgmt/ettercap/Makefile2
-rw-r--r--net/ossp-sa/Makefile2
-rw-r--r--net/py-soappy-devel/Makefile2
-rw-r--r--net/py-soappy/Makefile2
-rw-r--r--net/py-zsi/Makefile2
-rw-r--r--security/pecl-gnupg/Makefile2
-rw-r--r--security/py-clamav/Makefile2
-rw-r--r--security/py-m2crypto/Makefile2
-rw-r--r--www/pecl-APC/Makefile2
38 files changed, 38 insertions, 38 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile
index 00a9795cee6..4e9da8b1522 100644
--- a/benchmarks/iperf/Makefile
+++ b/benchmarks/iperf/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= benchmarks ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A tool to measure maximum TCP and UDP bandwidth
GNU_CONFIGURE= yes
diff --git a/databases/libmemcache/Makefile b/databases/libmemcache/Makefile
index bb8f4a4ea9d..3ea563b656b 100644
--- a/databases/libmemcache/Makefile
+++ b/databases/libmemcache/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://people.FreeBSD.org/~seanc/libmemcache/
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The C library for accessing a memcache cluster
USE_BZIP2= yes
diff --git a/databases/pecl-sqlite/Makefile b/databases/pecl-sqlite/Makefile
index a9fdf1e197e..538e9f28b6d 100644
--- a/databases/pecl-sqlite/Makefile
+++ b/databases/pecl-sqlite/Makefile
@@ -14,7 +14,7 @@ DISTNAME= SQLite-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= PECL classes to access sqlite databases
WRKSRC= ${WRKDIR}/SQLite-${PORTVERSION}
diff --git a/databases/py-MySQLdb-devel/Makefile b/databases/py-MySQLdb-devel/Makefile
index a1337a2892d..41fa4f633c0 100644
--- a/databases/py-MySQLdb-devel/Makefile
+++ b/databases/py-MySQLdb-devel/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -devel
DISTNAME= MySQL-python-${DISTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Access a MySQL database through Python
USE_PYTHON= 2.5+
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile
index 778a0b5da00..8509478f2ad 100644
--- a/databases/py-MySQLdb/Makefile
+++ b/databases/py-MySQLdb/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= SF/mysql-python/mysql-python/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= MySQL-python-${DISTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Access a MySQL database through Python
USE_PYTHON= yes
diff --git a/databases/py-memcached/Makefile b/databases/py-memcached/Makefile
index 55fbfbbdea6..57b86afb5f0 100644
--- a/databases/py-memcached/Makefile
+++ b/databases/py-memcached/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/ \
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Python API for memcached, a distributed memory cache daemon
USE_PYTHON= yes
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile
index ec14a0acfe0..f7922b6051c 100644
--- a/databases/sqlite2/Makefile
+++ b/databases/sqlite2/Makefile
@@ -12,7 +12,7 @@ PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An SQL database engine in a C library
USE_GMAKE= YES
diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile
index 6eaac7c19a5..6861758e819 100644
--- a/databases/sqlite34/Makefile
+++ b/databases/sqlite34/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mnag/${PORTNAME}
DISTNAME= sqlite-${PORTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An SQL database engine in a C library
CONFLICTS= sqlite3-[0-9]*
diff --git a/databases/tinycdb/Makefile b/databases/tinycdb/Makefile
index b3d830af404..910cc5268d2 100644
--- a/databases/tinycdb/Makefile
+++ b/databases/tinycdb/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= databases
MASTER_SITES= http://www.corpit.ru/mjt/tinycdb/
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Analogous to cdb, but faster
USE_GMAKE= yes
diff --git a/devel/mm/Makefile b/devel/mm/Makefile
index e31ba30502b..352eccc9613 100644
--- a/devel/mm/Makefile
+++ b/devel/mm/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Shared memory allocation library for pre-forked process models
USE_LDCONFIG= yes
diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile
index 3607bc9ec5f..8121b9ee579 100644
--- a/devel/ossp-cfg/Makefile
+++ b/devel/ossp-cfg/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A library for parsing arbitrary C/C++-style configuration files
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile
index 190aa43b093..b16f183e97b 100644
--- a/devel/ossp-l2/Makefile
+++ b/devel/ossp-l2/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A C library for a flexible and sophisticated Unix logging facility
GNU_CONFIGURE= yes
diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile
index 518883db275..60770411dde 100644
--- a/devel/ossp-val/Makefile
+++ b/devel/ossp-val/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A flexible name to value mapping library for C variables
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
diff --git a/devel/ossp-var/Makefile b/devel/ossp-var/Makefile
index d3916c4452d..2a03d5fc1a5 100644
--- a/devel/ossp-var/Makefile
+++ b/devel/ossp-var/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A flexible, full-featured and fast variable expansion library
USE_GMAKE= yes
diff --git a/devel/ossp-xds/Makefile b/devel/ossp-xds/Makefile
index b0dd924d532..c45f82faba5 100644
--- a/devel/ossp-xds/Makefile
+++ b/devel/ossp-xds/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A generic and extensible framework for serialization
GNU_CONFIGURE= yes
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile
index 8ebaec5f281..717f5fe76a2 100644
--- a/mail/gmime2/Makefile
+++ b/mail/gmime2/Makefile
@@ -11,7 +11,7 @@ PORTREVISION?= 0
CATEGORIES?= mail
MASTER_SITES= GNOME
-MAINTAINER?= mnag@FreeBSD.org
+MAINTAINER?= ports@FreeBSD.org
COMMENT?= Library (written in C) for parsing and creating messages using MIME
CONFLICTS= gmime-1.0.* gmime-2.4.*
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile
index aed9f3d0873..84e5879f4d6 100644
--- a/mail/gmime24/Makefile
+++ b/mail/gmime24/Makefile
@@ -12,7 +12,7 @@ CATEGORIES?= mail
MASTER_SITES= GNOME
PKGNAMESUFFIX?= -24
-MAINTAINER?= mnag@FreeBSD.org
+MAINTAINER?= ports@FreeBSD.org
COMMENT?= Library (written in C) for parsing and creating messages using MIME
CONFLICTS= gmime-1.0.*
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile
index fdff6ffd861..764d546dd79 100644
--- a/mail/libesmtp/Makefile
+++ b/mail/libesmtp/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \
http://ftp.osuosl.org/pub/blfs/svn/l/ \
ftp://ftp.linux.ee/pub/gentoo/distfiles/distfiles/
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A library for posting electronic mail
USE_BZIP2= yes
diff --git a/mail/libspf/Makefile b/mail/libspf/Makefile
index 8f428e60e2a..306cab0d2d2 100644
--- a/mail/libspf/Makefile
+++ b/mail/libspf/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.libspf.org/files/src/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mnag/${PORTNAME}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Sender Policy Framework (SPF) library and client
USE_BZIP2= yes
diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile
index 6a69c7fca72..155425b1ec4 100644
--- a/mail/libspf2/Makefile
+++ b/mail/libspf2/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= mail
MASTER_SITES= http://www.libspf2.org/%SUBDIR%/
MASTER_SITE_SUBDIR= spf
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Sender Rewriting Scheme 2 C Implementation
CONFLICTS= ${PORTNAME}-1.0.*
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile
index 62687b35ab9..1c8101be780 100644
--- a/mail/pecl-mailparse/Makefile
+++ b/mail/pecl-mailparse/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= PECL extension to create and decode MIME messages
USE_PHP= mbstring
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile
index f7f9589360a..1892873420d 100644
--- a/mail/pfqueue/Makefile
+++ b/mail/pfqueue/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.5.6
CATEGORIES= mail
MASTER_SITES= SF
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A console-based tool for handling Postfix 1, Postfix 2 and Exim queues
USE_AUTOTOOLS= libtool
diff --git a/mail/py-email/Makefile b/mail/py-email/Makefile
index c9044d3fe25..d5035dd7782 100644
--- a/mail/py-email/Makefile
+++ b/mail/py-email/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://cheeseshop.python.org/packages/source/e/email/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= email-${PORTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Email package for Python 2.3 or upper
DIST_SUBDIR= python
diff --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile
index cef800af533..d350de5a811 100644
--- a/mail/py-libgmail/Makefile
+++ b/mail/py-libgmail/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= mail python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Library to provide access to Gmail via Python
BUILD_DEPENDS= py*-mechanize>=0:${PORTSDIR}/www/py-mechanize
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile
index 9f9c4e2c03b..e3f6e938021 100644
--- a/mail/py-spf/Makefile
+++ b/mail/py-spf/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= SF/pymilter/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Python implementation of the RFC 4408 SPF protocol
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/DNS/__init__.py:${PORTSDIR}/dns/py-dns
diff --git a/mail/smtpmail/Makefile b/mail/smtpmail/Makefile
index c8a8d7dcc78..d38aeb9796f 100644
--- a/mail/smtpmail/Makefile
+++ b/mail/smtpmail/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to send e-mail via a remote smtp server
GNU_CONFIGURE= yes
diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile
index 5c3b746b39f..b140b3c4341 100644
--- a/mail/tumgreyspf/Makefile
+++ b/mail/tumgreyspf/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= mail
MASTER_SITES= ftp://ftp.tummy.com/pub/tummy/tumgreyspf/ \
ftp://ftp.tummy.com/pub/tummy/tumgreyspf/old-releases/
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= External policy checker for the postfix mail server
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/spf.py:${PORTSDIR}/mail/py-spf
diff --git a/misc/compat6x/Makefile b/misc/compat6x/Makefile
index e41bfd8f757..3cb824f3d04 100644
--- a/misc/compat6x/Makefile
+++ b/misc/compat6x/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= mnag/compat6x
PKGNAMESUFFIX= -${ARCH}
DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A convenience package to install the compat6x libraries
USE_BZIP2= yes
diff --git a/misc/pecl-timezonedb/Makefile b/misc/pecl-timezonedb/Makefile
index a3aef54cebb..614a2caa666 100644
--- a/misc/pecl-timezonedb/Makefile
+++ b/misc/pecl-timezonedb/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Timezone Database to be used with PHP's date and time functions
LICENSE= PHP301
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile
index ffc8c26f753..6a639522691 100644
--- a/net-mgmt/ettercap/Makefile
+++ b/net-mgmt/ettercap/Makefile
@@ -14,7 +14,7 @@ CATEGORIES= net-mgmt security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NG-${PORTVERSION} \
${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:sniffers/ettercap:}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A network sniffer/interceptor/injector/logger for switched LANs
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile
index 3a3612b4535..7310f4e53d8 100644
--- a/net/ossp-sa/Makefile
+++ b/net/ossp-sa/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An abstraction library for the Unix socket API
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
diff --git a/net/py-soappy-devel/Makefile b/net/py-soappy-devel/Makefile
index aabccafed1a..1df21f4e667 100644
--- a/net/py-soappy-devel/Makefile
+++ b/net/py-soappy-devel/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -devel
DISTNAME= SOAPpy-${PORTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A SOAP implementation
USE_PYTHON= yes
diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile
index 20021caaea2..eb90b85e33f 100644
--- a/net/py-soappy/Makefile
+++ b/net/py-soappy/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SOAPpy-${PORTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A SOAP implementation
USE_PYTHON= yes
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile
index f6f2f40de11..0b55909f66f 100644
--- a/net/py-zsi/Makefile
+++ b/net/py-zsi/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= SF/pywebsvcs/ZSI/ZSI-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A pure Python module that provides an implementation of SOAP 1.1
BUILD_DEPENDS= ${PYXML}
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile
index e69f5060a69..07ad32c19c7 100644
--- a/security/pecl-gnupg/Makefile
+++ b/security/pecl-gnupg/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A pecl wrapper around the gpgme library
LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme
diff --git a/security/py-clamav/Makefile b/security/py-clamav/Makefile
index f78b6edf31f..2d86bac3528 100644
--- a/security/py-clamav/Makefile
+++ b/security/py-clamav/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://xael.org/norman/python/pyclamav/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A python binding to libclamav written in C
LIB_DEPENDS= clamav.7:${PORTSDIR}/security/clamav
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 617c24f090f..28fae7c7e25 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= M2Crypto-${PORTVERSION}
DIST_SUBDIR= python
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Crypto and SSL toolkit for Python
BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile
index 756eba7737a..aa8484d22b3 100644
--- a/www/pecl-APC/Makefile
+++ b/www/pecl-APC/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= mnag@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Alternative PHP Cache
USE_PHP= yes