From bofh@bofh.1asiacom.net  Sat Apr  5 00:13:21 2014
Return-Path: <bofh@bofh.1asiacom.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id BF4F8120
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Apr 2014 00:13:21 +0000 (UTC)
Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.110.2])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "bofh.1asiacom.net", Issuer "bofh.1asiacom.net" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 20BE2390
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Apr 2014 00:13:20 +0000 (UTC)
Received: from bofh.1asiacom.net (localhost [127.0.0.1])
	by bofh.1asiacom.net (8.14.8/8.14.8) with ESMTP id s350DGg2098133
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 5 Apr 2014 06:13:17 +0600 (BDT)
	(envelope-from bofh@bofh.1asiacom.net)
Received: (from root@localhost)
	by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s350DFJb098132;
	Sat, 5 Apr 2014 06:13:15 +0600 (BDT)
	(envelope-from bofh)
Message-Id: <201404050013.s350DFJb098132@bofh.1asiacom.net>
Date: Sat, 5 Apr 2014 06:13:15 +0600 (BDT)
From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] devel/pecl-spl_types: update to 0.4.0, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         188275
>Category:       ports
>Synopsis:       [PATCH] devel/pecl-spl_types: update to 0.4.0, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 05 00:20:00 UTC 2014
>Closed-Date:    Sun Apr 06 05:53:11 UTC 2014
>Last-Modified:  Sun Apr  6 06:00:05 UTC 2014
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT
>Description:
- Update to 0.4.0
- Take maintainership

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/84i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/84amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/92i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/92amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/100i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/100amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/110i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/110amd64-default.log

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- pecl-spl_types-0.4.0.patch begins here ---
diff -ruN /usr/ports//devel/pecl-spl_types/Makefile ./Makefile
--- /usr/ports//devel/pecl-spl_types/Makefile	2014-01-23 21:12:50.000000000 +0600
+++ ./Makefile	2014-04-05 05:58:55.570698514 +0600
@@ -2,8 +2,7 @@
 # $FreeBSD: head/devel/pecl-spl_types/Makefile 340830 2014-01-23 15:12:50Z miwi $
 
 PORTNAME=	spl_types
-PORTVERSION=	0.3.0
-PORTREVISION=	1
+PORTVERSION=	0.4.0
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -11,17 +10,19 @@
 EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	A PECL extension of a collection of special typehandling classes
 
 LICENSE=	PHP301
 
+OPTIONS_DEFINE=	RE2C
+RE2C_DESC=	Compile regular expression 2 C
+RE2C_RUN_DEPENDS=	re2c:${PORTSDIR}/devel/re2c
+
 USE_PHP=	spl
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	spl_types
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5
 
 CONFIGURE_ARGS=	--enable-spl-types
 CFLAGS+=	-I${LOCALBASE}/include
