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

(-)databases/tcl-sqlite3/Makefile (-4 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 480214 2018-09-20 21:18:02Z swills $
1
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 480214 2018-09-20 21:18:02Z swills $
2
2
3
PORTNAME=	sqlite3
3
PORTNAME=	sqlite3
4
PORTVERSION=	3.25.1
4
PORTVERSION=	3.26.0
5
CATEGORIES=	databases tcl
5
CATEGORIES=	databases tcl
6
MASTER_SITES=	https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/
6
MASTER_SITES=	https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/
7
PKGNAMEPREFIX=	tcl-
7
PKGNAMEPREFIX=	tcl-
Lines 14-27 Link Here
14
14
15
LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
15
LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
16
16
17
USES=		pkgconfig tcl:tea
18
USE_LDCONFIG=	yes
19
17
OPTIONS_DEFINE=	EXAMPLES THREADS
20
OPTIONS_DEFINE=	EXAMPLES THREADS
18
OPTIONS_DEFAULT=	THREADS
21
OPTIONS_DEFAULT=	THREADS
19
22
20
WRKSRC=		${WRKDIR}/${DISTNAME}/tea
23
WRKSRC=		${WRKDIR}/${DISTNAME}/tea
21
24
22
USES=		pkgconfig tcl:tea
23
USE_LDCONFIG=	yes
24
25
CFLAGS+=	`pkg-config --cflags sqlite3`
25
CFLAGS+=	`pkg-config --cflags sqlite3`
26
LDFLAGS+=	`pkg-config --libs sqlite3`
26
LDFLAGS+=	`pkg-config --libs sqlite3`
27
CONFIGURE_ARGS=	--with-system-sqlite
27
CONFIGURE_ARGS=	--with-system-sqlite
(-)databases/tcl-sqlite3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1537457415
1
TIMESTAMP = 1543740958
2
SHA256 (sqlite-autoconf-3250100.tar.gz) = 96ed46bd87f093073ca8afd613020def847009b611c89f397bc24bd932ec6fd1
2
SHA256 (sqlite-autoconf-3260000.tar.gz) = 5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d
3
SIZE (sqlite-autoconf-3250100.tar.gz) = 2763831
3
SIZE (sqlite-autoconf-3260000.tar.gz) = 2779667

Return to bug 233713