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

(-)sqlite3.new/Makefile (-2 / +2 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/databases/sqlite3/Makefile 378047 2015-01-28 08:37:39Z madpilot $
2
# $FreeBSD: head/databases/sqlite3/Makefile 378047 2015-01-28 08:37:39Z madpilot $
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
PORTVERSION=	3.8.8.1
5
PORTVERSION=	3.8.8.2
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-3080802
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-3080802.tar.gz) = aaa31e961963ff6d34c253c0464e667446d7674f8e375b62a3d66aa5dea26c2d
2
SIZE (sqlite-autoconf-3080801.tar.gz) = 2021072
2
SIZE (sqlite-autoconf-3080802.tar.gz) = 2021091

Return to bug 197285