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

Collapse All | Expand All

(-)databases/sqlcipher/Makefile (-3 / +2 lines)
Lines 1-9 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	sqlcipher
3
PORTNAME=	sqlcipher
4
PORTVERSION=	3.2.0
4
PORTVERSION=	3.4.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
PORTREVISION=	1
7
CATEGORIES=	databases
6
CATEGORIES=	databases
8
7
9
MAINTAINER=	jharris@widomaker.com
8
MAINTAINER=	jharris@widomaker.com
Lines 12-20 Link Here
12
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
14
13
14
USES=		libedit libtool pathfix ssl tcl:86,build
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
USES=		libtool pathfix ssl tcl:86,build
18
17
19
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline
19
CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline
(-)databases/sqlcipher/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (sqlcipher-sqlcipher-v3.2.0_GH0.tar.gz) = 25fa4f4cb38dcf9e52e4d1f46be8fee9c7aaef35b6df96912a216b289e22c2af
1
TIMESTAMP = 1489043015
2
SIZE (sqlcipher-sqlcipher-v3.2.0_GH0.tar.gz) = 10100087
2
SHA256 (sqlcipher-sqlcipher-v3.4.1_GH0.tar.gz) = 4172cc6e5a79d36e178d36bd5cc467a938e08368952659bcd95eccbaf0fa4ad4
3
SIZE (sqlcipher-sqlcipher-v3.4.1_GH0.tar.gz) = 13873645

Return to bug 223021