svn commit: r359529 - head/databases/sqlite3

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 27 14:19:21 UTC 2014


On Fri, Jun 27, 2014 at 11:15:29AM -0300, William Grzybowski wrote:
> 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 <miwi at freebsd.org> 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 at 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 <bsd.port.mk>

And given the necessary bump we could get further and drop the la file :)

btw stipping can be done via INSTALL_TARGET=install-strip

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140627/39cb0c2e/attachment.sig>


More information about the svn-ports-head mailing list