svn commit: r452580 - head/databases/sqlcipher
Tobias C. Berner
tcberner at FreeBSD.org
Sat Oct 21 09:20:23 UTC 2017
Author: tcberner
Date: Sat Oct 21 09:20:22 2017
New Revision: 452580
URL: https://svnweb.freebsd.org/changeset/ports/452580
Log:
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 at rawbw.com>
Approved by: jharris at widomaker.com (maintainer)
Modified:
head/databases/sqlcipher/Makefile
head/databases/sqlcipher/distinfo
Modified: head/databases/sqlcipher/Makefile
==============================================================================
--- head/databases/sqlcipher/Makefile Sat Oct 21 09:12:24 2017 (r452579)
+++ head/databases/sqlcipher/Makefile Sat Oct 21 09:20:22 2017 (r452580)
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= sqlcipher
-PORTVERSION= 3.2.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+DISTVERSION= 3.4.1
CATEGORIES= databases
MAINTAINER= jharris at 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/*
Modified: head/databases/sqlcipher/distinfo
==============================================================================
--- head/databases/sqlcipher/distinfo Sat Oct 21 09:12:24 2017 (r452579)
+++ head/databases/sqlcipher/distinfo Sat Oct 21 09:20:22 2017 (r452580)
@@ -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
More information about the svn-ports-head
mailing list