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

(-)ports/databases/tcl-sqlite3/Makefile (-3 / +4 lines)
Lines 1-11 Link Here
1
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 388903 2015-06-09 08:07:23Z culot $
1
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 388903 2015-06-09 08:07:23Z culot $
2
2
3
PORTNAME=	sqlite3
3
PORTNAME=	sqlite3
4
PORTVERSION=	3.8.10.2
4
PORTVERSION=	3.8.11.1
5
CATEGORIES=	databases tcl
5
CATEGORIES=	databases tcl
6
MASTER_SITES=	http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
6
MASTER_SITES=	https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
7
PKGNAMEPREFIX=	tcl-
7
PKGNAMEPREFIX=	tcl-
8
DISTNAME=	sqlite-autoconf-${PORTVERSION:S|.10|10|:S|.|0|g}
8
DISTNAME=	sqlite-autoconf-${PORTVERSION:S|8.|8|:S|.|0|g}
9
9
10
MAINTAINER=	pavelivolkov@gmail.com
10
MAINTAINER=	pavelivolkov@gmail.com
11
COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
11
COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
Lines 26-31 USES= pkgconfig tcl Link Here
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
28
29
CFLAGS+=	-Os
29
CFLAGS+=	`pkg-config --cflags sqlite3`
30
CFLAGS+=	`pkg-config --cflags sqlite3`
30
LDFLAGS+=	`pkg-config --libs sqlite3`
31
LDFLAGS+=	`pkg-config --libs sqlite3`
31
CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR} --with-system-sqlite
32
CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR} --with-system-sqlite
(-)ports/databases/tcl-sqlite3/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (sqlite-autoconf-3081002.tar.gz) = 8382e55a4e7d853c93038562ca3dd00307937fccf1c6b65ddd813e503a56d626
1
SHA256 (sqlite-autoconf-3081101.tar.gz) = fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6
2
SIZE (sqlite-autoconf-3081002.tar.gz) = 2049387
2
SIZE (sqlite-autoconf-3081101.tar.gz) = 2101885

Return to bug 202569