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

(-)databases/sqlite3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1471674483
1
TIMESTAMP = 1478257190
2
SHA256 (sqlite-autoconf-3140100.tar.gz) = bc7182476900017becb81565ecea7775d46ab747a97281aa610f4f45881c47a6
2
SHA256 (sqlite-autoconf-3150000.tar.gz) = 77162da9b4a0336d7e77d5252b690662850f62b47c12d9125f74ab9de78ded27
3
SIZE (sqlite-autoconf-3140100.tar.gz) = 2473610
3
SIZE (sqlite-autoconf-3150000.tar.gz) = 2490473
(-)databases/sqlite3/Makefile (-2 / +5 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/databases/sqlite3/Makefile 422711 2016-09-24 11:06:57Z tijl $
2
# $FreeBSD: head/databases/sqlite3/Makefile 422711 2016-09-24 11:06:57Z tijl $
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
PORTVERSION=	3.14.1
5
PORTVERSION=	3.15.0
6
PORTREVISION=	1
7
CATEGORIES=	databases
6
CATEGORIES=	databases
8
MASTER_SITES=	https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/
7
MASTER_SITES=	https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/
9
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
Lines 208-211 post-build: Link Here
208
	@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"
207
	@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"
209
.endif
208
.endif
210
209
210
# for compares with checksum from of the site
211
sha1:
212
	@sha1 ${DISTDIR}/${ALLFILES}
213
211
.include <bsd.port.mk>
214
.include <bsd.port.mk>

Return to bug 214214