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

Collapse All | Expand All

(-)sqlite3.new/Makefile (-2 / +2 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/databases/sqlite3/Makefile 377561 2015-01-20 23:17:11Z marino $
2
# $FreeBSD: head/databases/sqlite3/Makefile 377561 2015-01-20 23:17:11Z marino $
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
PORTVERSION=	3.8.8.1
5
PORTVERSION=	3.8.8
6
CATEGORIES=	databases
6
CATEGORIES=	databases
7
MASTER_SITES=	http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
7
MASTER_SITES=	http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
8
DISTNAME=	sqlite-autoconf-3080801
8
DISTNAME=	sqlite-autoconf-3080800
9
9
10
MAINTAINER=	pavelivolkov@gmail.com
10
MAINTAINER=	pavelivolkov@gmail.com
11
COMMENT=	SQL database engine in a C library
11
COMMENT=	SQL database engine in a C library
(-)sqlite3.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (sqlite-autoconf-3080801.tar.gz) = 2721361eb4a71d5f727dfa466bd910dadd5dbeb4d2d57b8b34205f7ce7e5b7f9
1
SHA256 (sqlite-autoconf-3080800.tar.gz) = c6409da6e7ba853c53bfa88c740f353b016721f943a44aad6e7b11dfb1d60535
2
SIZE (sqlite-autoconf-3080801.tar.gz) = 2021072
2
SIZE (sqlite-autoconf-3080800.tar.gz) = 2020708

Return to bug 197082