Revision: 107497 https://trac.macports.org/changeset/107497 Author: jeremyhu@macports.org Date: 2013-07-01 09:51:51 -0700 (Mon, 01 Jul 2013) Log Message: ----------- libev: Bump to 4.15 Modified Paths: -------------- trunk/dports/devel/libev/Portfile trunk/dports/devel/libev/files/cflags.patch Modified: trunk/dports/devel/libev/Portfile =================================================================== --- trunk/dports/devel/libev/Portfile 2013-07-01 16:47:44 UTC (rev 107496) +++ trunk/dports/devel/libev/Portfile 2013-07-01 16:51:51 UTC (rev 107497) @@ -6,8 +6,7 @@ name libev epoch 1 -version 4.11 -revision 1 +version 4.15 categories devel maintainers nomaintainer license {BSD GPL-2+} @@ -18,8 +17,8 @@ platforms darwin master_sites http://dist.schmorp.de/libev/Attic/ -checksums rmd160 524b86e24b45ff01bf79775f9ce9374f792b3c4c \ - sha256 9f55f16ff6e4d60a1b1fa7f4962af69768468f0d7c362aab6387f52020938cdf +checksums rmd160 100812a3d24b9968a670c9cd4f16c9de172a0994 \ + sha256 b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb patchfiles cflags.patch Modified: trunk/dports/devel/libev/files/cflags.patch =================================================================== --- trunk/dports/devel/libev/files/cflags.patch 2013-07-01 16:47:44 UTC (rev 107496) +++ trunk/dports/devel/libev/files/cflags.patch 2013-07-01 16:51:51 UTC (rev 107497) @@ -1,13 +1,14 @@ ---- configure.ac.orig 2012-02-04 11:06:12.000000000 -0800 -+++ configure.ac 2013-07-01 09:38:24.000000000 -0700 -@@ -1,21 +1,12 @@ +--- configure.ac.orig 2013-03-01 03:10:27.000000000 -0800 ++++ configure.ac 2013-07-01 09:43:23.000000000 -0700 +@@ -1,22 +1,13 @@ + AC_INIT + -orig_CFLAGS="$CFLAGS" - - AC_INIT AC_CONFIG_SRCDIR([ev_epoll.c]) --AM_INIT_AUTOMAKE(libev,4.11) dnl also update ev.h! -+AM_INIT_AUTOMAKE(libev,4.11) +-AM_INIT_AUTOMAKE(libev,4.15) dnl also update ev.h! ++AM_INIT_AUTOMAKE(libev,4.15) AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE
participants (1)
-
jeremyhu@macports.org