ports/opt (3.2): tevent: 0.9.24 -> 0.9.29
commit a733eeb4de546dbec8e17d277dff1e8e8c885fed Author: Alan Mizrahi <alan+crux@mizrahi.com.ve> Date: Thu Sep 1 12:10:58 2016 +0900 tevent: 0.9.24 -> 0.9.29 diff --git a/tevent/.footprint b/tevent/.footprint index 88662ca..c63d37c 100644 --- a/tevent/.footprint +++ b/tevent/.footprint @@ -2,9 +2,9 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/tevent.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0.9.24 -lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.9.24 --rwxr-xr-x root/root usr/lib/libtevent.so.0.9.24 +lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0.9.29 +lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.9.29 +-rwxr-xr-x root/root usr/lib/libtevent.so.0.9.29 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/tevent.pc drwxr-xr-x root/root usr/lib/python2.7/ diff --git a/tevent/.md5sum b/tevent/.md5sum index 6a58a04..290fc29 100644 --- a/tevent/.md5sum +++ b/tevent/.md5sum @@ -1 +1 @@ -2d423a63d30bb5f4af8983ccaec130b2 tevent-0.9.24.tar.gz +4372c1430a1ecb7ea0adddfdf21c0d55 tevent-0.9.29.tar.gz diff --git a/tevent/Pkgfile b/tevent/Pkgfile index 43938d5..68ee2fa 100644 --- a/tevent/Pkgfile +++ b/tevent/Pkgfile @@ -5,13 +5,14 @@ # Optional: python name=tevent -version=0.9.24 +version=0.9.29 release=1 -source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz) +source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure \ + --bundled-libraries=NONE \ --prefix=/usr make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu