pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lua-sql-*: pkglint
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Oct 8 14:22:34 2016 +0200
Changeset: 2b1dd7fa5583d87f0a103dfbbc75264d25917441
Modified Files:
lua-sql-mysql/Makefile
lua-sql-mysql/Makefile.common
lua-sql-sqlite3/Makefile
Log Message:
lua-sql-*: pkglint
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b1dd7fa5583d87f0a103dfbbc75264d25917441
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lua-sql-mysql/Makefile | 1 -
lua-sql-mysql/Makefile.common | 8 +++++---
lua-sql-sqlite3/Makefile | 2 ++
3 files changed, 7 insertions(+), 4 deletions(-)
diffs:
diff --git a/lua-sql-mysql/Makefile b/lua-sql-mysql/Makefile
index fa4f2e9..924311e 100644
--- a/lua-sql-mysql/Makefile
+++ b/lua-sql-mysql/Makefile
@@ -6,7 +6,6 @@ PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/luasql/sql-mysql/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= MySQL bindings for Lua
-LICENSE= mit
BUILD_TARGET= mysql
diff --git a/lua-sql-mysql/Makefile.common b/lua-sql-mysql/Makefile.common
index a5daeda..b0539d6 100644
--- a/lua-sql-mysql/Makefile.common
+++ b/lua-sql-mysql/Makefile.common
@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.9 2012/11/25 23:32:27 othyro Exp $
-# used by wip/lua-sql-postgres/Makefile"
-# used by wip/lua-sql-sqlite/Makefile"
-# used by wip/lua-sql-sqlite3/Makefile"
+#
+# used by wip/lua-sql-postgres/Makefile
+# used by wip/lua-sql-sqlite/Makefile
+# used by wip/lua-sql-sqlite3/Makefile
# TODO: firebird, oci8, odbc
@@ -11,6 +12,7 @@ CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=keplerproject/}
GITHUB_TAG= v${PKGVERSION_NOREV}
+LICENSE= mit
HOMEPAGE= http://www.keplerproject.org/luasql/
USE_TOOLS+= gmake
diff --git a/lua-sql-sqlite3/Makefile b/lua-sql-sqlite3/Makefile
index 11f43cc..96a1a62 100644
--- a/lua-sql-sqlite3/Makefile
+++ b/lua-sql-sqlite3/Makefile
@@ -1,5 +1,7 @@
# $NetBSD: Makefile,v 1.9 2012/11/25 23:32:27 othyro Exp $
+.include "../../wip/lua-sql-mysql/Makefile.common"
+
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/luasql/sql-sqlite3/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index