[150555] trunk/dports/lang/php

ryandesign at macports.org ryandesign at macports.org
Thu Jul 21 09:14:56 PDT 2016


Revision: 150555
          https://trac.macports.org/changeset/150555
Author:   ryandesign at macports.org
Date:     2016-07-21 09:14:56 -0700 (Thu, 21 Jul 2016)
Log Message:
-----------
php: update php71 to 7.1.0beta1

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

Removed Paths:
-------------
    trunk/dports/lang/php/files/patch-php71-ext-tidy-tidy.c.diff

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2016-07-21 16:00:21 UTC (rev 150554)
+++ trunk/dports/lang/php/Portfile	2016-07-21 16:14:56 UTC (rev 150555)
@@ -120,13 +120,13 @@
         # 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         7.1.0alpha3
+        version         7.1.0beta1
         homepage        https://qa.php.net/
-        master_sites    https://downloads.php.net/~krakjoe/
+        master_sites    https://downloads.php.net/~ab/
         use_xz          yes
-        checksums       md5     3301a2f3a60d4333c4a9008628c1e106 \
-                        rmd160  4395ff5a1c83ac6e3f90a58339f1edaf9f65d7d0 \
-                        sha256  2046343d0ed1ce8f9f96cec6d215a7c168328eebef420aa75e812d39bd0b74c7
+        checksums       md5     f63c3acc5c15e69853a164b40e107d7f \
+                        rmd160  a6bdb5def54b65967c30eea8ea8dc03f909eb11c \
+                        sha256  e49a4e6c1bbda42a4571433fd3db7ad424213dbe4ac0d9148c58d7e38d2870e5
         livecheck.url   ${homepage}
         livecheck.regex php-([strsed ${subport_branch} {g/\\./\\./}](?:\\.\[0-9.\]+)*(?:(?:alpha|beta|RC)\\d+|-latest))\\.tar
     }
@@ -1234,7 +1234,7 @@
     
     depends_lib-append      port:tidy
     
-    if {[vercmp ${branch} 7.1] <= 0} {
+    if {[vercmp ${branch} 7.0] <= 0} {
         patchfiles-append   patch-${php}-ext-tidy-tidy.c.diff
     }
     

Deleted: trunk/dports/lang/php/files/patch-php71-ext-tidy-tidy.c.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php71-ext-tidy-tidy.c.diff	2016-07-21 16:00:21 UTC (rev 150554)
+++ trunk/dports/lang/php/files/patch-php71-ext-tidy-tidy.c.diff	2016-07-21 16:14:56 UTC (rev 150555)
@@ -1,11 +0,0 @@
---- ext/tidy/tidy.c.orig	2015-09-16 07:49:50.000000000 -0500
-+++ ext/tidy/tidy.c	2015-09-19 14:18:11.000000000 -0500
-@@ -31,7 +31,7 @@
- #include "ext/standard/info.h"
- 
- #include "tidy.h"
--#include "buffio.h"
-+#include "tidybuffio.h"
- 
- /* compatibility with older versions of libtidy */
- #ifndef TIDY_CALL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160721/c879cc93/attachment.html>


More information about the macports-changes mailing list