Index: head/devel/pecl-mustache/files/patch-mustache_data.cpp =================================================================== --- head/devel/pecl-mustache/files/patch-mustache_data.cpp (revision 519983) +++ head/devel/pecl-mustache/files/patch-mustache_data.cpp (nonexistent) @@ -1,29 +0,0 @@ ---- mustache_data.cpp.orig 2019-05-27 21:52:06 UTC -+++ mustache_data.cpp -@@ -136,7 +136,7 @@ static zend_always_inline void mustache_ - { - HashTable * data_hash = NULL; - long data_count = 0; -- ulong key_nindex = 0; -+ zend_ulong key_nindex = 0; - zend_string * key; - std::string ckey; - zval * data_entry = NULL; -@@ -228,7 +228,7 @@ static zend_always_inline void mustache_ - static zend_always_inline void mustache_data_from_object_properties_zval(mustache::Data * node, zval * current) - { - HashTable * data_hash = NULL; -- ulong key_nindex = 0; -+ zend_ulong key_nindex = 0; - zend_string * key; - std::string ckey; - zval * data_entry = NULL; -@@ -311,7 +311,7 @@ static zend_always_inline void mustache_ - static zend_always_inline void mustache_data_from_object_functions_zval(mustache::Data * node, zval * current) - { - HashTable * data_hash = NULL; -- ulong key_nindex = 0; -+ zend_ulong key_nindex = 0; - zend_string * key; - std::string ckey; - zval * data_entry = NULL; Property changes on: head/devel/pecl-mustache/files/patch-mustache_data.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/pecl-mustache/files/patch-mustache_mustache.cpp =================================================================== --- head/devel/pecl-mustache/files/patch-mustache_mustache.cpp (revision 519983) +++ head/devel/pecl-mustache/files/patch-mustache_mustache.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- mustache_mustache.cpp.orig 2019-05-27 21:52:06 UTC -+++ mustache_mustache.cpp -@@ -231,7 +231,7 @@ bool mustache_parse_partials_param(zval - mustache::Node::Partials * partials) - { - HashTable * data_hash = NULL; -- ulong key_nindex = 0; -+ zend_ulong key_nindex = 0; - - // Ignore if not an array - if( array == NULL || Z_TYPE_P(array) != IS_ARRAY ) { Property changes on: head/devel/pecl-mustache/files/patch-mustache_mustache.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/pecl-mustache/Makefile =================================================================== --- head/devel/pecl-mustache/Makefile (revision 519983) +++ head/devel/pecl-mustache/Makefile (revision 519984) @@ -1,24 +1,23 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= mustache -PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTVERSION= 0.9.1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Mustache templating language LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libmustache.so:devel/libmustache USES= compiler:c++11-lang php:pecl USE_CXXSTD= c++11 post-patch: @${REINPLACE_CMD} -e '/stdc++/d' ${WRKSRC}/config.m4 .include Index: head/devel/pecl-mustache/distinfo =================================================================== --- head/devel/pecl-mustache/distinfo (revision 519983) +++ head/devel/pecl-mustache/distinfo (revision 519984) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559147078 -SHA256 (PECL/mustache-0.9.0.tgz) = 58991458c8e355713a38d253dab99c4fe0781b5d676c1586d854dfb6bfa8a799 -SIZE (PECL/mustache-0.9.0.tgz) = 39758 +TIMESTAMP = 1576164474 +SHA256 (PECL/mustache-0.9.1.tgz) = 43472ed25dd82cd8eeeb30b616879a55a3665c40b31728ed3b8b1b8c8ecb93bd +SIZE (PECL/mustache-0.9.1.tgz) = 40338