From ddda8698fafa17838779fe7c5ddc77d6881a8c07 Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 11 May 2012 20:49:58 +0000 Subject: [PATCH] regen PLIST --- archivers/luazlib/pkg/PLIST | 4 ++-- databases/luasqlite3/pkg/PFRAG.shared | 6 +++--- databases/luasqlite3/pkg/PLIST | 4 ++-- devel/coxpcall/Makefile | 4 ++-- devel/coxpcall/pkg/PLIST | 4 ++-- graphics/luagd/pkg/PLIST | 4 ++-- mail/osbf-lua/pkg/PLIST | 4 ++-- net/luasocket/pkg/PFRAG.shared | 12 ++++++------ net/luasocket/pkg/PLIST | 22 +++++++++++----------- security/luacrypto/pkg/PLIST | 4 ++-- security/luasec/pkg/PFRAG.shared | 4 ++-- security/luasec/pkg/PLIST | 4 ++-- sysutils/luastatgrab/pkg/PLIST | 6 +++--- textproc/luaexpat/pkg/PLIST | 8 ++++---- 14 files changed, 45 insertions(+), 45 deletions(-) diff --git a/archivers/luazlib/pkg/PLIST b/archivers/luazlib/pkg/PLIST index 9159fdd03d5..fbed90e1716 100644 --- a/archivers/luazlib/pkg/PLIST +++ b/archivers/luazlib/pkg/PLIST @@ -1,2 +1,2 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2010/07/26 01:17:48 jolan Exp $ -lib/lua/5.1/zlib.so +@comment $OpenBSD: PLIST,v 1.2 2012/05/11 20:49:58 jasper Exp $ +lib/lua/${MODLUA_VERSION}/zlib.so diff --git a/databases/luasqlite3/pkg/PFRAG.shared b/databases/luasqlite3/pkg/PFRAG.shared index 64cde4f3c9b..70ea1de8a50 100644 --- a/databases/luasqlite3/pkg/PFRAG.shared +++ b/databases/luasqlite3/pkg/PFRAG.shared @@ -1,3 +1,3 @@ -@comment $OpenBSD: PFRAG.shared,v 1.2 2006/07/30 04:51:39 pedro Exp $ -lib/lua/5.1/sqlite3/ -lib/lua/5.1/sqlite3/core.so +@comment $OpenBSD: PFRAG.shared,v 1.3 2012/05/11 20:50:12 jasper Exp $ +lib/lua/${MODLUA_VERSION}/sqlite3/ +lib/lua/${MODLUA_VERSION}/sqlite3/core.so diff --git a/databases/luasqlite3/pkg/PLIST b/databases/luasqlite3/pkg/PLIST index 1e9ba6c5b2d..df88e01c08f 100644 --- a/databases/luasqlite3/pkg/PLIST +++ b/databases/luasqlite3/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2006/07/30 04:51:39 pedro Exp $ +@comment $OpenBSD: PLIST,v 1.3 2012/05/11 20:50:12 jasper Exp $ %%SHARED%% share/doc/luasqlite3/ share/doc/luasqlite3/documentation.html @@ -10,4 +10,4 @@ share/examples/luasqlite3/simple.lua share/examples/luasqlite3/smart.lua share/examples/luasqlite3/statement.lua share/examples/luasqlite3/tracing.lua -share/lua/5.1/sqlite3.lua +share/lua/${MODLUA_VERSION}/sqlite3.lua diff --git a/devel/coxpcall/Makefile b/devel/coxpcall/Makefile index 0dd71b46557..5533b1dc180 100644 --- a/devel/coxpcall/Makefile +++ b/devel/coxpcall/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2010/09/09 17:34:14 jasper Exp $ +# $OpenBSD: Makefile,v 1.3 2012/05/11 20:55:00 jasper Exp $ COMMENT = encapsulate protected Lua calls with a coroutine based loop DISTNAME = coxpcall-1.13.0 -REVISION= 0 +REVISION= 1 CATEGORIES = devel HOMEPAGE = http://coxpcall.luaforge.net/ diff --git a/devel/coxpcall/pkg/PLIST b/devel/coxpcall/pkg/PLIST index f1290b065fb..eb803b20694 100644 --- a/devel/coxpcall/pkg/PLIST +++ b/devel/coxpcall/pkg/PLIST @@ -1,2 +1,2 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2009/08/15 17:34:36 jolan Exp $ -share/lua/5.1/coxpcall.lua +@comment $OpenBSD: PLIST,v 1.2 2012/05/11 20:55:00 jasper Exp $ +share/lua/${MODLUA_VERSION}/coxpcall.lua diff --git a/graphics/luagd/pkg/PLIST b/graphics/luagd/pkg/PLIST index d7fef683b05..a95c0e51344 100644 --- a/graphics/luagd/pkg/PLIST +++ b/graphics/luagd/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.3 2010/06/18 18:08:57 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.4 2012/05/11 20:51:32 jasper Exp $ %%SHARED%% share/doc/luagd/ share/doc/luagd/cat.png @@ -39,4 +39,4 @@ share/examples/luagd/ttftext.lua share/examples/luagd/ttftextex.lua share/examples/luagd/utf-8.lua share/examples/luagd/utf-8.png -share/lua/5.1/gd.lua +share/lua/${MODLUA_VERSION}/gd.lua diff --git a/mail/osbf-lua/pkg/PLIST b/mail/osbf-lua/pkg/PLIST index 77c35f7dd8b..2af9c309e9c 100644 --- a/mail/osbf-lua/pkg/PLIST +++ b/mail/osbf-lua/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/03/17 21:37:08 jolan Exp $ -lib/lua/5.1/osbf.so +@comment $OpenBSD: PLIST,v 1.2 2012/05/11 20:51:32 jasper Exp $ +lib/lua/${MODLUA_VERSION}/osbf.so share/osbf-lua/ share/osbf-lua/cache_report.lua share/osbf-lua/classify.sample diff --git a/net/luasocket/pkg/PFRAG.shared b/net/luasocket/pkg/PFRAG.shared index d5e8b77626a..eae9077a5ec 100644 --- a/net/luasocket/pkg/PFRAG.shared +++ b/net/luasocket/pkg/PFRAG.shared @@ -1,6 +1,6 @@ -@comment $OpenBSD: PFRAG.shared,v 1.5 2006/09/23 18:05:31 pedro Exp $ -lib/lua/5.1/mime/ -lib/lua/5.1/mime/core.so -lib/lua/5.1/socket/ -lib/lua/5.1/socket/core.so -lib/lua/5.1/socket/unix.so +@comment $OpenBSD: PFRAG.shared,v 1.6 2012/05/11 20:51:48 jasper Exp $ +lib/lua/${MODLUA_VERSION}/mime/ +lib/lua/${MODLUA_VERSION}/mime/core.so +lib/lua/${MODLUA_VERSION}/socket/ +lib/lua/${MODLUA_VERSION}/socket/core.so +lib/lua/${MODLUA_VERSION}/socket/unix.so diff --git a/net/luasocket/pkg/PLIST b/net/luasocket/pkg/PLIST index 21cff269557..f7c9ade74ad 100644 --- a/net/luasocket/pkg/PLIST +++ b/net/luasocket/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.5 2009/09/06 13:46:58 jolan Exp $ +@comment $OpenBSD: PLIST,v 1.6 2012/05/11 20:51:48 jasper Exp $ share/doc/luasocket/ share/doc/luasocket/dns.html share/doc/luasocket/ftp.html @@ -27,13 +27,13 @@ share/examples/luasocket/lpr.lua share/examples/luasocket/talker.lua share/examples/luasocket/tinyirc.lua %%SHARED%% -share/lua/5.1/ltn12.lua -share/lua/5.1/mime/ -share/lua/5.1/mime.lua -share/lua/5.1/socket/ -share/lua/5.1/socket.lua -share/lua/5.1/socket/ftp.lua -share/lua/5.1/socket/http.lua -share/lua/5.1/socket/smtp.lua -share/lua/5.1/socket/tp.lua -share/lua/5.1/socket/url.lua +share/lua/${MODLUA_VERSION}/ltn12.lua +share/lua/${MODLUA_VERSION}/mime/ +share/lua/${MODLUA_VERSION}/mime.lua +share/lua/${MODLUA_VERSION}/socket/ +share/lua/${MODLUA_VERSION}/socket.lua +share/lua/${MODLUA_VERSION}/socket/ftp.lua +share/lua/${MODLUA_VERSION}/socket/http.lua +share/lua/${MODLUA_VERSION}/socket/smtp.lua +share/lua/${MODLUA_VERSION}/socket/tp.lua +share/lua/${MODLUA_VERSION}/socket/url.lua diff --git a/security/luacrypto/pkg/PLIST b/security/luacrypto/pkg/PLIST index f9cba1ddf1a..8de74484849 100644 --- a/security/luacrypto/pkg/PLIST +++ b/security/luacrypto/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $OpenBSD: PLIST,v 1.4 2011/04/18 18:12:47 jasper Exp $ -lib/lua/5.1/crypto.so +@comment $OpenBSD: PLIST,v 1.5 2012/05/11 20:51:57 jasper Exp $ +lib/lua/${MODLUA_VERSION}/crypto.so share/doc/luacrypto/ share/doc/luacrypto/examples.html share/doc/luacrypto/index.html diff --git a/security/luasec/pkg/PFRAG.shared b/security/luasec/pkg/PFRAG.shared index 5dd9c9bb82a..774bc3d881a 100644 --- a/security/luasec/pkg/PFRAG.shared +++ b/security/luasec/pkg/PFRAG.shared @@ -1,2 +1,2 @@ -@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/09/06 14:29:32 jolan Exp $ -lib/lua/5.1/ssl.so +@comment $OpenBSD: PFRAG.shared,v 1.2 2012/05/11 20:51:57 jasper Exp $ +lib/lua/${MODLUA_VERSION}/ssl.so diff --git a/security/luasec/pkg/PLIST b/security/luasec/pkg/PLIST index 10f2917191e..986adb7f32e 100644 --- a/security/luasec/pkg/PLIST +++ b/security/luasec/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/06 14:29:32 jolan Exp $ +@comment $OpenBSD: PLIST,v 1.2 2012/05/11 20:51:57 jasper Exp $ %%SHARED%% share/examples/luasec/ share/examples/luasec/README @@ -36,4 +36,4 @@ share/examples/luasec/wantread/server.lua share/examples/luasec/wantwrite/ share/examples/luasec/wantwrite/client.lua share/examples/luasec/wantwrite/server.lua -share/lua/5.1/ssl.lua +share/lua/${MODLUA_VERSION}/ssl.lua diff --git a/sysutils/luastatgrab/pkg/PLIST b/sysutils/luastatgrab/pkg/PLIST index de40b9054cc..c0494c1a0cf 100644 --- a/sysutils/luastatgrab/pkg/PLIST +++ b/sysutils/luastatgrab/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2010/07/01 20:17:47 jasper Exp $ -lib/lua/5.1/libstatgrab.so +@comment $OpenBSD: PLIST,v 1.2 2012/05/11 20:52:12 jasper Exp $ +lib/lua/${MODLUA_VERSION}/libstatgrab.so share/doc/luastatgrab/ share/doc/luastatgrab/API.txt -share/lua/5.1/statgrab.lua +share/lua/${MODLUA_VERSION}/statgrab.lua diff --git a/textproc/luaexpat/pkg/PLIST b/textproc/luaexpat/pkg/PLIST index 705937c01d6..91bcecdda26 100644 --- a/textproc/luaexpat/pkg/PLIST +++ b/textproc/luaexpat/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $OpenBSD: PLIST,v 1.2 2011/06/08 14:23:11 gsoares Exp $ -lib/lua/5.1/lxp.so +@comment $OpenBSD: PLIST,v 1.3 2012/05/11 20:52:12 jasper Exp $ +lib/lua/${MODLUA_VERSION}/lxp.so share/doc/luaexpat/ share/doc/luaexpat/examples.html share/doc/luaexpat/index.html @@ -7,5 +7,5 @@ share/doc/luaexpat/license.html share/doc/luaexpat/lom.html share/doc/luaexpat/luaexpat.png share/doc/luaexpat/manual.html -share/lua/5.1/lxp/ -share/lua/5.1/lxp/lom.lua +share/lua/${MODLUA_VERSION}/lxp/ +share/lua/${MODLUA_VERSION}/lxp/lom.lua