ports/opt (3.0): tdb: update to 1.2.12
commit 077cfe5b7119d5d7bcaffa1283982ba80f850a38 Author: Juergen Daubert <jue@jue.li> Date: Tue Jun 4 18:13:53 2013 +0200 tdb: update to 1.2.12 diff --git a/tdb/.footprint b/tdb/.footprint index 84c6096..b201145 100644 --- a/tdb/.footprint +++ b/tdb/.footprint @@ -7,9 +7,9 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/tdb.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.2.11 -lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.2.11 --rwxr-xr-x root/root usr/lib/libtdb.so.1.2.11 +lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.2.12 +lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.2.12 +-rwxr-xr-x root/root usr/lib/libtdb.so.1.2.12 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/tdb.pc drwxr-xr-x root/root usr/lib/python2.7/ diff --git a/tdb/.md5sum b/tdb/.md5sum index 5d039db..1a994e9 100644 --- a/tdb/.md5sum +++ b/tdb/.md5sum @@ -1,2 +1,2 @@ -67dcc5507213ec8c9664234fae095538 tdb-1.2.11.tar.gz -d236fb8948c19b62e007343745bdcaa7 tdb-man-1.2.11.tar.xz +53e6168a7c2c93735a1c024fd2c3a7b4 tdb-1.2.12.tar.gz +9defe394f24ce99dc6a39589c863b4c1 tdb-man-1.2.12.tar.xz diff --git a/tdb/Pkgfile b/tdb/Pkgfile index 92d3020..e8023a8 100644 --- a/tdb/Pkgfile +++ b/tdb/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python name=tdb -version=1.2.11 +version=1.2.12 release=1 source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz $name-man-$version.tar.xz) @@ -15,5 +15,5 @@ build () { make make DESTDIR=$PKG install install -d $PKG/usr/man/man8 - install -m 0644 manpages/*.8 $PKG/usr/man/man8 + install -m 0644 man/*.8 $PKG/usr/man/man8 } diff --git a/tdb/tdb-man-1.2.11.tar.xz b/tdb/tdb-man-1.2.11.tar.xz deleted file mode 100644 index 32174a2..0000000 Binary files a/tdb/tdb-man-1.2.11.tar.xz and /dev/null differ diff --git a/tdb/tdb-man-1.2.12.tar.xz b/tdb/tdb-man-1.2.12.tar.xz new file mode 100644 index 0000000..4a05901 Binary files /dev/null and b/tdb/tdb-man-1.2.12.tar.xz differ
participants (1)
-
crux@crux.nu