summaryrefslogtreecommitdiff
path: root/libev
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-11-30 19:01:53 +1100
committerDanny Rawlins <monster.romster@gmail.com>2019-11-30 19:01:53 +1100
commit62a559274567657c2f943c0a2b9d726cd1e56ef4 (patch)
tree41a89c3ff9b05015e92998321c8c03c023447901 /libev
parent48248bcacb2a067f439de26e26da232436429a8e (diff)
downloadcontrib-62a559274567657c2f943c0a2b9d726cd1e56ef4.tar.gz
contrib-62a559274567657c2f943c0a2b9d726cd1e56ef4.tar.xz
libev: 4.25 -> 4.27
Diffstat (limited to 'libev')
-rw-r--r--libev/.footprint7
-rw-r--r--libev/.signature8
-rw-r--r--libev/Pkgfile6
3 files changed, 10 insertions, 11 deletions
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

Generated by cgit