From johnpupu@www.johnpupu.tw  Tue Apr 23 17:51:42 2013
Return-Path: <johnpupu@www.johnpupu.tw>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 8E5AB9E9
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <johnpupu@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/pecl-ev: update to 0.2.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178088
>Category:       ports
>Synopsis:       [MAINTAINER] devel/pecl-ev: update to 0.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 23 18:00:00 UTC 2013
>Closed-Date:    Mon Apr 29 14:25:43 UTC 2013
>Last-Modified:  Mon Apr 29 14:30:03 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Apr 23 18:00:10 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178088 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Apr 29 14:25:42 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178088 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178088: commit references a PR
Date: Mon, 29 Apr 2013 14:25:51 +0000 (UTC)

 Author: miwi
 Date: Mon Apr 29 14:25:42 2013
 New Revision: 316823
 URL: http://svnweb.freebsd.org/changeset/ports/316823
 
 Log:
   - Update to 0.2.4
   
   PR:		178088
   Submitted by:	maintainer
 
 Deleted:
   head/devel/pecl-ev/files/
 Modified:
   head/devel/pecl-ev/Makefile
   head/devel/pecl-ev/distinfo   (contents, props changed)
 
 Modified: head/devel/pecl-ev/Makefile
 ==============================================================================
 --- head/devel/pecl-ev/Makefile	Mon Apr 29 14:24:58 2013	(r316822)
 +++ head/devel/pecl-ev/Makefile	Mon Apr 29 14:25:42 2013	(r316823)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	ev
 -PORTVERSION=	0.2.3
 +PORTVERSION=	0.2.4
  CATEGORIES=	devel
  MASTER_SITES=	http://pecl.php.net/get/
  PKGNAMEPREFIX=	pecl-
 
 Modified: head/devel/pecl-ev/distinfo
 ==============================================================================
 --- head/devel/pecl-ev/distinfo	Mon Apr 29 14:24:58 2013	(r316822)
 +++ head/devel/pecl-ev/distinfo	Mon Apr 29 14:25:42 2013	(r316823)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
