Date: Wed, 24 Apr 2013 01:41:59 +0800 (CST) From: John Chen <johnpupu@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178088: [MAINTAINER] devel/pecl-ev: update to 0.2.4 Message-ID: <201304231741.r3NHfxke030693@www.johnpupu.tw> Resent-Message-ID: <201304231800.r3NI00R7066534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178088 >Category: ports >Synopsis: [MAINTAINER] devel/pecl-ev: update to 0.2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Apr 23 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Chen >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Watcher >Environment: System: FreeBSD www.johnpupu.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: - Update to 0.2.4 Removed file(s): - files/patch-watcher.c - files/patch-watcher.h Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- pecl-ev-0.2.4.patch begins here --- diff -ruN --exclude=CVS ../pecl-ev.orig/Makefile ./Makefile --- ../pecl-ev.orig/Makefile 2013-01-28 21:47:10.000000000 +0800 +++ ./Makefile 2013-04-24 01:36:04.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: ports/devel/pecl-ev/Makefile,v 1.2 2013/01/28 13:47:10 svnexp Exp $ PORTNAME= ev -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff -ruN --exclude=CVS ../pecl-ev.orig/distinfo ./distinfo --- ../pecl-ev.orig/distinfo 2013-01-28 21:47:10.000000000 +0800 +++ ./distinfo 2013-04-24 01:37:10.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (PECL/ev-0.2.3.tgz) = 80ca5927f19d55977677681a1ad8d498cef28a9d237456fe9c20925f4b19389f -SIZE (PECL/ev-0.2.3.tgz) = 92926 +SHA256 (PECL/ev-0.2.4.tgz) = dd1cdba0d3f1364048028e0bc34ca2e2724f9cddf2ba19846e8ae7b604ef2d95 +SIZE (PECL/ev-0.2.4.tgz) = 92978 diff -ruN --exclude=CVS ../pecl-ev.orig/files/patch-watcher.c ./files/patch-watcher.c --- ../pecl-ev.orig/files/patch-watcher.c 2013-01-28 21:47:10.000000000 +0800 +++ ./files/patch-watcher.c 1970-01-01 08:00:00.000000000 +0800 @@ -1,11 +0,0 @@ ---- watcher.c.orig 2013-01-28 21:38:15.000000000 +0800 -+++ watcher.c 2013-01-28 21:38:24.000000000 +0800 -@@ -27,7 +27,7 @@ - extern zend_class_entry *ev_loop_class_entry_ptr; - - /* {{{ php_ev_set_watcher_priority() */ --inline void php_ev_set_watcher_priority(ev_watcher *watcher, long priority TSRMLS_DC) -+void php_ev_set_watcher_priority(ev_watcher *watcher, long priority TSRMLS_DC) - { - PHP_EV_CHECK_PENDING_WATCHER(watcher); - ev_set_priority(watcher, priority); diff -ruN --exclude=CVS ../pecl-ev.orig/files/patch-watcher.h ./files/patch-watcher.h --- ../pecl-ev.orig/files/patch-watcher.h 2013-01-28 21:47:10.000000000 +0800 +++ ./files/patch-watcher.h 1970-01-01 08:00:00.000000000 +0800 @@ -1,11 +0,0 @@ ---- watcher.h.orig 2013-01-28 21:38:20.000000000 +0800 -+++ watcher.h 2013-01-28 21:38:27.000000000 +0800 -@@ -131,7 +131,7 @@ void php_ev_set_watcher(ev_watcher *w, s - void *php_ev_new_watcher(size_t size, zval *self, php_ev_loop *loop, - const zend_fcall_info *pfci, const zend_fcall_info_cache *pfcc, zval *data, int priority TSRMLS_DC); - void php_ev_stop_watcher(ev_watcher *watcher TSRMLS_DC); --inline void php_ev_set_watcher_priority(ev_watcher *watcher, long priority TSRMLS_DC); -+void php_ev_set_watcher_priority(ev_watcher *watcher, long priority TSRMLS_DC); - void php_ev_start_watcher(ev_watcher *watcher TSRMLS_DC); - - #endif /* PHP_EV_WATCHER_H */ --- pecl-ev-0.2.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304231741.r3NHfxke030693>