ports/opt (2.3): sqlite3: update to 3.3.9
commit 4f310a754553d41a574f9859d6108c9ea1f2653a Author: Juergen Daubert <jue@jue.li> Date: Mon Jan 8 07:32:31 2007 +0100 sqlite3: update to 3.3.9 diff --git a/sqlite3/.footprint b/sqlite3/.footprint index 977ad8a..5582ef9 100644 --- a/sqlite3/.footprint +++ b/sqlite3/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/sqlite3 drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/sqlite3.h +-rw-r--r-- root/root usr/include/sqlite3ext.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libsqlite3.a -rwxr-xr-x root/root usr/lib/libsqlite3.la @@ -11,3 +12,6 @@ lrwxrwxrwx root/root usr/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6 -rwxr-xr-x root/root usr/lib/libsqlite3.so.0.8.6 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/sqlite3.pc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/sqlite3.1.gz diff --git a/sqlite3/.md5sum b/sqlite3/.md5sum index 01de2ab..9fcc3ea 100644 --- a/sqlite3/.md5sum +++ b/sqlite3/.md5sum @@ -1 +1 @@ -2b2b0f967b6c5df1a5d495067c092d11 sqlite-3.3.8.tar.gz +bb9915a52efa7f4df19e55a3225e71b9 sqlite-3.3.9.tar.gz diff --git a/sqlite3/Pkgfile b/sqlite3/Pkgfile index 460b36c..efc8a89 100644 --- a/sqlite3/Pkgfile +++ b/sqlite3/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses, readline name=sqlite3 -version=3.3.8 +version=3.3.9 release=1 source=(http://www.sqlite.org/sqlite-$version.tar.gz) @@ -16,4 +16,6 @@ build () { --disable-tcl make make DESTDIR=$PKG install + install -d $PKG/usr/man/man1 + install -m 644 sqlite3.1 $PKG/usr/man/man1 }
participants (1)
-
crux@crux.nu