diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-27 22:10:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-27 22:10:37 +0800 |
commit | 41ce90fc83384ae674eb01edcb607392d1857d38 (patch) | |
tree | 3dfd8ec9783dccf6560cd4a6b815b06e8d5666dd /databases | |
parent | be72badf0744139d8c5e57344f2fa664bd28480b (diff) | |
download | freebsd-ports-gnome-41ce90fc83384ae674eb01edcb607392d1857d38.tar.gz freebsd-ports-gnome-41ce90fc83384ae674eb01edcb607392d1857d38.tar.zst freebsd-ports-gnome-41ce90fc83384ae674eb01edcb607392d1857d38.zip |
- Update to 3.8.5
PR: 190746
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile | 12 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index a7134c856839..2133578f0cb8 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.4.3 +PORTVERSION= 3.8.5 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ -DISTNAME= sqlite-autoconf-3080403 +DISTNAME= sqlite-autoconf-3080500 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library @@ -17,7 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS= sqlite34-[0-9]* sqlcipher-[0-9]* -USES= pathfix +USES= pathfix libtool:keepla USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -71,8 +71,8 @@ OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS EXTENSION PLIST_FILES= bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \ lib/libsqlite3.a lib/libsqlite3.la lib/libsqlite3.so \ - lib/libsqlite3.so.8 libdata/pkgconfig/sqlite3.pc \ - man/man1/sqlite3.1.gz + lib/libsqlite3.so.0 lib/libsqlite3.so.0.8.6 \ + libdata/pkgconfig/sqlite3.pc man/man1/sqlite3.1.gz # The default numeric file permissions for newly created database files under unix. # If not specified, the default is 0644 which means that the files is globally @@ -134,6 +134,6 @@ post-build: .endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsqlite3.so.8 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsqlite3.so.0.8.6 .include <bsd.port.mk> diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index d3e308f69a52..7b1912e5f6ed 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080403.tar.gz) = e0e995e23a324a5d6ae95d8a836240382a4d7475d09707fc469c8cafcbd48d65 -SIZE (sqlite-autoconf-3080403.tar.gz) = 1937379 +SHA256 (sqlite-autoconf-3080500.tar.gz) = 98c33abe4106e508e73fda648b2657ac9e969fe24695f543dcde68cc71f3091b +SIZE (sqlite-autoconf-3080500.tar.gz) = 1957050 |