View | Details | Raw Unified | Return to bug 232249
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.25.2
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 = 1539525698
2
SHA256 (sqlite-autoconf-3250100.tar.gz) = 96ed46bd87f093073ca8afd613020def847009b611c89f397bc24bd932ec6fd1
2
SHA256 (sqlite-autoconf-3250200.tar.gz) = da9a1484423d524d3ac793af518cdf870c8255d209e369bd6a193e9f9d0e3181
3
SIZE (sqlite-autoconf-3250100.tar.gz) = 2763831
3
SIZE (sqlite-autoconf-3250200.tar.gz) = 2763876

Return to bug 232249