[119802] trunk/dports/lang/php

ryandesign at macports.org ryandesign at macports.org
Wed May 7 01:50:09 PDT 2014


Revision: 119802
          https://trac.macports.org/changeset/119802
Author:   ryandesign at macports.org
Date:     2014-05-07 01:50:09 -0700 (Wed, 07 May 2014)
Log Message:
-----------
php: update php56 to 5.6.0beta2

Modified Paths:
--------------
    trunk/dports/lang/php/Portfile

Removed Paths:
-------------
    trunk/dports/lang/php/files/patch-php56-ext-openssl-xp_ssl.c.diff

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2014-05-07 08:37:33 UTC (rev 119801)
+++ trunk/dports/lang/php/Portfile	2014-05-07 08:50:09 UTC (rev 119802)
@@ -97,15 +97,15 @@
         # When this becomes a stable version, remove the overrides for homepage,
         # master_sites and livecheck, and update php.latest_stable_branch in the
         # php-1.1 portgroup.
-        version         5.6.0beta1
+        version         5.6.0beta2
         homepage        http://qa.php.net/
         master_sites    http://downloads.php.net/tyrael/
         use_xz          yes
         set suhosin_available       no
         checksums       ${distname}${extract.suffix} \
-                        md5     08321c0d7315db679aa255081b8615b2 \
-                        rmd160  8e7cfbeceeee1823e618ddd839be5b749b057b0e \
-                        sha256  479d0230b6895986e99bc8958264c9179e9f2665f7b9c0ab18200b846d17a1b9
+                        md5     3c355bc98c9c4eefacd5ef15e36574c7 \
+                        rmd160  bf88e93d6eaed7d5d54adea5c8f7c06e39c7f0ce \
+                        sha256  d2fab5115ffea3d978095227b0be57fc04b1818fb175bf72c7dd9af686be8df5
         livecheck.url   ${homepage}
         livecheck.regex php-([strsed ${subport_branch} {g/\\./\\./}](?:\\.\[0-9.\]+)*(?:(?:alpha|beta|RC)\\d+|-latest))\\.tar
     }
@@ -888,10 +888,6 @@
         move ${php.build_dirs}/config0.m4 ${php.build_dirs}/config.m4
     }
     
-    if {[vercmp ${branch} 5.6] == 0} {
-        patchfiles-append   patch-${php}-ext-openssl-xp_ssl.c.diff
-    }
-    
     configure.args-append   --with-kerberos=${prefix} \
                             --with-openssl=${prefix}
 }

Deleted: trunk/dports/lang/php/files/patch-php56-ext-openssl-xp_ssl.c.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php56-ext-openssl-xp_ssl.c.diff	2014-05-07 08:37:33 UTC (rev 119801)
+++ trunk/dports/lang/php/files/patch-php56-ext-openssl-xp_ssl.c.diff	2014-05-07 08:50:09 UTC (rev 119802)
@@ -1,14 +0,0 @@
-https://bugs.php.net/bug.php?id=66840
---- ext/openssl/xp_ssl.c.orig	2014-02-26 19:36:56.000000000 -0600
-+++ ext/openssl/xp_ssl.c	2014-03-06 20:21:56.000000000 -0600
-@@ -18,6 +18,10 @@
- 
- /* $Id$ */
- 
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
- #include "php.h"
- #include "ext/standard/file.h"
- #include "ext/standard/url.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140507/46846f75/attachment-0001.html>


More information about the macports-changes mailing list