pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/sqlite3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 10 08:05:50 UTC 2026

Modified Files:
        pkgsrc/databases/sqlite3: Makefile.common

Log Message:
sqlite3: switch to https

Remove master site that just redirects


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/databases/sqlite3/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/sqlite3/Makefile.common
diff -u pkgsrc/databases/sqlite3/Makefile.common:1.126 pkgsrc/databases/sqlite3/Makefile.common:1.127
--- pkgsrc/databases/sqlite3/Makefile.common:1.126      Sat Jan 10 17:04:27 2026
+++ pkgsrc/databases/sqlite3/Makefile.common    Tue Feb 10 08:05:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.126 2026/01/10 17:04:27 adam Exp $
+# $NetBSD: Makefile.common,v 1.127 2026/02/10 08:05:50 wiz Exp $
 #
 # used by databases/sqlite3/Makefile
 # used by databases/sqlite3-diff/Makefile -- please `bmake makesum` there
@@ -9,8 +9,7 @@
 SQLITE3_DISTVERSION=   3510200
 SQLITE3_VERSION=       3.51.2
 
-MASTER_SITES=  http://www.sqlite.org/2026/
-MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2026/
+MASTER_SITES=  https://www.sqlite.org/2026/
 
-HOMEPAGE?=     http://www.sqlite.org/
+HOMEPAGE?=     https://www.sqlite.org/
 LICENSE=       public-domain



Home | Main Index | Thread Index | Old Index