diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-29 17:31:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-29 17:31:48 +0000 |
commit | e5aa97bb8436fb9ea0270228e36fa85b39e171d0 (patch) | |
tree | b90c73d216f5923f117c755d244dc159529c7fe9 | |
parent | d5a68cc00b12dc63f8f72739f7ac55a961c95d33 (diff) | |
download | ports-e5aa97bb8436fb9ea0270228e36fa85b39e171d0.tar.gz ports-e5aa97bb8436fb9ea0270228e36fa85b39e171d0.zip |
- Update to 1.2.0
Notes
Notes:
svn path=/head/; revision=366540
-rw-r--r-- | converters/pecl-igbinary/Makefile | 5 | ||||
-rw-r--r-- | converters/pecl-igbinary/distinfo | 4 | ||||
-rw-r--r-- | converters/pecl-igbinary/files/patch-apc_serializer.h | 11 |
3 files changed, 5 insertions, 15 deletions
diff --git a/converters/pecl-igbinary/Makefile b/converters/pecl-igbinary/Makefile index 79ae859b88c0..39f494f7e89e 100644 --- a/converters/pecl-igbinary/Makefile +++ b/converters/pecl-igbinary/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= igbinary -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= converters MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -21,6 +20,8 @@ USE_PHPIZE= yes USES= tar:tgz post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so .include <bsd.port.mk> diff --git a/converters/pecl-igbinary/distinfo b/converters/pecl-igbinary/distinfo index 10d70c43e953..103ef5f24fc3 100644 --- a/converters/pecl-igbinary/distinfo +++ b/converters/pecl-igbinary/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/igbinary-1.1.1.tgz) = b84158410bde9db42e7a96c4e947da4569519ab4e7e19a5e3d1db698aac94101 -SIZE (PECL/igbinary-1.1.1.tgz) = 25722 +SHA256 (PECL/igbinary-1.2.0.tgz) = 59664050ff2c45c09d715ef85b38417d1e35403e9484c0311ae90749fbe1232b +SIZE (PECL/igbinary-1.2.0.tgz) = 36789 diff --git a/converters/pecl-igbinary/files/patch-apc_serializer.h b/converters/pecl-igbinary/files/patch-apc_serializer.h deleted file mode 100644 index e7e7ebfae6a9..000000000000 --- a/converters/pecl-igbinary/files/patch-apc_serializer.h +++ /dev/null @@ -1,11 +0,0 @@ ---- apc_serializer.h.orig 2011-03-14 20:32:48.000000000 +0800 -+++ apc_serializer.h 2014-07-03 23:40:39.234972645 +0800 -@@ -54,7 +54,7 @@ - - ALLOC_INIT_ZVAL(apc_magic_constant); - -- if (zend_get_constant(APC_SERIALIZER_CONSTANT, sizeof(APC_SERIALIZER_CONSTANT)-1, apc_magic_constant)) { -+ if (zend_get_constant(APC_SERIALIZER_CONSTANT, sizeof(APC_SERIALIZER_CONSTANT)-1, apc_magic_constant TSRMLS_CC)) { - if(apc_magic_constant) { - apc_register_serializer_t register_func = (apc_register_serializer_t)(Z_LVAL_P(apc_magic_constant)); - if(register_func) { |