Date: Tue, 4 Feb 2014 16:25:11 GMT From: Eero Hänninen <fax@nohik.ee> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/186456: [PATCH] databases/sqlite3 update to version 3.8.3 Message-ID: <201402041625.s14GPBmR099454@oldred.freebsd.org> Resent-Message-ID: <201402041630.s14GU0UE068636@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186456 >Category: ports >Synopsis: [PATCH] databases/sqlite3 update to version 3.8.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 04 16:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Eero Hänninen >Release: 10.0-RELEASE >Organization: >Environment: FreeBSD sneezy 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - SQLite update to version 3.8.3 - fixed LIB_DEPEND - added missing STRIP_CMD >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN sqlite3.orig/Makefile sqlite3/Makefile --- sqlite3.orig/Makefile 2014-01-31 15:57:45.000000000 +0200 +++ sqlite3/Makefile 2014-02-04 18:20:02.000000000 +0200 @@ -2,11 +2,10 @@ # $FreeBSD: head/databases/sqlite3/Makefile 341994 2014-01-31 13:57:45Z pawel $ 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 @@ -116,7 +115,7 @@ THREADS_LDFLAGS= ${PTHREAD_LIBS} ICU_BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu -ICU_LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu +ICU_LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu ICU_CPPFLAGS= `${LOCALBASE}/bin/icu-config --cppflags` -DSQLITE_ENABLE_ICU=1 ICU_LDFLAGS= `${LOCALBASE}/bin/icu-config --ldflags` @@ -134,4 +133,7 @@ @${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 -ruN sqlite3.orig/distinfo sqlite3/distinfo --- sqlite3.orig/distinfo 2014-01-05 17:27:50.000000000 +0200 +++ sqlite3/distinfo 2014-02-04 17:47:09.000000000 +0200 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402041625.s14GPBmR099454>