View | Details | Raw Unified | Return to bug 252964 | Differences between
and this patch

Collapse All | Expand All

(-)databases/tcl-sqlite3/Makefile (-2 / +2 lines)
Lines 1-9 Link Here
1
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 557726 2020-12-11 12:07:15Z gahr $
1
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 557726 2020-12-11 12:07:15Z gahr $
2
2
3
PORTNAME=	sqlite3
3
PORTNAME=	sqlite3
4
PORTVERSION=	3.34.0
4
PORTVERSION=	3.34.1
5
CATEGORIES=	databases tcl
5
CATEGORIES=	databases tcl
6
MASTER_SITES=	https://www.sqlite.org/2020/ https://www2.sqlite.org/2020/ https://www3.sqlite.org/2020/
6
MASTER_SITES=	https://www.sqlite.org/2021/ https://www2.sqlite.org/2021/ https://www3.sqlite.org/2021/
7
PKGNAMEPREFIX=	tcl-
7
PKGNAMEPREFIX=	tcl-
8
DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
8
DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
9
9
(-)databases/tcl-sqlite3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1607687979
1
TIMESTAMP = 1611470952
2
SHA256 (sqlite-autoconf-3340000.tar.gz) = bf6db7fae37d51754737747aaaf413b4d6b3b5fbacd52bdb2d0d6e5b2edd9aee
2
SHA256 (sqlite-autoconf-3340100.tar.gz) = 2a3bca581117b3b88e5361d0ef3803ba6d8da604b1c1a47d902ef785c1b53e89
3
SIZE (sqlite-autoconf-3340000.tar.gz) = 2930085
3
SIZE (sqlite-autoconf-3340100.tar.gz) = 2930089

Return to bug 252964