aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.scons.mk4
-rw-r--r--audio/azrael/Makefile2
-rw-r--r--audio/cpp-xmms2/Makefile2
-rw-r--r--audio/gxmms2/Makefile2
-rw-r--r--audio/java-xmms2/Makefile2
-rw-r--r--audio/jid3lib/Makefile2
-rw-r--r--audio/libofa/Makefile2
-rw-r--r--audio/libsidplay2/Makefile2
-rw-r--r--audio/mt-daapd/Makefile2
-rw-r--r--audio/nyello/Makefile2
-rw-r--r--audio/py-libtunepimp/Makefile2
-rw-r--r--audio/py-musicbrainz2/Makefile2
-rw-r--r--audio/py-xmms2/Makefile2
-rw-r--r--audio/ruby-xmms2-ecore/Makefile2
-rw-r--r--audio/ruby-xmms2/Makefile2
-rw-r--r--audio/shellac/Makefile2
-rw-r--r--audio/sidplay2/Makefile2
-rw-r--r--audio/snett/Makefile2
-rw-r--r--audio/x4x/Makefile2
-rw-r--r--audio/xmms2-scrobbler/Makefile2
-rw-r--r--audio/xmms2/Makefile2
-rw-r--r--databases/py-axiom/Makefile2
-rw-r--r--devel/py-epsilon/Makefile2
-rw-r--r--devel/py-flakes/Makefile2
-rw-r--r--devel/py-ocempgui/Makefile2
-rw-r--r--devel/py-rlcompleter2/Makefile2
-rw-r--r--devel/py-simplejson/Makefile2
-rw-r--r--devel/ruby-eet/Makefile2
-rw-r--r--devel/rubygem-event-loop/Makefile2
-rw-r--r--devel/swig13/Makefile2
-rw-r--r--devel/swig20/Makefile2
-rw-r--r--games/vultures-claw/Makefile2
-rw-r--r--graphics/ruby-redact/Makefile2
-rw-r--r--mail/xpi-displayquota/Makefile2
-rw-r--r--net-p2p/py-vertex/Makefile2
-rw-r--r--net/mDNSResponder/Makefile2
-rw-r--r--net/py-mantissa/Makefile2
-rw-r--r--news/py-yenc/Makefile2
-rw-r--r--security/py-tlslite/Makefile2
-rw-r--r--security/py-trustedpickle/Makefile2
-rw-r--r--www/py-meld/Makefile2
-rw-r--r--www/py-meld3/Makefile2
-rw-r--r--www/py-nevow/Makefile2
-rw-r--r--x11-toolkits/py-gui/Makefile2
44 files changed, 45 insertions, 45 deletions
diff --git a/Mk/bsd.scons.mk b/Mk/bsd.scons.mk
index 78a4ba37f52..94cb17db42f 100644
--- a/Mk/bsd.scons.mk
+++ b/Mk/bsd.scons.mk
@@ -4,12 +4,12 @@
# $FreeBSD$
#
# bsd.scons.mk - Python-based SCons build system interface.
-# Author: Alexander Botero-Lowry <alex@foxybanana.com>
+# Author: Alexander Botero-Lowry <alexbl@FreeBSD.org>
#
# Please view me with 4 column tabs!
# Please make sure all changes to this file are passed through the maintainer.
-SCONS_MAINTAINER= alex@foxybanana.com
+SCONS_MAINTAINER= alexbl@FreeBSD.org
#
# SCONS_BIN is the location where the scons port installs the scons
diff --git a/audio/azrael/Makefile b/audio/azrael/Makefile
index f867da720c7..d322bef4437 100644
--- a/audio/azrael/Makefile
+++ b/audio/azrael/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= azrael
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= A GTK2 based XMMS2 client, offering a media library interface
BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
diff --git a/audio/cpp-xmms2/Makefile b/audio/cpp-xmms2/Makefile
index b857fb90ffe..b45000075b2 100644
--- a/audio/cpp-xmms2/Makefile
+++ b/audio/cpp-xmms2/Makefile
@@ -8,7 +8,7 @@
CATEGORIES= audio
PKGNAMEPREFIX= cpp-
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= C++ Bindings for XMMS2
LIB_DEPENDS= boost_signals.3:${PORTSDIR}/devel/boost
diff --git a/audio/gxmms2/Makefile b/audio/gxmms2/Makefile
index 69734a7c668..f5d69ae7b63 100644
--- a/audio/gxmms2/Makefile
+++ b/audio/gxmms2/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.6.3
CATEGORIES= audio
MASTER_SITES= http://wejp.k.vu/projects/xmms2/
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= A GTK2 based XMMS2 client, written in C
BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
diff --git a/audio/java-xmms2/Makefile b/audio/java-xmms2/Makefile
index 61273689b3f..65848020586 100644
--- a/audio/java-xmms2/Makefile
+++ b/audio/java-xmms2/Makefile
@@ -9,7 +9,7 @@ PORTREVISION= 1
CATEGORIES= audio java
PKGNAMEPREFIX= java-
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Java Bindings for XMMS2
BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 \
diff --git a/audio/jid3lib/Makefile b/audio/jid3lib/Makefile
index 7dd12ab0fbb..fd1031264ca 100644
--- a/audio/jid3lib/Makefile
+++ b/audio/jid3lib/Makefile
@@ -10,7 +10,7 @@ CATEGORIES= audio java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= javamusictag
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Java ID3 Tag Library
USE_JAVA= yes
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile
index 2d217405e01..045cadbe11d 100644
--- a/audio/libofa/Makefile
+++ b/audio/libofa/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.9.3
CATEGORIES= audio
MASTER_SITES= http://www.musicdns.org/themes/musicdns_org/downloads/
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= The Open Fingerprint Architecture Library
LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile
index 63f4b75d65c..03f583b4b95 100644
--- a/audio/libsidplay2/Makefile
+++ b/audio/libsidplay2/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sidplay2
DISTNAME= sidplay-libs-${PORTVERSION}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
USE_GNOME= gnomehack gnometarget pkgconfig
diff --git a/audio/mt-daapd/Makefile b/audio/mt-daapd/Makefile
index 6c0a87d74da..195d1c8b475 100644
--- a/audio/mt-daapd/Makefile
+++ b/audio/mt-daapd/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Multithread daapd yet another Server for Apple iTunes
BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
diff --git a/audio/nyello/Makefile b/audio/nyello/Makefile
index 78f63b199c4..5f126c469cd 100644
--- a/audio/nyello/Makefile
+++ b/audio/nyello/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.4.1
CATEGORIES= audio
MASTER_SITES= http://sirius.cine7.net/nyello/releases/
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= An advanced command-line interface and shell for xmms2
BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
diff --git a/audio/py-libtunepimp/Makefile b/audio/py-libtunepimp/Makefile
index d27d88cef60..8a1905f99eb 100644
--- a/audio/py-libtunepimp/Makefile
+++ b/audio/py-libtunepimp/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \
ftp://ftp.musicbrainz.org/pub/musicbrainz/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Python bindings for libtunepimp
BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/ctypes/__init__.py:${PORTSDIR}/devel/py-ctypes
diff --git a/audio/py-musicbrainz2/Makefile b/audio/py-musicbrainz2/Makefile
index 77425b4f9b7..d540709333a 100644
--- a/audio/py-musicbrainz2/Makefile
+++ b/audio/py-musicbrainz2/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-musicbrainz2-${DISTVERSION}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Next Generation Python bindings for MusicBrainz
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ctypes/__init__.py:${PORTSDIR}/devel/py-ctypes
diff --git a/audio/py-xmms2/Makefile b/audio/py-xmms2/Makefile
index 9286af04d1f..6709fb00ffe 100644
--- a/audio/py-xmms2/Makefile
+++ b/audio/py-xmms2/Makefile
@@ -8,7 +8,7 @@
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Python Bindings for XMMS2
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex \
diff --git a/audio/ruby-xmms2-ecore/Makefile b/audio/ruby-xmms2-ecore/Makefile
index 9d9da2be41b..cdcf58a38a2 100644
--- a/audio/ruby-xmms2-ecore/Makefile
+++ b/audio/ruby-xmms2-ecore/Makefile
@@ -9,7 +9,7 @@ CATEGORIES= audio ruby
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
PKGNAMESUFFIX= -ecore
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Ruby ecore mainloop bindings for XMMS2
BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2
diff --git a/audio/ruby-xmms2/Makefile b/audio/ruby-xmms2/Makefile
index 19c8cf06f13..9d566239948 100644
--- a/audio/ruby-xmms2/Makefile
+++ b/audio/ruby-xmms2/Makefile
@@ -8,7 +8,7 @@
CATEGORIES= audio ruby
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Ruby Bindings for XMMS2
BUILD_DEPENDS+= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
diff --git a/audio/shellac/Makefile b/audio/shellac/Makefile
index e550975e14b..f370a85d1ba 100644
--- a/audio/shellac/Makefile
+++ b/audio/shellac/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 20060412
CATEGORIES= audio python
MASTER_SITES= http://hem.bredband.net/b298027/
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Shellac is a PyGTK XMMS2 Client
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xmmsclient.so:${PORTSDIR}/audio/py-xmms2
diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile
index bb93077a272..d7038b7416e 100644
--- a/audio/sidplay2/Makefile
+++ b/audio/sidplay2/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= sidplay-${PORTVERSION}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= A player that plays Commodore SID music files using libsidplay2
LIB_DEPENDS= sidplay2.1:${PORTSDIR}/audio/libsidplay2
diff --git a/audio/snett/Makefile b/audio/snett/Makefile
index 23da7ce8fe7..d6abdb04fbe 100644
--- a/audio/snett/Makefile
+++ b/audio/snett/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 0.0.2
CATEGORIES= audio ruby
MASTER_SITES= ftp://ftp.code-monkey.de/pub/snett/
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= A simple XMMS2 client inspired by strange-quark
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 \
diff --git a/audio/x4x/Makefile b/audio/x4x/Makefile
index a2490805297..8da5c1fadff 100644
--- a/audio/x4x/Makefile
+++ b/audio/x4x/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= X4X for XMMS2
BUILD_DEPENDS= ${JAVALIBDIR}/xmms2java.jar:${PORTSDIR}/audio/java-xmms2 \
diff --git a/audio/xmms2-scrobbler/Makefile b/audio/xmms2-scrobbler/Makefile
index f8076f89469..49671dfcd9a 100644
--- a/audio/xmms2-scrobbler/Makefile
+++ b/audio/xmms2-scrobbler/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 0.1.1
CATEGORIES= audio ruby
MASTER_SITES= ftp://ftp.code-monkey.de/pub/xmms2-scrobbler/
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= A last.fm submission client for XMMS2
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 \
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile
index f045b564346..150b508b2fd 100644
--- a/audio/xmms2/Makefile
+++ b/audio/xmms2/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-0.2DrFeelgood
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT?= Rewrite of xmms as a client/server system (developer release)
.if !defined(XMMS2_SLAVE)
diff --git a/databases/py-axiom/Makefile b/databases/py-axiom/Makefile
index b43300ddc43..34f763333e7 100644
--- a/databases/py-axiom/Makefile
+++ b/databases/py-axiom/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Axiom-${PORTVERSION}
EXTRACT_SUFX= .tar.gz?format=raw
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Axiom is an object database in python using sqlite3
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/epsilon/__init__.py:${PORTSDIR}/devel/py-epsilon
diff --git a/devel/py-epsilon/Makefile b/devel/py-epsilon/Makefile
index 2cd4935135f..cad4fc701ec 100644
--- a/devel/py-epsilon/Makefile
+++ b/devel/py-epsilon/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Epsilon-${PORTVERSION}
EXTRACT_SUFX= .tar.gz?format=raw
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Epsilon is a set of Python utility modules used by DivMod projects
USE_PYTHON= yes
diff --git a/devel/py-flakes/Makefile b/devel/py-flakes/Makefile
index ae0fe66e1a8..2cd7657efbb 100644
--- a/devel/py-flakes/Makefile
+++ b/devel/py-flakes/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://divmod.org/static/projects/pyflakes/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyflakes-${PORTVERSION}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Pyflakes is a program that analyzes Pythom programs for errors
USE_PYTHON= yes
diff --git a/devel/py-ocempgui/Makefile b/devel/py-ocempgui/Makefile
index 4f04cbc05d3..643f61c148f 100644
--- a/devel/py-ocempgui/Makefile
+++ b/devel/py-ocempgui/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ocemp
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= OcempGUI-${PORTVERSION}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= GUI toolkit in python
BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game
diff --git a/devel/py-rlcompleter2/Makefile b/devel/py-rlcompleter2/Makefile
index 7eb720def95..c6c3be0b54f 100644
--- a/devel/py-rlcompleter2/Makefile
+++ b/devel/py-rlcompleter2/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= devel python
MASTER_SITES= http://codespeak.net/rlcompleter2/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Python module for readline interactive completion
USE_PYTHON= 2.2+
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile
index 2501f295282..26e7577a166 100644
--- a/devel/py-simplejson/Makefile
+++ b/devel/py-simplejson/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel python
MASTER_SITES= http://cheeseshop.python.org/packages/source/s/simplejson/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
diff --git a/devel/ruby-eet/Makefile b/devel/ruby-eet/Makefile
index 1d9f460ec31..9a6bbab2e12 100644
--- a/devel/ruby-eet/Makefile
+++ b/devel/ruby-eet/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.code-monkey.de/pub/ruby-eet/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-eet-${PORTVERSION}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Ruby support for reading and writing EET files
BUILD_DEPENDS= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake
diff --git a/devel/rubygem-event-loop/Makefile b/devel/rubygem-event-loop/Makefile
index 96fff8c4f45..57fdef9a7cf 100644
--- a/devel/rubygem-event-loop/Makefile
+++ b/devel/rubygem-event-loop/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 0.2
CATEGORIES= devel rubygems
MASTER_SITES= http://www.brockman.se/software/ruby-event-loop/
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Event loop for ruby applications
.include <bsd.port.pre.mk>
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile
index 58bef4fc7c6..dbe3e27a8fe 100644
--- a/devel/swig13/Makefile
+++ b/devel/swig13/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Simplified Wrapper and Interface Generator
USE_AUTOTOOLS= autoconf:253:env libtool:15
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile
index 58bef4fc7c6..dbe3e27a8fe 100644
--- a/devel/swig20/Makefile
+++ b/devel/swig20/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Simplified Wrapper and Interface Generator
USE_AUTOTOOLS= autoconf:253:env libtool:15
diff --git a/games/vultures-claw/Makefile b/games/vultures-claw/Makefile
index d9d15df45a6..d4437e3bb5f 100644
--- a/games/vultures-claw/Makefile
+++ b/games/vultures-claw/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.darkarts.co.za/projects/vultures/downloads/${PORTVERSIO
PKGNAMESUFFIX= -claw
DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= An isometric interface to Slash'EM based on Falcon's Eye
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
diff --git a/graphics/ruby-redact/Makefile b/graphics/ruby-redact/Makefile
index 6d0f1427340..fa49f2a4be1 100644
--- a/graphics/ruby-redact/Makefile
+++ b/graphics/ruby-redact/Makefile
@@ -10,7 +10,7 @@ CATEGORIES= graphics ruby
MASTER_SITES= ftp://ftp.code-monkey.de/pub/redact/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= An edje compiler written in ruby
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/imlib2.so:${PORTSDIR}/graphics/ruby-imlib2 \
diff --git a/mail/xpi-displayquota/Makefile b/mail/xpi-displayquota/Makefile
index cbf00a98a06..f37560d12e8 100644
--- a/mail/xpi-displayquota/Makefile
+++ b/mail/xpi-displayquota/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.1.10
DISTVERSIONSUFFIX= -tb
CATEGORIES= mail
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= An extension that displays your IMAP quota in statusbar
XPI_DISTNAME= display_quota
diff --git a/net-p2p/py-vertex/Makefile b/net-p2p/py-vertex/Makefile
index 1d441f38ef5..de303ced869 100644
--- a/net-p2p/py-vertex/Makefile
+++ b/net-p2p/py-vertex/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://divmod.org/static/projects/vertex/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Vertex-${PORTVERSION}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Vertex is an implementation of the Q2Q protocol
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/epsilon/__init__.py:${PORTSDIR}/devel/py-epsilon \
diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile
index f56cb6f912f..bb79a79551b 100644
--- a/net/mDNSResponder/Makefile
+++ b/net/mDNSResponder/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= net dns
MASTER_SITES= http://darwinsource.opendarwin.org/tarballs/apsl/
DISTNAME= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Apple's mDNSResponder
USE_LDCONFIG= YES
diff --git a/net/py-mantissa/Makefile b/net/py-mantissa/Makefile
index ae8ce13883f..d5bb9dbda94 100644
--- a/net/py-mantissa/Makefile
+++ b/net/py-mantissa/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Mantissa-${PORTVERSION}
EXTRACT_SUFX= .tar.gz?format=raw
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Mantissa is an application server using the DivMod components
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/nevow/__init__.py:${PORTSDIR}/www/py-nevow \
diff --git a/news/py-yenc/Makefile b/news/py-yenc/Makefile
index 7bae100b583..58b232b1cf6 100644
--- a/news/py-yenc/Makefile
+++ b/news/py-yenc/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= news python
MASTER_SITES= http://www.hellanzb.com/hellanzb-content/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= A yenc decoding module for Python in C
USE_PYTHON= yes
diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile
index fa1e176e863..a522ebf1c17 100644
--- a/security/py-tlslite/Makefile
+++ b/security/py-tlslite/Makefile
@@ -10,7 +10,7 @@ CATEGORIES= security python
MASTER_SITES= http://trevp.net/tlslite/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= Python module implenting SSL 3.0, TLS 1.0 and TLS 1.1
USE_PYTHON= yes
diff --git a/security/py-trustedpickle/Makefile b/security/py-trustedpickle/Makefile
index 9a0bd86ed2d..d86003a5640 100644
--- a/security/py-trustedpickle/Makefile
+++ b/security/py-trustedpickle/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TrustedPickle
EXTRACT_SUFX= .tgz
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= TrustedPickle is a Python (de)Pickler with a way to verify the data
USE_PYTHON= yes
diff --git a/www/py-meld/Makefile b/www/py-meld/Makefile
index 6e1b7f965c2..3f3f9cc3bf8 100644
--- a/www/py-meld/Makefile
+++ b/www/py-meld/Makefile
@@ -14,7 +14,7 @@ DISTNAME= PyMeld
EXTRACT_SUFX= .py
EXTRACT_ONLY= # This space left intentionally empty
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= A system for manipulating HTML using a Pythonic object model
USE_PYTHON= yes
diff --git a/www/py-meld3/Makefile b/www/py-meld3/Makefile
index 6e1b7f965c2..3f3f9cc3bf8 100644
--- a/www/py-meld3/Makefile
+++ b/www/py-meld3/Makefile
@@ -14,7 +14,7 @@ DISTNAME= PyMeld
EXTRACT_SUFX= .py
EXTRACT_ONLY= # This space left intentionally empty
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= A system for manipulating HTML using a Pythonic object model
USE_PYTHON= yes
diff --git a/www/py-nevow/Makefile b/www/py-nevow/Makefile
index 65047557046..92b4361ac7e 100644
--- a/www/py-nevow/Makefile
+++ b/www/py-nevow/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Nevow-${PORTVERSION}
EXTRACT_SUFX= .tar.gz?format=raw
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= A web application templating system, based on the the Twisted Woven
USE_PYTHON= yes
diff --git a/x11-toolkits/py-gui/Makefile b/x11-toolkits/py-gui/Makefile
index 55fc07429ae..6db9ce2d09d 100644
--- a/x11-toolkits/py-gui/Makefile
+++ b/x11-toolkits/py-gui/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python_gui/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyGUI-${PORTVERSION}-1
-MAINTAINER= alex@foxybanana.com
+MAINTAINER= alexbl@FreeBSD.org
COMMENT= A cross-platform pythonic GUI API
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/Distutils/__init__.py:${PORTSDIR}/devel/pyrex