Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2017 09:20:22 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452580 - head/databases/sqlcipher
Message-ID:  <201710210920.v9L9KM5q062285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@rawbw.com>
  Approved by:	jharris@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710210920.v9L9KM5q062285>