commit 62a559274567657c2f943c0a2b9d726cd1e56ef4 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Nov 30 19:01:53 2019 +1100 libev: 4.25 -> 4.27 diff --git a/libev/.footprint b/libev/.footprint index 6353d7292..35f8165c1 100644 --- a/libev/.footprint +++ b/libev/.footprint @@ -7,6 +7,7 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libev.so -> libev.so.4.0.0 lrwxrwxrwx root/root usr/lib/libev.so.4 -> libev.so.4.0.0 -rwxr-xr-x root/root usr/lib/libev.so.4.0.0 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/ev.3.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/ev.3.gz diff --git a/libev/.signature b/libev/.signature index 1a5b860a9..63d26c3fb 100644 --- a/libev/.signature +++ b/libev/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30edEG/tvj9iKVUiX01DYtOsKu1WYRkqo1vMp+sk5NLqMMEf6C8Y2i/x0u325IblNQq4y37a3lxdTRHrGMT7fgo= -SHA256 (Pkgfile) = 32ad2b45f7ce0523c0c5ee53442e6cd8dab9a4b4683c78d90a5adbfea38c1e3e -SHA256 (.footprint) = dec40db9b2200f098a863bc3d6cec2f8ee8ec70ad2b5cb78d25b263aa1279502 -SHA256 (libev-4.25.tar.gz) = 78757e1c27778d2f3795251d9fe09715d51ce0422416da4abb34af3929c02589 +RWSagIOpLGJF3z46ZLQR03Q93hbF3dcv8mvwQq/XOfbPODUgD05ntKa9l6ZHiguQekKtlQaDRR7/HnxsEsOEJPkuNPyuKM4Eqgc= +SHA256 (Pkgfile) = 42ca0cd37edb122b21d1c24516ed686544e300c8936f305230a3c0adc40e79d0 +SHA256 (.footprint) = bd8c9402e225460e67afda19f931589491452eeb1b467b4eb0a0aaa7bfc8d0e8 +SHA256 (libev-4.27.tar.gz) = 2d5526fc8da4f072dd5c73e18fbb1666f5ef8ed78b73bba12e195cfdd810344e diff --git a/libev/Pkgfile b/libev/Pkgfile index c8ca141a5..04ed42f85 100644 --- a/libev/Pkgfile +++ b/libev/Pkgfile @@ -1,17 +1,15 @@ # Description: high-performance event loop/event model with lots of features # URL: http://software.schmorp.de/pkg/libev.html # Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: Younes Hafri <ycrux@club-internet.fr> name=libev -version=4.25 +version=4.27 release=1 -source=(http://dist.schmorp.de/$name/Attic/$name-$version.tar.gz) +source=(http://dist.schmorp.de/$name/$name-$version.tar.gz) build () { cd $name-$version ./configure --prefix=/usr \ - --mandir=$PKG/usr/man \ --disable-nls \ --disable-static make