pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/lua-sql-mysql



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan  8 07:45:30 UTC 2026

Modified Files:
        pkgsrc/databases/lua-sql-mysql: Makefile.common

Log Message:
lua-sql*: update HOMEPAGE and MASTER_SITES


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/lua-sql-mysql/Makefile.common

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

Modified files:

Index: pkgsrc/databases/lua-sql-mysql/Makefile.common
diff -u pkgsrc/databases/lua-sql-mysql/Makefile.common:1.6 pkgsrc/databases/lua-sql-mysql/Makefile.common:1.7
--- pkgsrc/databases/lua-sql-mysql/Makefile.common:1.6  Thu Jul  2 10:26:18 2020
+++ pkgsrc/databases/lua-sql-mysql/Makefile.common      Thu Jan  8 07:45:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2020/07/02 10:26:18 nia Exp $
+# $NetBSD: Makefile.common,v 1.7 2026/01/08 07:45:30 wiz Exp $
 #
 # used by databases/lua-sql-postgres/Makefile
 # used by databases/lua-sql-sqlite3/Makefile
@@ -8,11 +8,11 @@
 GITHUB_PROJECT=        luasql
 DISTNAME=      luasql-2.3.2
 CATEGORIES=    databases lua
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=keplerproject/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=lunarmodules/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 LICENSE=       mit
-HOMEPAGE=      https://keplerproject.github.io/luasql/
+HOMEPAGE=      https://github.com/lunarmodules/luasql
 
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index