diff options
author | adam <adam@pkgsrc.org> | 2017-07-14 09:54:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-14 09:54:59 +0000 |
commit | 659b585b083c7d86d3c42fcbf289bbb14ce0cbfe (patch) | |
tree | 86148be5ea498cfc8812d117f49b8c43a02d471e | |
parent | 33bcddfcd10bc3edd1d82e388bb9e8d4fbf68f82 (diff) | |
download | pkgsrc-659b585b083c7d86d3c42fcbf289bbb14ce0cbfe.tar.gz |
4.24:
- bump version to 4.24, as the release tarball inexplicably
didn't have the right version in ev.h, even though the cvs-tagged
version did have the right one
4.23:
- move some declarations at the beginning to help certain retarded
microsoft compilers, even though their documentation claims
otherwise
-rw-r--r-- | devel/libev/Makefile | 5 | ||||
-rw-r--r-- | devel/libev/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile index 18fba0aab0a..8bb1b297487 100644 --- a/devel/libev/Makefile +++ b/devel/libev/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2016/07/07 08:18:15 adam Exp $ +# $NetBSD: Makefile,v 1.16 2017/07/14 09:54:59 adam Exp $ -DISTNAME= libev-4.22 +DISTNAME= libev-4.24 CATEGORIES= devel MASTER_SITES= http://dist.schmorp.de/libev/ @@ -15,6 +15,5 @@ GNU_CONFIGURE_LIBSUBDIR=ev CONFIGURE_ARGS+= --includedir=${PREFIX}/include/ev # Explicitly disable inotify on SunOS, assumes Linux statfs. CONFIGURE_ENV.SunOS+= ac_cv_header_sys_inotify_h=no -#TEST_TARGET= verify .include "../../mk/bsd.pkg.mk" diff --git a/devel/libev/distinfo b/devel/libev/distinfo index 2efbd2c97a9..fb2823a2c8e 100644 --- a/devel/libev/distinfo +++ b/devel/libev/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/07/07 08:18:15 adam Exp $ +$NetBSD: distinfo,v 1.12 2017/07/14 09:54:59 adam Exp $ -SHA1 (libev-4.22.tar.gz) = 4affcba78dc17239f2ccd84d6e3e6dec2bd1f8ba -RMD160 (libev-4.22.tar.gz) = 77d2d2a53da9fc07de8d14067c2e635efaa71347 -SHA512 (libev-4.22.tar.gz) = 333f03065cec2615054892957cb87f8fe8461f7ac4e9f1e3ce362d3d2c32e62bffb635ec8cf1c0ec348923067c635d795d89eefc02e57395ae6aff27dc3ead3e -Size (libev-4.22.tar.gz) = 531533 bytes +SHA1 (libev-4.24.tar.gz) = 436dd8eff00a45f8805b8cacfe4dd3bd993caedb +RMD160 (libev-4.24.tar.gz) = ec1da8e223322ac7e05d82250b5a2d0db8c144fe +SHA512 (libev-4.24.tar.gz) = e4cb3b5dd4b9828d5b8da840c73ae4604258a8c4330aafa5472298b83bf944628f36918f0ddd47d9069d255639f0b24a2cf8d349f0644ffd50de823bcb54a31a +Size (libev-4.24.tar.gz) = 524264 bytes |