svn commit: r343581 - head/databases/sqlite3

Steven Kreuzer skreuzer at FreeBSD.org
Mon Feb 10 03:46:38 UTC 2014


Author: skreuzer
Date: Mon Feb 10 03:46:37 2014
New Revision: 343581
URL: http://svnweb.freebsd.org/changeset/ports/343581
QAT: https://qat.redports.org/buildarchive/r343581/

Log:
  Update to version 3.8.3
  Fix LIB_DEPEND
  Add missing STRIP_CMD
  
  PR:		ports/186456
  Submitted by:	Eero Hanninen <fax at nohik.ee>
  Approved by:	Pavel Volkov <pavelivolkov at gmail.com> (maintainer)

Modified:
  head/databases/sqlite3/Makefile
  head/databases/sqlite3/distinfo

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Mon Feb 10 03:36:38 2014	(r343580)
+++ head/databases/sqlite3/Makefile	Mon Feb 10 03:46:37 2014	(r343581)
@@ -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 at 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>

Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo	Mon Feb 10 03:36:38 2014	(r343580)
+++ head/databases/sqlite3/distinfo	Mon Feb 10 03:46:37 2014	(r343581)
@@ -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


More information about the svn-ports-head mailing list