aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-09 02:50:12 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-09 02:50:12 +0000
commitc72dc261980507cd8b4ce2fe7a5de556102e3ad4 (patch)
treed97e5e5b3a0909c89886cf6d39df1a59630155ee
parentf8680edbe563af3785dbcf7b47f9a5b08f6616c2 (diff)
downloadports-c72dc261980507cd8b4ce2fe7a5de556102e3ad4.tar.gz
ports-c72dc261980507cd8b4ce2fe7a5de556102e3ad4.zip
Notes
-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 67705b12aa89..a883bbcfb8c3 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= ports@FreeBSD.org
+MAINTAINER= pgollucci.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 a36890ebaf1c..a0a60cb27edc 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= ports@FreeBSD.org
+MAINTAINER= pgollucci.org
COMMENT= Gettext binding for Lua 5
USE_LUA?= 5.1
diff --git a/devel/lua-posix/Makefile b/devel/lua-posix/Makefile
index 22a25ae0b63b..8e7098f4afcc 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= ports@FreeBSD.org
+MAINTAINER= pgollucci.org
COMMENT= A POSIX layer for Lua
USE_LUA?= 5.1
diff --git a/devel/lua-pty/Makefile b/devel/lua-pty/Makefile
index 8babbffa1575..d8d4841ef24b 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= ports@FreeBSD.org
+MAINTAINER= pgollucci.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 d5e1fa9141e5..d34803aea09b 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= ports@FreeBSD.org
+MAINTAINER= pgollucci.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 b2bc5c462b18..c77f07f4b617 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= ports@FreeBSD.org
+MAINTAINER= pgollucci.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 91d51e60d40d..c31b2b541fe7 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= ports@FreeBSD.org
+MAINTAINER= pgollucci.org
COMMENT= IPv4 Sockets support for the Lua language
USE_GMAKE= yes