Date: Sat, 3 Jan 2015 16:47:02 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376125 - head/databases/sqlcipher Message-ID: <201501031647.t03Gl2cK041801@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sat Jan 3 16:47:01 2015 New Revision: 376125 URL: https://svnweb.freebsd.org/changeset/ports/376125 QAT: https://qat.redports.org/buildarchive/r376125/ Log: Update to 3.2.0. This eliminates the conflict with the regular sqlite3 port. PR: 195812 Submitted by: yuri@rawbw.com Approved by: jharris@widomaker.com (maintainer) Modified: head/databases/sqlcipher/Makefile head/databases/sqlcipher/distinfo head/databases/sqlcipher/pkg-plist Modified: head/databases/sqlcipher/Makefile ============================================================================== --- head/databases/sqlcipher/Makefile Sat Jan 3 16:12:00 2015 (r376124) +++ head/databases/sqlcipher/Makefile Sat Jan 3 16:47:01 2015 (r376125) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sqlcipher -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 3.2.0 CATEGORIES= databases MAINTAINER= jharris@widomaker.com @@ -12,16 +11,15 @@ LICENSE= BSD3CLAUSE USE_LDCONFIG= yes USE_GITHUB= yes -USES= libtool pathfix tcl:85,build +USES= libtool pathfix tcl:86,build GH_ACCOUNT= sqlcipher GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= ee2ce3e +GH_COMMIT= 94f5427 + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline CPPFLAGS+= -DSQLITE_HAS_CODEC LDFLAGS+= -lcrypto -CONFLICTS= sqlite3-3.* - .include <bsd.port.mk> Modified: head/databases/sqlcipher/distinfo ============================================================================== --- head/databases/sqlcipher/distinfo Sat Jan 3 16:12:00 2015 (r376124) +++ head/databases/sqlcipher/distinfo Sat Jan 3 16:47:01 2015 (r376125) @@ -1,2 +1,2 @@ -SHA256 (sqlcipher-2.1.1.tar.gz) = eac24bc5924f0a333615257d8e6175ab82dffdf73ee0eaae2e30fc7be3a17480 -SIZE (sqlcipher-2.1.1.tar.gz) = 4361800 +SHA256 (sqlcipher-3.2.0.tar.gz) = c2b49bd07842029d2754e2bc8bf1c4050974281ea1ebb102a4e48a9b24719dbd +SIZE (sqlcipher-3.2.0.tar.gz) = 10101311 Modified: head/databases/sqlcipher/pkg-plist ============================================================================== --- head/databases/sqlcipher/pkg-plist Sat Jan 3 16:12:00 2015 (r376124) +++ head/databases/sqlcipher/pkg-plist Sat Jan 3 16:47:01 2015 (r376125) @@ -1,8 +1,8 @@ -bin/sqlite3 -include/sqlite3.h -include/sqlite3ext.h -lib/libsqlite3.so.0.8.6 -lib/libsqlite3.so.0 -lib/libsqlite3.so -lib/libsqlite3.a -libdata/pkgconfig/sqlite3.pc +bin/sqlcipher +include/sqlcipher/sqlite3.h +include/sqlcipher/sqlite3ext.h +lib/libsqlcipher.so.0.8.6 +lib/libsqlcipher.so.0 +lib/libsqlcipher.so +lib/libsqlcipher.a +libdata/pkgconfig/sqlcipher.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501031647.t03Gl2cK041801>