ports/188275: [PATCH] devel/pecl-spl_types: update to 0.4.0, take maintainership
Muhammad Moinur Rahman
5u623l20 at gmail.com
Sat Apr 5 00:20:00 UTC 2014
>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: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Apr 05 00:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>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 at FreeBSD.org
+MAINTAINER= 5u623l20 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list