From nobody Sat Jan 01 07:21:07 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 566441921DB7; Sat, 1 Jan 2022 07:21:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JQtj007H5z4k93; Sat, 1 Jan 2022 07:21:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D83C31A7BB; Sat, 1 Jan 2022 07:21:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 2017L7cH001066; Sat, 1 Jan 2022 07:21:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 2017L79f001065; Sat, 1 Jan 2022 07:21:07 GMT (envelope-from git) Date: Sat, 1 Jan 2022 07:21:07 GMT Message-Id: <202201010721.2017L79f001065@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Charlie Li Subject: git: 29f62814e926 - main - databases/sqlite3: unbreak fetch List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: vishwin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 29f62814e9260a18475b403b8ec1567660621c97 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641021668; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nM13bMBXij9zScPr+GJYCAt2qJ4lUgPvSm2lzxUkCFU=; b=yhzzacEiAoeqd9y7ULXpxnzhW38yvCJPwtG22GMobVP7XV9K1VtD0e0IKSlA+1EIecPz5b wgW49TpPUl9CjuwMHqbouRSQ5DhXiHPjkvjk2Y6/3Fpef3h577zFAlHP5j5ijwg8vh/Uhc 4orGB258jC5gl53j+LxHkkjOvyblENmGBwMCn+FmcX3CBOJW8ALDwvoFrXklfSRz+ZS/tn zqQnAG2xAPGyugnAkR/vaY1a9u5q7JCCRpQ6r1tnkBDW8GaYb15TpPTVnmxUijmJHiEKg8 mk12QpOp57CYVsUbkTkJ1e35Vk8wr5pwo9efC1ghGVzh/5XHl/naXRHo8FWVDQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641021668; a=rsa-sha256; cv=none; b=ja32D8FYrSwB7VDZVbEjv5xEfph0HdAyUKyDFstjanlyY7MVdE+cvEBRs0Wu3gIC26dbw+ yeWlSgQo2kNm0wnQq3AGZJw7NXEn1ksVE64Ri004eW8HoRxjE00BU4Ql+bxcVRXfXh0szT mTfoj0Pi/cxPGqhoevGy/1jZhA2opwranO3Sso0u1qlHGGHPzHbzicE2Hy5kY8Cfqzk9aW XH+iDqoOzccQQ/mZ1xoEMsq2W3VlAr8mXGNweaZlwOsQ53ps1ntx8EJ1/XHIskP2iErEmF xwXoLChMcozZkT2Yoiz9kDmR7rkJkfwl4U1wrjx1qFz5MAszug9vDXrrnXUUDQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=29f62814e9260a18475b403b8ec1567660621c97 commit 29f62814e9260a18475b403b8ec1567660621c97 Author: Charlie Li AuthorDate: 2022-01-01 07:02:44 +0000 Commit: Charlie Li CommitDate: 2022-01-01 07:12:27 +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) --- databases/sqlite3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 723a0371df9a..dd161068d209 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -5,7 +5,7 @@ DISTVERSION= 3.35.5 PORTREVISION= 4 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