View | Details | Raw Unified | Return to bug 206063
Collapse All | Expand All

(-)ports/databases/tcl-sqlite3/Makefile (-2 / +2 lines)
Lines 1-9 Link Here
1
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 401203 2015-11-10 19:41:23Z robak $
1
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 401203 2015-11-10 19:41:23Z robak $
2
2
3
PORTNAME=	sqlite3
3
PORTNAME=	sqlite3
4
PORTVERSION=	3.9.2
4
PORTVERSION=	3.10.0
5
CATEGORIES=	databases tcl
5
CATEGORIES=	databases tcl
6
MASTER_SITES=	https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
6
MASTER_SITES=	https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/
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
(-)ports/databases/tcl-sqlite3/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (sqlite-autoconf-3090200.tar.gz) = 064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b
1
SHA256 (sqlite-autoconf-3100000.tar.gz) = 43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042
2
SIZE (sqlite-autoconf-3090200.tar.gz) = 2284431
2
SIZE (sqlite-autoconf-3100000.tar.gz) = 2331542
(-)ports/databases/tcl-sqlite3/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
This is the SQLite extension for Tcl using the Tcl Extension
1
This is the SQLite extension for Tcl using the Tcl Extension
2
Architecture (TEA).
2
Architecture (TEA).
3
3
4
WWW: http://www.sqlite.org/
4
WWW: https://www.sqlite.org/

Return to bug 206063