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

Collapse All | Expand All

(-)databases/sqlite3/Makefile (-3 / +5 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	sqlite3
3
PORTNAME=	sqlite3
4
DISTVERSION=	3.35.5
4
DISTVERSION=	3.35.5
5
PORTREVISION=	3
5
PORTREVISION=	4
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
MASTER_SITES=	https://www.sqlite.org/${%Y:L:gmtime}/ https://www2.sqlite.org/${%Y:L:gmtime}/ https://www3.sqlite.org/${%Y:L:gmtime}/
8
MASTER_SITES=	https://www.sqlite.org/${%Y:L:gmtime}/ https://www2.sqlite.org/${%Y:L:gmtime}/ https://www3.sqlite.org/${%Y:L:gmtime}/
Lines 14-20 Link Here
14
COMMENT+=	(ICU flavor)
14
COMMENT+=	(ICU flavor)
15
.endif
15
.endif
16
.if ${FLAVOR:U} == tcl
16
.if ${FLAVOR:U} == tcl
17
COMMENT+=	(TCL flavor)
17
COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
18
.endif
18
.endif
19
19
20
LICENSE=	PD
20
LICENSE=	PD
Lines 24-30 Link Here
24
icu_PKGNAMESUFFIX=	-${FLAVOR}	# databases/p5-DBD-SQLite with ICU support
24
icu_PKGNAMESUFFIX=	-${FLAVOR}	# databases/p5-DBD-SQLite with ICU support
25
icu_CONFLICTS_INSTALL=	${PORTNAME} ${PORTNAME}-tcl
25
icu_CONFLICTS_INSTALL=	${PORTNAME} ${PORTNAME}-tcl
26
tcl_PKGNAMESUFFIX=	-${FLAVOR}	# lang/tcl* support
26
tcl_PKGNAMESUFFIX=	-${FLAVOR}	# lang/tcl* support
27
tcl_CONFLICTS_INSTALL=	${PORTNAME} ${PORTNAME}-icu
27
tcl_RUN_DEPENDS=	sqlite3:databases/sqlite3
28
tcl_DESCR=	${.CURDIR}/pkg-descr-${FLAVOR}
29
tcl_PLIST=	${.CURDIR}/pkg-plist-${FLAVOR}
28
30
29
USES=	libtool pathfix zip
31
USES=	libtool pathfix zip
30
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
(-)databases/sqlite3/pkg-descr-tcl (+4 lines)
Line 0 Link Here
1
This is the SQLite extension for Tcl using the Tcl Extension
2
Architecture (TEA).
3
4
WWW: https://www.sqlite.org/
(-)databases/sqlite3/pkg-plist-tcl (+6 lines)
Line 0 Link Here
1
%%TCL%%bin/sqlite3_analyzer
2
%%TCL%%man/mann/sqlite3.%%TCLSUF%%.n.gz
3
%%TCL%%lib/%%TCLVER%%/sqlite3/libtclsqlite3.so
4
%%TCL%%lib/%%TCLVER%%/sqlite3/pkgIndex.tcl
5
%%TCL%%%%EXAMPLES%%share/examples/sqlite3/example.tcl
6
%%TCL%%%%EXAMPLES%%share/examples/sqlite3/sqlitecon.tcl

Return to bug 256646