From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 4 16:30:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3CBE706 for ; Tue, 4 Feb 2014 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDB4E1E19 for ; Tue, 4 Feb 2014 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s14GU0A1068637 for ; Tue, 4 Feb 2014 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s14GU0UE068636; Tue, 4 Feb 2014 16:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Feb 2014 16:30:00 GMT Resent-Message-Id: <201402041630.s14GU0UE068636@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eero Hänninen Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F150E52D for ; Tue, 4 Feb 2014 16:25:12 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE3A41DDF for ; Tue, 4 Feb 2014 16:25:12 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s14GPBlC099465 for ; Tue, 4 Feb 2014 16:25:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s14GPBmR099454; Tue, 4 Feb 2014 16:25:11 GMT (envelope-from nobody) Message-Id: <201402041625.s14GPBmR099454@oldred.freebsd.org> Date: Tue, 4 Feb 2014 16:25:11 GMT From: Eero Hänninen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186456: [PATCH] databases/sqlite3 update to version 3.8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 16:30:01 -0000 >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 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: