Date: Sun, 6 Mar 2005 16:25:38 -0300 (BRT) From: Marcus Grando <marcus@corp.grupos.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78510: Update port: databases/sqlite2 to 2.8.16 Message-ID: <20050306192538.B0C3D20A5F@corp.grupos.com.br> Resent-Message-ID: <200503061930.j26JU2CL073053@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78510 >Category: ports >Synopsis: Update port: databases/sqlite2 to 2.8.16 >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: Sun Mar 06 19:30:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #42: Sun Feb 27 20:04:47 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: databases/sqlite2 to 2.8.16 * Update to 2.8.16 * Update pkg-plist >How-To-Repeat: >Fix: --- sqlite2.patch begins here --- diff -ruN sqlite2.old/Makefile sqlite2/Makefile --- sqlite2.old/Makefile Sun Mar 6 01:02:54 2005 +++ sqlite2/Makefile Sun Mar 6 16:19:31 2005 @@ -12,11 +12,9 @@ # SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84. PORTNAME= sqlite -PORTVERSION= 2.8.15 -PORTREVISION= 1 +PORTVERSION= 2.8.16 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An SQL database engine in a C library w/ Tcl wrapper @@ -69,8 +67,6 @@ #.endif INSTALLS_SHLIB= YES - -WRKSRC= ${WRKDIR}/${PORTNAME} .include <bsd.port.pre.mk> diff -ruN sqlite2.old/distinfo sqlite2/distinfo --- sqlite2.old/distinfo Thu Dec 23 06:25:45 2004 +++ sqlite2/distinfo Sun Mar 6 16:06:26 2005 @@ -1,2 +1,2 @@ -MD5 (sqlite-2.8.15.tar.gz) = 0afa73e107bd106031d046c8ca6a94ab -SIZE (sqlite-2.8.15.tar.gz) = 963232 +MD5 (sqlite-2.8.16.tar.gz) = 9c79b461ff30240a6f9d70dd67f8faea +SIZE (sqlite-2.8.16.tar.gz) = 981834 diff -ruN sqlite2.old/pkg-plist sqlite2/pkg-plist --- sqlite2.old/pkg-plist Thu Dec 23 06:25:45 2004 +++ sqlite2/pkg-plist Sun Mar 6 16:16:32 2005 @@ -4,6 +4,7 @@ lib/libsqlite.so lib/libsqlite.so.2 libdata/pkgconfig/sqlite.pc +@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true %%WITH_TCL%%lib/sqlite/libtclsqlite.so %%WITH_TCL%%lib/sqlite/pkgIndex.tcl %%WITH_TCL%%@dirrm lib/sqlite --- sqlite2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050306192538.B0C3D20A5F>