[92234] trunk/dports/php/php5-hidef

ryandesign at macports.org ryandesign at macports.org
Sun Apr 22 02:07:24 PDT 2012


Revision: 92234
          https://trac.macports.org/changeset/92234
Author:   ryandesign at macports.org
Date:     2012-04-22 02:07:23 -0700 (Sun, 22 Apr 2012)
Log Message:
-----------
php5-hidef: update to 0.1.11

Modified Paths:
--------------
    trunk/dports/php/php5-hidef/Portfile

Added Paths:
-----------
    trunk/dports/php/php5-hidef/files/
    trunk/dports/php/php5-hidef/files/patch-hidef.c.diff

Modified: trunk/dports/php/php5-hidef/Portfile
===================================================================
--- trunk/dports/php/php5-hidef/Portfile	2012-04-22 08:48:35 UTC (rev 92233)
+++ trunk/dports/php/php5-hidef/Portfile	2012-04-22 09:07:23 UTC (rev 92234)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup hidef 0.1.9 pecl
+php5extension.setup hidef 0.1.11 pecl
 license         PHP
 categories      php devel
 platforms       darwin
@@ -15,8 +15,8 @@
     then processed like internal constants, without any of the usual \
     performance penalties.
 
-checksums       sha1    1cf42602d7d6c2f72f4919433c6ca1a3113315d1 \
-                rmd160  506f4b1e082111bcb4d50a62bcd9983d6b026b20
+checksums       rmd160  5a4107de89644299ea2cfb07136497d13248b453 \
+                sha256  24f7fe45810503d19d36261d10c508dbeb923b4ad725fc0015f6e6dadccc2389
 
 use_parallel_build yes
 
@@ -27,3 +27,7 @@
     xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} CREDITS ${destroot}${docdir}
 }
+
+platform darwin {
+    patchfiles-append patch-hidef.c.diff
+}

Added: trunk/dports/php/php5-hidef/files/patch-hidef.c.diff
===================================================================
--- trunk/dports/php/php5-hidef/files/patch-hidef.c.diff	                        (rev 0)
+++ trunk/dports/php/php5-hidef/files/patch-hidef.c.diff	2012-04-22 09:07:23 UTC (rev 92234)
@@ -0,0 +1,11 @@
+https://bugs.php.net/bug.php?id=61809
+--- hidef.c.orig	2011-12-22 07:27:09.000000000 -0600
++++ hidef.c	2012-04-22 04:05:21.000000000 -0500
+@@ -30,7 +30,6 @@
+ #include "zend_hash.h"
+ #include "ext/standard/info.h"
+ #include "SAPI.h"
+-#include "malloc.h"
+ 
+ #include "php_hidef.h"
+ #include "frozenarray.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120422/40ee957f/attachment.html>


More information about the macports-changes mailing list