aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlcipher
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-10-21 09:20:22 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-10-21 09:20:22 +0000
commitd045e84a23b7d5f025f65ab59cd527bf0d2ea2b0 (patch)
tree7c485ee5855405b24156c958fa5c4b91b8199245 /databases/sqlcipher
parentd4177b7f06d7168f30ac6cf7becdf178b687b693 (diff)
downloadports-d045e84a23b7d5f025f65ab59cd527bf0d2ea2b0.tar.gz
ports-d045e84a23b7d5f025f65ab59cd527bf0d2ea2b0.zip
Update databases/sqlcipher to 3.4.1
* Adds LOCALBASE paths to the c- and linker-flags to fix wrongful linking against base's libedit. * While here, switch to DISTVERSION. PR: 223021 Submitted by: Yuri Victorovich <yuri@rawbw.com> Approved by: jharris@widomaker.com (maintainer)
Notes
Notes: svn path=/head/; revision=452580
Diffstat (limited to 'databases/sqlcipher')
-rw-r--r--databases/sqlcipher/Makefile9
-rw-r--r--databases/sqlcipher/distinfo5
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlcipher/Makefile b/databases/sqlcipher/Makefile
index edb7da54b411..a9acbdfff799 100644
--- a/databases/sqlcipher/Makefile
+++ b/databases/sqlcipher/Makefile
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= sqlcipher
-PORTVERSION= 3.2.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+DISTVERSION= 3.4.1
CATEGORIES= databases
MAINTAINER= jharris@widomaker.com
@@ -12,15 +11,15 @@ COMMENT= Encrypted SQLite database
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+USES= libedit libtool pathfix ssl tcl:86,build
USE_LDCONFIG= yes
USE_GITHUB= yes
-USES= libtool pathfix ssl tcl:86,build
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline
CPPFLAGS+= -DSQLITE_HAS_CODEC
-LDFLAGS+= -L${OPENSSLLIB}
-CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
+CFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so ${STAGEDIR}${PREFIX}/bin/*
diff --git a/databases/sqlcipher/distinfo b/databases/sqlcipher/distinfo
index 9b20b60178ff..4f2a02a4c478 100644
--- a/databases/sqlcipher/distinfo
+++ b/databases/sqlcipher/distinfo
@@ -1,2 +1,3 @@
-SHA256 (sqlcipher-sqlcipher-v3.2.0_GH0.tar.gz) = 25fa4f4cb38dcf9e52e4d1f46be8fee9c7aaef35b6df96912a216b289e22c2af
-SIZE (sqlcipher-sqlcipher-v3.2.0_GH0.tar.gz) = 10100087
+TIMESTAMP = 1489043015
+SHA256 (sqlcipher-sqlcipher-v3.4.1_GH0.tar.gz) = 4172cc6e5a79d36e178d36bd5cc467a938e08368952659bcd95eccbaf0fa4ad4
+SIZE (sqlcipher-sqlcipher-v3.4.1_GH0.tar.gz) = 13873645