[94654] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Mon Jun 25 19:01:14 PDT 2012


Revision: 94654
          https://trac.macports.org/changeset/94654
Author:   ryandesign at macports.org
Date:     2012-06-25 19:01:13 -0700 (Mon, 25 Jun 2012)
Log Message:
-----------
php-SPL_Types: update to 0.4.0 (adds PHP 5.4 support)

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

Removed Paths:
-------------
    trunk/dports/php/php-SPL_Types/files/

Modified: trunk/dports/php/php-SPL_Types/Portfile
===================================================================
--- trunk/dports/php/php-SPL_Types/Portfile	2012-06-26 01:56:16 UTC (rev 94653)
+++ trunk/dports/php/php-SPL_Types/Portfile	2012-06-26 02:01:13 UTC (rev 94654)
@@ -5,8 +5,7 @@
 PortGroup           php 1.1
 
 name                php-SPL_Types
-version             0.3.0
-revision            1
+version             0.4.0
 license             PHP
 categories          php devel
 platforms           darwin
@@ -20,12 +19,9 @@
 
 long_description    SPL Types is a collection of special typehandling classes.
 
-checksums           md5     5c7a71db99cb07906b5fab285202acbe \
-                    sha1    fcffb4e00c73b02caebc0ae4eb31473989e14f9f \
-                    rmd160  3077ced1d56eeb6cca78ab50515d77245143c482
+checksums           rmd160  340e17da428e3ae410046c97d7650afa0da81b3a \
+                    sha256  b44101401b2664822fd17e6f491d912203496108ff9d0b86b043bff67c5f724f
 
-patchfiles          patch-spl_type.c.diff
-
 use_parallel_build  yes
 
 test.run            yes

Modified: trunk/dports/php/php5-SPL_Types/Portfile
===================================================================
--- trunk/dports/php/php5-SPL_Types/Portfile	2012-06-26 01:56:16 UTC (rev 94653)
+++ trunk/dports/php/php5-SPL_Types/Portfile	2012-06-26 02:01:13 UTC (rev 94654)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 PortGroup           php5extension 1.0
 
-php5extension.setup spl_types 0.3.0 pecl
-revision            1
+php5extension.setup spl_types 0.4.0 pecl
 name                php5-SPL_Types
 license             PHP
 categories          php devel
@@ -18,9 +17,8 @@
 
 long_description    SPL Types is a collection of special typehandling classes.
 
-checksums           md5     5c7a71db99cb07906b5fab285202acbe \
-                    sha1    fcffb4e00c73b02caebc0ae4eb31473989e14f9f \
-                    rmd160  3077ced1d56eeb6cca78ab50515d77245143c482
+checksums           rmd160  340e17da428e3ae410046c97d7650afa0da81b3a \
+                    sha256  b44101401b2664822fd17e6f491d912203496108ff9d0b86b043bff67c5f724f
 
 distname            SPL_Types-${version}
 
@@ -28,11 +26,6 @@
 
 test.run            yes
 
-post-patch {
-    # error: duplicate 'static'
-    reinplace /ZEND_BEGIN_ARG_INFO_EX/s/static// ${worksrcpath}/spl_type.c
-}
-
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120625/1299008b/attachment.html>


More information about the macports-changes mailing list