View | Details | Raw Unified | Return to bug 85420 | Differences between
and this patch

Collapse All | Expand All

(-)sqlite3/Makefile (-3 / +3 lines)
Lines 11-17 Link Here
11
# If you want to build the TCL wrapper, you have to define SQLITE_WITH_TCL84.
11
# If you want to build the TCL wrapper, you have to define SQLITE_WITH_TCL84.
12
12
13
PORTNAME=	sqlite
13
PORTNAME=	sqlite
14
PORTVERSION=	3.2.2
14
PORTVERSION=	3.2.5
15
CATEGORIES=	databases
15
CATEGORIES=	databases
16
MASTER_SITES=	http://www.sqlite.org/
16
MASTER_SITES=	http://www.sqlite.org/
17
17
Lines 31-36 Link Here
31
31
32
# Defaults, for building the docs:
32
# Defaults, for building the docs:
33
TCL_V?=		8.4
33
TCL_V?=		8.4
34
MAKE_ARGS+=	TCLSH=tclsh${TCL_V}
35
MAKE_ENV+=	TCL_VER=${TCL_V}
34
36
35
OPTIONS=	TCL84	"TCL wrapper for SQLITE" off
37
OPTIONS=	TCL84	"TCL wrapper for SQLITE" off
36
38
Lines 52-59 Link Here
52
54
53
.if !defined(NOPORTDOCS)
55
.if !defined(NOPORTDOCS)
54
BUILD_DEPENDS+=	tclsh${TCL_V}:${PORTSDIR}/lang/tcl${TCL_V:S/.//}
56
BUILD_DEPENDS+=	tclsh${TCL_V}:${PORTSDIR}/lang/tcl${TCL_V:S/.//}
55
MAKE_ARGS+=	TCLSH=tclsh${TCL_V}
56
MAKE_ENV+=	TCL_VER=${TCL_V}
57
.endif
57
.endif
58
58
59
CONFIGURE_ARGS+=	--prefix=${PREFIX} --with-hints=freebsd.hints
59
CONFIGURE_ARGS+=	--prefix=${PREFIX} --with-hints=freebsd.hints
(-)sqlite3/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (sqlite-3.2.2.tar.gz) = 802f19e1f0eba56f3f1be8c6491c8a55
1
MD5 (sqlite-3.2.5.tar.gz) = 0f07cfd8591c3fcae159f0c69bf2436f
2
SIZE (sqlite-3.2.2.tar.gz) = 1385618
2
SIZE (sqlite-3.2.5.tar.gz) = 1397666

Return to bug 85420