aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-07-14 14:36:53 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-07-14 14:36:53 +0800
commit13f2e4a3483b51184d8e51fc4aae85ab2dc2c4db (patch)
tree92f927ae7f86a14eb532ddb82566c8c8ec19caef
parent844b870717321d2aa36a9173c4d7831785df1651 (diff)
downloadfreebsd-ports-gnome-13f2e4a3483b51184d8e51fc4aae85ab2dc2c4db.tar.gz
freebsd-ports-gnome-13f2e4a3483b51184d8e51fc4aae85ab2dc2c4db.tar.zst
freebsd-ports-gnome-13f2e4a3483b51184d8e51fc4aae85ab2dc2c4db.zip
- Update maintainer e-mail address
Requested by: private e-mail
-rw-r--r--net-im/prosody/Makefile4
-rw-r--r--security/luasec/Makefile4
-rw-r--r--textproc/luaexpat/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile
index d76f3fef1269..5c80c3b1d2e6 100644
--- a/net-im/prosody/Makefile
+++ b/net-im/prosody/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: prosody
# Date created: 25 June 2009
-# Whom: Andrew Lewis <dru@silenceisdefeat.net>
+# Whom: Andrew Lewis <freeghb@gmail.com>
#
# $FreeBSD$
#
@@ -10,7 +10,7 @@ PORTVERSION= 0.4.2
CATEGORIES= net-im
MASTER_SITES= http://prosody.im/downloads/source/
-MAINTAINER= dru@silenceisdefeat.net
+MAINTAINER= freeghb@gmail.com
COMMENT= A simple extensible XMPP server written in Lua
BUILD_DEPENDS= ${LOCALBASE}/include/stringprep.h:${PORTSDIR}/dns/libidn
diff --git a/security/luasec/Makefile b/security/luasec/Makefile
index 836b1a22b7a6..e3813d7e0b67 100644
--- a/security/luasec/Makefile
+++ b/security/luasec/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: luasec
# Date created: 25 June 2009
-# Whom: Andrew Lewis <dru@silenceisdefeat.net>
+# Whom: Andrew Lewis <freeghb@gmail.com>
#
# $FreeBSD$
#
@@ -11,7 +11,7 @@ CATEGORIES= security
MASTER_SITES= http://luaforge.net/frs/download.php/4059/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
-MAINTAINER= dru@silenceisdefeat.net
+MAINTAINER= freeghb@gmail.com
COMMENT= A Lua binding for the OpenSSL library to provide TLS/SSL communication
RUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket
diff --git a/textproc/luaexpat/Makefile b/textproc/luaexpat/Makefile
index 75b7c427624d..ec07fb100ce3 100644
--- a/textproc/luaexpat/Makefile
+++ b/textproc/luaexpat/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: luaexpat
# Date created: 25 June 2009
-# Whom: Andrew Lewis <dru@silenceisdefeat.net>
+# Whom: Andrew Lewis <freeghb@gmail.com>
#
# $FreeBSD$
#
@@ -11,7 +11,7 @@ CATEGORIES= textproc
MASTER_SITES= http://luaforge.net/frs/download.php/2469/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
-MAINTAINER= dru@silenceisdefeat.net
+MAINTAINER= freeghb@gmail.com
COMMENT= LuaExpat is a SAX XML parser based on the Expat library
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2