View | Details | Raw Unified | Return to bug 96071 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	luasocket
8
PORTNAME=	luasocket
9
PORTVERSION=	2.0
9
PORTVERSION=	2.0
10
PORTREVISION=	1
10
CATEGORIES=	net
11
CATEGORIES=	net
11
MASTER_SITES=	http://luaforge.net/frs/download.php/1097/
12
MASTER_SITES=	http://luaforge.net/frs/download.php/1097/
12
13
Lines 14-19 MAINTAINER= andrew+ports@fubar.geek.nz Link Here
14
COMMENT=	IPv4 Sockets support for the Lua language
15
COMMENT=	IPv4 Sockets support for the Lua language
15
16
16
BUILD_DEPENDS=	${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua
17
BUILD_DEPENDS=	${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua
18
RUN_DEPENDS=	${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua \
19
		${LOCALBASE}/share/lua/5.0/compat-5.1.lua:${PORTSDIR}/devel/lua50-compat51
17
20
18
USE_GMAKE=	yes
21
USE_GMAKE=	yes
19
22
(-)pkg-plist (-1 lines)
Lines 1-7 Link Here
1
share/lua/5.0/mime.lua
1
share/lua/5.0/mime.lua
2
share/lua/5.0/socket.lua
2
share/lua/5.0/socket.lua
3
share/lua/5.0/ltn12.lua
3
share/lua/5.0/ltn12.lua
4
share/lua/5.0/compat-5.1.lua
5
share/lua/5.0/socket/smtp.lua
4
share/lua/5.0/socket/smtp.lua
6
share/lua/5.0/socket/ftp.lua
5
share/lua/5.0/socket/ftp.lua
7
share/lua/5.0/socket/tp.lua
6
share/lua/5.0/socket/tp.lua

Return to bug 96071