pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libev



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul 14 09:54:59 UTC 2017

Modified Files:
        pkgsrc/devel/libev: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libev/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libev/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libev/Makefile
diff -u pkgsrc/devel/libev/Makefile:1.15 pkgsrc/devel/libev/Makefile:1.16
--- pkgsrc/devel/libev/Makefile:1.15    Thu Jul  7 08:18:15 2016
+++ pkgsrc/devel/libev/Makefile Fri Jul 14 09:54:59 2017
@@ -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"

Index: pkgsrc/devel/libev/distinfo
diff -u pkgsrc/devel/libev/distinfo:1.11 pkgsrc/devel/libev/distinfo:1.12
--- pkgsrc/devel/libev/distinfo:1.11    Thu Jul  7 08:18:15 2016
+++ pkgsrc/devel/libev/distinfo Fri Jul 14 09:54:59 2017
@@ -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



Home | Main Index | Thread Index | Old Index