diff options
author | obache <obache> | 2013-08-15 06:32:05 +0000 |
---|---|---|
committer | obache <obache> | 2013-08-15 06:32:05 +0000 |
commit | e0472766fae7b7804983cf016707e52b4ba63c24 (patch) | |
tree | 5f943f3e6c749283b5456270ecca3e1fdc4a8484 /net/lua-socket | |
parent | 16ecd3017d38a318f29a64bbaa69052b325abafd (diff) | |
download | pkgsrc-e0472766fae7b7804983cf016707e52b4ba63c24.tar.gz |
Revbump after updating lang/lua to 5.2.2.
Diffstat (limited to 'net/lua-socket')
-rw-r--r-- | net/lua-socket/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/lua-socket/Makefile b/net/lua-socket/Makefile index 36b570ae95a..f86ab265174 100644 --- a/net/lua-socket/Makefile +++ b/net/lua-socket/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2012/10/23 17:18:36 asau Exp $ +# $NetBSD: Makefile,v 1.3 2013/08/15 06:32:06 obache Exp $ # DISTNAME= luasocket-2.0.2 PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/lua//} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://luaforge.net/frs/download.php/2664/ |