[138474] trunk/dports/devel/libev
stromnov at macports.org
stromnov at macports.org
Thu Jul 9 11:17:40 PDT 2015
Revision: 138474
https://trac.macports.org/changeset/138474
Author: stromnov at macports.org
Date: 2015-07-09 11:17:39 -0700 (Thu, 09 Jul 2015)
Log Message:
-----------
libev: update to version 4.20
Modified Paths:
--------------
trunk/dports/devel/libev/Portfile
trunk/dports/devel/libev/files/patch-configure.ac.diff
Removed Paths:
-------------
trunk/dports/devel/libev/files/patch-ev.c.diff
Modified: trunk/dports/devel/libev/Portfile
===================================================================
--- trunk/dports/devel/libev/Portfile 2015-07-09 17:58:42 UTC (rev 138473)
+++ trunk/dports/devel/libev/Portfile 2015-07-09 18:17:39 UTC (rev 138474)
@@ -6,7 +6,7 @@
name libev
epoch 1
-version 4.19
+version 4.20
revision 0
categories devel net
platforms darwin
@@ -22,10 +22,10 @@
homepage http://software.schmorp.de/pkg/libev.html
master_sites http://dist.schmorp.de/libev/Attic/
-checksums rmd160 fe14e60e4eff22e40c81c02cb971ff29fcf52cd0 \
- sha256 88fc5f89ca96ceca14c16c10e7be3e921dae65e84932d680c2fd6a40173edccb
+checksums rmd160 58c52e5bb2c3911238c704daaa052d5dbde71b6e \
+ sha256 f870334c7fa961e7f31087c7d76abf849f596e3048f8ed2a0aaa983cd73d449e
-patchfiles patch-configure.ac.diff patch-ev.c.diff
+patchfiles patch-configure.ac.diff
use_autoreconf yes
autoreconf.args -fvi
Modified: trunk/dports/devel/libev/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/devel/libev/files/patch-configure.ac.diff 2015-07-09 17:58:42 UTC (rev 138473)
+++ trunk/dports/devel/libev/files/patch-configure.ac.diff 2015-07-09 18:17:39 UTC (rev 138474)
@@ -1,14 +1,15 @@
---- configure.ac.orig 2014-10-19 02:14:20.000000000 +0400
-+++ configure.ac 2014-10-19 02:23:08.000000000 +0400
-@@ -1,22 +1,13 @@
+--- configure.ac.orig 2015-07-09 21:09:37.000000000 +0300
++++ configure.ac 2015-07-09 21:12:03.000000000 +0300
+@@ -1,23 +1,13 @@
-AC_INIT
-
-orig_CFLAGS="$CFLAGS"
-+AC_INIT([libev], [4.19])
++AC_INIT([libev], [4.20])
AC_CONFIG_SRCDIR([ev_epoll.c])
--AM_INIT_AUTOMAKE(libev,4.19) dnl also update ev.h!
+-dnl also update ev.h!
+-AM_INIT_AUTOMAKE(libev,4.20)
+AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE
Deleted: trunk/dports/devel/libev/files/patch-ev.c.diff
===================================================================
--- trunk/dports/devel/libev/files/patch-ev.c.diff 2015-07-09 17:58:42 UTC (rev 138473)
+++ trunk/dports/devel/libev/files/patch-ev.c.diff 2015-07-09 18:17:39 UTC (rev 138474)
@@ -1,11 +0,0 @@
---- ev.c.orig 2014-09-25 18:10:06.000000000 -0700
-+++ ev.c 2015-06-08 21:17:09.000000000 -0700
-@@ -1026,7 +1026,7 @@ ecb_inline uint64_t ecb_rotr64 (uint64_t
- #define ecb_unreachable() __builtin_unreachable ()
- #else
- /* this seems to work fine, but gcc always emits a warning for it :/ */
-- ecb_inline void ecb_unreachable (void) ecb_noreturn;
-+ ecb_noreturn ecb_inline void ecb_unreachable (void);
- ecb_inline void ecb_unreachable (void) { }
- #endif
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150709/b4599ce4/attachment.html>
More information about the macports-changes
mailing list