aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/lua-filename/Makefile2
-rw-r--r--devel/lua-gettext/Makefile2
-rw-r--r--devel/lua-posix/Makefile2
-rw-r--r--devel/lua-pty/Makefile2
-rw-r--r--devel/lua50-app/Makefile2
-rw-r--r--devel/lua50-dfui/Makefile2
-rw-r--r--net/luasocket/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/devel/lua-filename/Makefile b/devel/lua-filename/Makefile
index a883bbcfb8c3..7eeed7ba7647 100644
--- a/devel/lua-filename/Makefile
+++ b/devel/lua-filename/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
DISTFILES= filename.lua?rev=${PORTVERSION}
EXTRACT_ONLY= #
-MAINTAINER= pgollucci.org
+MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Filename-manipulating functions for Lua 5
USE_LUA?= 5.1
diff --git a/devel/lua-gettext/Makefile b/devel/lua-gettext/Makefile
index a0a60cb27edc..c6280043895e 100644
--- a/devel/lua-gettext/Makefile
+++ b/devel/lua-gettext/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= philip
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
DISTFILES= lua_gettext.c?rev=${CVER} gettext.lua?rev=${LVER}
-MAINTAINER= pgollucci.org
+MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Gettext binding for Lua 5
USE_LUA?= 5.1
diff --git a/devel/lua-posix/Makefile b/devel/lua-posix/Makefile
index 8e7098f4afcc..30501d951dc4 100644
--- a/devel/lua-posix/Makefile
+++ b/devel/lua-posix/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.0/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
DISTFILES= lposix.tar.gz
-MAINTAINER= pgollucci.org
+MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A POSIX layer for Lua
USE_LUA?= 5.1
diff --git a/devel/lua-pty/Makefile b/devel/lua-pty/Makefile
index d8d4841ef24b..8208fb8cfbbf 100644
--- a/devel/lua-pty/Makefile
+++ b/devel/lua-pty/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= philip
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
DISTFILES= pty.lua?rev=1.2 pty.c?rev=1.25
-MAINTAINER= pgollucci.org
+MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Pty (pseudo-terminal) bindings for Lua 5
USE_LUA?= 5.1
diff --git a/devel/lua50-app/Makefile b/devel/lua50-app/Makefile
index d34803aea09b..105fd9fa3c10 100644
--- a/devel/lua50-app/Makefile
+++ b/devel/lua50-app/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
DISTFILES= app.lua?rev=${PORTVERSION}
EXTRACT_ONLY= #
-MAINTAINER= pgollucci.org
+MAINTAINER= pgollucci@FreeBSD.org
COMMENT= App framework for Lua 5.0.x
USE_LUA= 5.0
diff --git a/devel/lua50-dfui/Makefile b/devel/lua50-dfui/Makefile
index c77f07f4b617..f77eeb43d93a 100644
--- a/devel/lua50-dfui/Makefile
+++ b/devel/lua50-dfui/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= philip
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
DISTNAME= lua-dfui-0.1.20050901
-MAINTAINER= pgollucci.org
+MAINTAINER= pgollucci@FreeBSD.org
COMMENT= DFUI binding for Lua 5.0.x
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/lua50-compat51:extract
diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile
index c31b2b541fe7..16817c977149 100644
--- a/net/luasocket/Makefile
+++ b/net/luasocket/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= net
MASTER_SITES= http://luaforge.net/frs/download.php/2664/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
-MAINTAINER= pgollucci.org
+MAINTAINER= pgollucci@FreeBSD.org
COMMENT= IPv4 Sockets support for the Lua language
USE_GMAKE= yes