[127001] trunk/dports/devel/libev

stromnov at macports.org stromnov at macports.org
Sat Oct 18 15:26:00 PDT 2014


Revision: 127001
          https://trac.macports.org/changeset/127001
Author:   stromnov at macports.org
Date:     2014-10-18 15:26:00 -0700 (Sat, 18 Oct 2014)
Log Message:
-----------
libev: update to version 4.19

Modified Paths:
--------------
    trunk/dports/devel/libev/Portfile

Added Paths:
-----------
    trunk/dports/devel/libev/files/patch-configure.ac.diff

Removed Paths:
-------------
    trunk/dports/devel/libev/files/cflags.patch

Modified: trunk/dports/devel/libev/Portfile
===================================================================
--- trunk/dports/devel/libev/Portfile	2014-10-18 22:06:57 UTC (rev 127000)
+++ trunk/dports/devel/libev/Portfile	2014-10-18 22:26:00 UTC (rev 127001)
@@ -6,7 +6,7 @@
 
 name                libev
 epoch               1
-version             4.15
+version             4.19
 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  100812a3d24b9968a670c9cd4f16c9de172a0994 \
-                    sha256  b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb
+checksums           rmd160  fe14e60e4eff22e40c81c02cb971ff29fcf52cd0 \
+                    sha256  88fc5f89ca96ceca14c16c10e7be3e921dae65e84932d680c2fd6a40173edccb
 
-patchfiles          cflags.patch
+patchfiles          patch-configure.ac.diff
 
 use_autoreconf      yes
 autoreconf.args     -fvi

Deleted: trunk/dports/devel/libev/files/cflags.patch
===================================================================
--- trunk/dports/devel/libev/files/cflags.patch	2014-10-18 22:06:57 UTC (rev 127000)
+++ trunk/dports/devel/libev/files/cflags.patch	2014-10-18 22:26:00 UTC (rev 127001)
@@ -1,26 +0,0 @@
---- 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_CONFIG_SRCDIR([ev_epoll.c])
- 
--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
- 
- AC_PROG_CC
- 
--dnl Supply default CFLAGS, if not specified
--if test -z "$orig_CFLAGS"; then
--  if test x$GCC = xyes; then
--    CFLAGS="-g -O3"
--  fi
--fi
--
- AC_PROG_INSTALL
- AC_PROG_LIBTOOL
- 

Copied: trunk/dports/devel/libev/files/patch-configure.ac.diff (from rev 126909, trunk/dports/devel/libev/files/cflags.patch)
===================================================================
--- trunk/dports/devel/libev/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/devel/libev/files/patch-configure.ac.diff	2014-10-18 22:26:00 UTC (rev 127001)
@@ -0,0 +1,27 @@
+--- 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 @@
+-AC_INIT
+-
+-orig_CFLAGS="$CFLAGS"
++AC_INIT([libev], [4.19])
+ 
+ AC_CONFIG_SRCDIR([ev_epoll.c])
+ 
+-AM_INIT_AUTOMAKE(libev,4.19) dnl also update ev.h!
++AM_INIT_AUTOMAKE
+ AC_CONFIG_HEADERS([config.h])
+ AM_MAINTAINER_MODE
+ 
+ AC_PROG_CC
+ 
+-dnl Supply default CFLAGS, if not specified
+-if test -z "$orig_CFLAGS"; then
+-  if test x$GCC = xyes; then
+-    CFLAGS="-g -O3"
+-  fi
+-fi
+-
+ AC_PROG_INSTALL
+ AC_PROG_LIBTOOL
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141018/15e483f7/attachment.html>


More information about the macports-changes mailing list