From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 14:15:31 2014 Return-Path: Delivered-To: svn-ports-all@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 09196B47; Fri, 27 Jun 2014 14:15:31 +0000 (UTC) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87131241B; Fri, 27 Jun 2014 14:15:30 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id x13so4488079qcv.26 for ; Fri, 27 Jun 2014 07:15:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=jUKHTlHXb6yS+L/eUNF9PQVSIkz6QnmReTk8W4s0a5o=; b=RzZWhAqVaLc2ANe5Y1Vs3wOlm3r9EJC2ClYesEg9+hv4TWhO+EoU+BuFTdmRMm2sF6 3bpwwPK2Czc+QU5O51sh7KQjYnUxOoZ7Q1UQGgbA0iufRrL/QQRzKn9OD5UXqWoaN5G2 Z5RQ2rSLhToiO5uERG0LEAhCkI4mkKRNN+9ef8omf7xM8fiPaQoVgCg394wfDVj7Zvuu de5fBPTsGEgg+pw66vcT58d0NGtw91dO2gWyeUIbIiJ5dPMWrFPeSg3r4TO4qge8QqaJ Pw9YVFzIBO0BzDrXS/enPDjKhHUwP5i80r6AqnMmKYweIGfOScVA/6x3RXZN0rgPDFcd S0aw== MIME-Version: 1.0 X-Received: by 10.229.177.136 with SMTP id bi8mr32824069qcb.10.1403878529644; Fri, 27 Jun 2014 07:15:29 -0700 (PDT) Sender: william88@gmail.com Received: by 10.140.16.41 with HTTP; Fri, 27 Jun 2014 07:15:29 -0700 (PDT) In-Reply-To: <201406271410.s5REAb2h002436@svn.freebsd.org> References: <201406271410.s5REAb2h002436@svn.freebsd.org> Date: Fri, 27 Jun 2014 11:15:29 -0300 X-Google-Sender-Auth: zQeLwZyJRMDI8Fq9-zVCL3N-4OE Message-ID: Subject: Re: svn commit: r359529 - head/databases/sqlite3 From: William Grzybowski To: Martin Wilke Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 14:15:31 -0000 Hi, Shared library changed from .8 to .0, don't you need to bump port revision of all ports depending on libsqlite3? Cheers, On Fri, Jun 27, 2014 at 11:10 AM, Martin Wilke wrote: > Author: miwi > Date: Fri Jun 27 14:10:37 2014 > New Revision: 359529 > URL: http://svnweb.freebsd.org/changeset/ports/359529 > QAT: https://qat.redports.org/buildarchive/r359529/ > > Log: > - Update to 3.8.5 > > PR: 190746 > > Modified: > head/databases/sqlite3/Makefile > head/databases/sqlite3/distinfo > > Modified: head/databases/sqlite3/Makefile > ============================================================================== > --- head/databases/sqlite3/Makefile Fri Jun 27 14:10:03 2014 (r359528) > +++ head/databases/sqlite3/Makefile Fri Jun 27 14:10:37 2014 (r359529) > @@ -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 > > 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 SECUR > > 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 > > Modified: head/databases/sqlite3/distinfo > ============================================================================== > --- head/databases/sqlite3/distinfo Fri Jun 27 14:10:03 2014 (r359528) > +++ head/databases/sqlite3/distinfo Fri Jun 27 14:10:37 2014 (r359529) > @@ -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 >