diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-02-10 03:46:37 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-02-10 03:46:37 +0000 |
commit | 195af262a4b451c6301a4822ea36e10aec4af234 (patch) | |
tree | 2ca522e4c0a0611e8286e7eeb48703d1e02d8603 /databases | |
parent | a864e1c5ebde2c0d81b7a792452864d297e98fae (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile | 10 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 82d92a681354..4be1cb78eda3 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.2 -PORTREVISION= 1 +PORTVERSION= 3.8.3 CATEGORIES= databases -MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/ -DISTNAME= sqlite-autoconf-3080200 +MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ +DISTNAME= sqlite-autoconf-3080300 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library @@ -134,4 +133,7 @@ post-build: @${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests" .endif +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsqlite3.so.8 + .include <bsd.port.mk> diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index f5b9d9354519..639a9270308c 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080200.tar.gz) = a0851d06092c8208e4dd947f569f40db476b472b22e3e10e2f52f3c5e94fef92 -SIZE (sqlite-autoconf-3080200.tar.gz) = 1917056 +SHA256 (sqlite-autoconf-3080300.tar.gz) = dabe38cf6732a9dfd57e9a2d2629dfb12ea3f2bf8948987f91318d01e6f72a26 +SIZE (sqlite-autoconf-3080300.tar.gz) = 1923594 |