From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 23 18:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B08C8D76 for ; Tue, 23 Apr 2013 18:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 97AFE1483 for ; Tue, 23 Apr 2013 18:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3NI00Ul066535 for ; Tue, 23 Apr 2013 18:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3NI00R7066534; Tue, 23 Apr 2013 18:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 23 Apr 2013 18:00:00 GMT Resent-Message-Id: <201304231800.r3NI00R7066534@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Chen Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8E5AB9E9 for ; Tue, 23 Apr 2013 17:51:42 +0000 (UTC) (envelope-from johnpupu@www.johnpupu.tw) Received: from www.johnpupu.tw (60-199-173-18.static.tfn.net.tw [60.199.173.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5818713C2 for ; Tue, 23 Apr 2013 17:51:41 +0000 (UTC) Received: from www.johnpupu.tw (localhost [127.0.0.1]) by www.johnpupu.tw (Postfix) with ESMTP id 8E42C53609A for ; Wed, 24 Apr 2013 01:41:59 +0800 (CST) Received: (from root@localhost) by www.johnpupu.tw (8.14.5/8.14.5/Submit) id r3NHfxke030693; Wed, 24 Apr 2013 01:41:59 +0800 (CST) (envelope-from johnpupu) Message-Id: <201304231741.r3NHfxke030693@www.johnpupu.tw> Date: Wed, 24 Apr 2013 01:41:59 +0800 (CST) From: John Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178088: [MAINTAINER] devel/pecl-ev: update to 0.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2013 18:00:00 -0000 >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: