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

(-)databases/sqlite3/Makefile (-6 / +6 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/databases/sqlite3/Makefile 447763 2017-08-11 14:12:44Z lev $
2
# $FreeBSD: head/databases/sqlite3/Makefile 447763 2017-08-11 14:12:44Z lev $
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
PORTVERSION=	3.20.0
5
PORTVERSION=	3.20.1
6
PORTREVISION=	2
7
CATEGORIES=	databases
6
CATEGORIES=	databases
8
MASTER_SITES=	https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/
7
MASTER_SITES=	https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/
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 200-208 Link Here
200
.include <bsd.port.options.mk>
199
.include <bsd.port.options.mk>
201
200
202
# Platform Configuration
201
# Platform Configuration
203
.if !defined(WITH_DEBUG)
204
CFLAGS+=	-Os
205
.endif
206
CPPFLAGS+=	-DHAVE_ISNAN=1 -DHAVE_MALLOC_USABLE_SIZE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_USLEEP=1 -DHAVE_STRCHRNUL=1
202
CPPFLAGS+=	-DHAVE_ISNAN=1 -DHAVE_MALLOC_USABLE_SIZE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_USLEEP=1 -DHAVE_STRCHRNUL=1
207
203
208
post-configure:
204
post-configure:
Lines 221-227 Link Here
221
	${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
217
	${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
222
218
223
# for compares with checksum from of the site
219
# for compares with checksum from of the site
224
sha1:
220
sha1: fetch
221
.if defined(SHA1) && !empty(SHA1)
222
	@sha1 -c ${SHA1} ${DISTDIR}/${ALLFILES}
223
.else
225
	@sha1 ${DISTDIR}/${ALLFILES}
224
	@sha1 ${DISTDIR}/${ALLFILES}
225
.endif
226
226
227
.include <bsd.port.mk>
227
.include <bsd.port.mk>
(-)databases/sqlite3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1502198494
1
TIMESTAMP = 1503825216
2
SHA256 (sqlite-autoconf-3200000.tar.gz) = 3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0
2
SHA256 (sqlite-autoconf-3200100.tar.gz) = ec66595b29bc0798b023a5122021ea646ab4fa9e2f735937c5426feeba950742
3
SIZE (sqlite-autoconf-3200000.tar.gz) = 2565548
3
SIZE (sqlite-autoconf-3200100.tar.gz) = 2565638

Return to bug 221850