diff -ruN /usr/ports//devel/pecl-spl_types/distinfo ./distinfo
--- /usr/ports//devel/pecl-spl_types/distinfo	2014-01-22 21:30:13.000000000 +0600
+++ ./distinfo	2014-04-05 05:26:30.655467183 +0600
@@ -1,2 +1,2 @@
-SHA256 (PECL/SPL_Types-0.3.0.tgz) = 1e11b0c01a4743cf3216942412fa89e5a5e5157491a6be8f12bab8e0a7136fcd
-SIZE (PECL/SPL_Types-0.3.0.tgz) = 8100
+SHA256 (PECL/SPL_Types-0.4.0.tgz) = b44101401b2664822fd17e6f491d912203496108ff9d0b86b043bff67c5f724f
+SIZE (PECL/SPL_Types-0.4.0.tgz) = 8388
diff -ruN /usr/ports//devel/pecl-spl_types/files/patch-spl_type.c ./files/patch-spl_type.c
--- /usr/ports//devel/pecl-spl_types/files/patch-spl_type.c	2014-01-22 23:40:44.000000000 +0600
+++ ./files/patch-spl_type.c	1970-01-01 06:00:00.000000000 +0600
@@ -1,20 +0,0 @@
---- ./spl_type.c.orig	2010-04-12 13:52:44.000000000 -0400
-+++ ./spl_type.c	2010-04-12 13:52:53.000000000 -0400
-@@ -402,7 +402,7 @@
- 	return spl_type_object_new_ex(class_type, 1, NULL, spl_type_set_float TSRMLS_CC);
- }
- /* {{{ Method and class definitions */
--static ZEND_BEGIN_ARG_INFO_EX(arg_SplType___construct, 0, 0, 0)
-+ZEND_BEGIN_ARG_INFO_EX(arg_SplType___construct, 0, 0, 0)
- 	ZEND_ARG_INFO(0, initial_value)
- 	ZEND_ARG_INFO(0, strict)
- ZEND_END_ARG_INFO()
-@@ -412,7 +412,7 @@
- 	{NULL, NULL, NULL}
- };
- 
--static ZEND_BEGIN_ARG_INFO_EX(arg_SplEnum_getConstList, 0, 0, 0)
-+ZEND_BEGIN_ARG_INFO_EX(arg_SplEnum_getConstList, 0, 0, 0)
- 	ZEND_ARG_INFO(0, include_default)
- ZEND_END_ARG_INFO()
- 
--- pecl-spl_types-0.4.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 5 00:20:06 UTC 2014 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188275 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sun Apr 6 05:53:11 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188275: commit references a PR
Date: Sun,  6 Apr 2014 05:50:15 +0000 (UTC)

 Author: sunpoet
 Date: Sun Apr  6 05:50:01 2014
 New Revision: 350335
 URL: http://svnweb.freebsd.org/changeset/ports/350335
 QAT: https://qat.redports.org/buildarchive/r350335/
 
 Log:
   - Update to 0.4.0
   - Add RE2C option
   - Pass maintainership to submitter
   - While I'm here:
     - Remove leading indefinite article from COMMENT
     - Remove unnecessary PHP_MODNAME and USE_PHP_BUILD
     - Use USES=tar:tgz
   
   Changes:	http://pecl.php.net/package-changelog.php?package=SPL_Types
   PR:		188275
   Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
 
 Deleted:
   head/devel/pecl-spl_types/files/
 Modified:
   head/devel/pecl-spl_types/Makefile
   head/devel/pecl-spl_types/distinfo
 
 Modified: head/devel/pecl-spl_types/Makefile
 ==============================================================================
 --- head/devel/pecl-spl_types/Makefile	Sun Apr  6 05:49:57 2014	(r350334)
 +++ head/devel/pecl-spl_types/Makefile	Sun Apr  6 05:50:01 2014	(r350335)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	spl_types
 -PORTVERSION=	0.3.0
 -PORTREVISION=	1
 +PORTVERSION=	0.4.0
  CATEGORIES=	devel pear
  MASTER_SITES=	http://pecl.php.net/get/
  PKGNAMEPREFIX=	pecl-
 @@ -11,17 +10,19 @@ DISTNAME=	SPL_Types-${PORTVERSION}
  EXTRACT_SUFX=	.tgz
  DIST_SUBDIR=	PECL
  
 -MAINTAINER=	ports@FreeBSD.org
 -COMMENT=	A PECL extension of a collection of special typehandling classes
 +MAINTAINER=	5u623l20@gmail.com
 +COMMENT=	PECL extension of a collection of special typehandling classes
  
  LICENSE=	PHP301
  
 +OPTIONS_DEFINE=	RE2C
 +RE2C_DESC=	Compile regular expression 2 C
 +RE2C_RUN_DEPENDS=	re2c:${PORTSDIR}/devel/re2c
 +
  USE_PHP=	spl
 -USE_PHP_BUILD=	yes
 +#USE_PHP_BUILD=	yes
  USE_PHPEXT=	yes
 -PHP_MODNAME=	spl_types
 -DEFAULT_PHP_VER=53
 -IGNORE_WITH_PHP=5
 +USES=		tar:tgz
  
  CONFIGURE_ARGS=	--enable-spl-types
  CFLAGS+=	-I${LOCALBASE}/include
 
 Modified: head/devel/pecl-spl_types/distinfo
 ==============================================================================
 --- head/devel/pecl-spl_types/distinfo	Sun Apr  6 05:49:57 2014	(r350334)
 +++ head/devel/pecl-spl_types/distinfo	Sun Apr  6 05:50:01 2014	(r350335)
 @@ -1,2 +1,2 @@
 -SHA256 (PECL/SPL_Types-0.3.0.tgz) = 1e11b0c01a4743cf3216942412fa89e5a5e5157491a6be8f12bab8e0a7136fcd
 -SIZE (PECL/SPL_Types-0.3.0.tgz) = 8100
 +SHA256 (PECL/SPL_Types-0.4.0.tgz) = b44101401b2664822fd17e6f491d912203496108ff9d0b86b043bff67c5f724f
 +SIZE (PECL/SPL_Types-0.4.0.tgz) = 8388
 _______________________________________________
 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:
