pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/guile-sqlite3



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Mar 30 16:39:08 UTC 2026

Modified Files:
        pkgsrc/databases/guile-sqlite3: Makefile

Log Message:
databases/guile-sqlite3: Update HOMEPAGE

notabug.org is no longer functional and upstream is now at codeberg.
Update HOMEPAGE and leave a note to dealw ith MASTER_SITES.

(Email to MAINTAINER timed out.)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/guile-sqlite3/Makefile

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

Modified files:

Index: pkgsrc/databases/guile-sqlite3/Makefile
diff -u pkgsrc/databases/guile-sqlite3/Makefile:1.21 pkgsrc/databases/guile-sqlite3/Makefile:1.22
--- pkgsrc/databases/guile-sqlite3/Makefile:1.21        Wed Jan  7 08:46:09 2026
+++ pkgsrc/databases/guile-sqlite3/Makefile     Mon Mar 30 16:39:08 2026
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.21 2026/01/07 08:46:09 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2026/03/30 16:39:08 gdt Exp $
 
 DISTNAME=      v0.1.3
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 PKGNAME=       guile-sqlite3-${DISTNAME:S/v//}
 PKGREVISION=   11
 CATEGORIES=    databases
+# \todo Update to codeberg
 MASTER_SITES=  https://notabug.org/guile-sqlite3/guile-sqlite3/archive/
 
 MAINTAINER=    nikita%NetBSD.org@localhost
-HOMEPAGE=      https://notabug.org/guile-sqlite3/guile-sqlite3/
+HOMEPAGE=      https://codeberg.org/guile-sqlite3/guile-sqlite3.git
 COMMENT=       Guile bindings for the SQLite3 database engine
 LICENSE=       gnu-gpl-v3
 



Home | Main Index | Thread Index | Old Index