pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lua-sql-sqlite*: Fix PKGNAME



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Oct 8 14:00:30 2016 +0200
Changeset:	6d089fa5c26b192f74b5fb16e78ee911b8228482

Modified Files:
	lua-sql-sqlite/Makefile
	lua-sql-sqlite3/Makefile

Log Message:
lua-sql-sqlite*: Fix PKGNAME

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6d089fa5c26b192f74b5fb16e78ee911b8228482

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lua-sql-sqlite/Makefile  | 2 +-
 lua-sql-sqlite3/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/lua-sql-sqlite/Makefile b/lua-sql-sqlite/Makefile
index a794c3d..42053ad 100644
--- a/lua-sql-sqlite/Makefile
+++ b/lua-sql-sqlite/Makefile
@@ -2,7 +2,7 @@
 
 GITHUB_PROJECT=	luasql
 DISTNAME=	luasql-2.3.2
-PKGNAME=	${LUA_PKGPREFIX}-${DISTNAME:S/luasql/sql-mysql/}
+PKGNAME=	${LUA_PKGPREFIX}-${DISTNAME:S/luasql/sql-sqlite/}
 CATEGORIES=	databases lua
 MASTER_SITES=	${MASTER_SITE_GITHUB:=keplerproject/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/lua-sql-sqlite3/Makefile b/lua-sql-sqlite3/Makefile
index 85a0021..1fe1ab4 100644
--- a/lua-sql-sqlite3/Makefile
+++ b/lua-sql-sqlite3/Makefile
@@ -2,7 +2,7 @@
 
 GITHUB_PROJECT=	luasql
 DISTNAME=	luasql-2.3.2
-PKGNAME=	${LUA_PKGPREFIX}-${DISTNAME:S/luasql/sql-mysql/}
+PKGNAME=	${LUA_PKGPREFIX}-${DISTNAME:S/luasql/sql-sqlite3/}
 CATEGORIES=	databases lua
 MASTER_SITES=	${MASTER_SITE_GITHUB:=keplerproject/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}


Home | Main Index | Thread Index | Old Index