Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jan 2022 07:21:24 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 9f533ce8386d - 2021Q4 - databases/sqlite3: unbreak fetch
Message-ID:  <202201010721.2017LORU001212@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f533ce8386ddc4b43d8b178e7c60f393f919a31

commit 9f533ce8386ddc4b43d8b178e7c60f393f919a31
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2022-01-01 07:02:44 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2022-01-01 07:21:16 +0000

    databases/sqlite3: unbreak fetch
    
    3.35.5 was not released in 2022, nor have there been any SQLite
    releases thus far in 2022.
    
    Approved by: portmgr (implicit)
    
    (cherry picked from commit 29f62814e9260a18475b403b8ec1567660621c97)
---
 databases/sqlite3/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index d5335e4c0841..fbab931b5e0f 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -5,7 +5,7 @@ DISTVERSION=	3.35.5
 PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	databases
-MASTER_SITES=	https://www.sqlite.org/${%Y:L:gmtime}/ https://www2.sqlite.org/${%Y:L:gmtime}/ https://www3.sqlite.org/${%Y:L:gmtime}/
+MASTER_SITES=	https://www.sqlite.org/2021/ https://www2.sqlite.org/2021/ https://www3.sqlite.org/2021/
 DISTNAME=	sqlite-src-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
 
 MAINTAINER=	pavelivolkov@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201010721.2017LORU001212>