[143458] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 11:16:08 PST 2015


Revision: 143458
          https://trac.macports.org/changeset/143458
Author:   ryandesign at macports.org
Date:     2015-12-12 11:16:08 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
php: update php70 to 7.0.0
php-1.1.tcl: use php70 by default

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/php-1.1.tcl
    trunk/dports/lang/php/Portfile

Modified: trunk/dports/_resources/port1.0/group/php-1.1.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/php-1.1.tcl	2015-12-12 19:00:24 UTC (rev 143457)
+++ trunk/dports/_resources/port1.0/group/php-1.1.tcl	2015-12-12 19:16:08 UTC (rev 143458)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 #
-# Copyright (c) 2009-2014 The MacPorts Project
+# Copyright (c) 2009-2015 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -41,7 +41,7 @@
 # built. For unified extension ports (name begins with "php-") setting
 # php.branches is mandatory; there is no default. Example:
 #
-#   php.branches                5.3 5.4 5.5 5.6
+#   php.branches                5.3 5.4 5.5 5.6 7.0
 #
 # For unified ports, setting php.branches will create the subports.
 #
@@ -131,7 +131,7 @@
 # when the php port is updated.
 
 options php.latest_stable_branch
-default php.latest_stable_branch 5.6
+default php.latest_stable_branch 7.0
 
 
 # php.default_branch: the branch of PHP for which the port should be installed

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2015-12-12 19:00:24 UTC (rev 143457)
+++ trunk/dports/lang/php/Portfile	2015-12-12 19:16:08 UTC (rev 143458)
@@ -110,17 +110,24 @@
                         sha256  8ef43271d9bd8cc8f8d407d3ba569de9fa14a28985ae97c76085bb50d597de98
     }
     7.0 {
+        epoch           2
+        version         7.0.0
+        use_xz          yes
+        checksums       md5     394e4d6c517078ca3e23acf633c5ed27 \
+                        rmd160  42b2e8808b485a610c1b7d402a7d29d46dbb2b69 \
+                        sha256  7dbdda74c502960febe0544b3e3a7c430389a7a4260e94c73fd8ca26c33b8540
+    }
+    7.1 {
         # 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.
-        epoch           1
-        version         7.0.0RC8
+        version         7.1.0alpha1
         homepage        http://qa.php.net/
         master_sites    http://downloads.php.net/~ab/
         use_xz          yes
-        checksums       md5     faf3b29455ddf8613a0b187f456cf96d \
-                        rmd160  4a97829cd0129b2df15612dd6f6dabc930d89873 \
-                        sha256  24876ab6dcb810b7bc423ef21abafc73ad12841dd1288c5a592c0621612a1801
+        checksums       md5     0123456789abcdef0123456789abcdef \
+                        rmd160  0123456789abcdef0123456789abcdef01234567 \
+                        sha256  0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
         livecheck.url   ${homepage}
         livecheck.regex php-([strsed ${subport_branch} {g/\\./\\./}](?:\\.\[0-9.\]+)*(?:(?:alpha|beta|RC)\\d+|-latest))\\.tar
     }
@@ -335,16 +342,13 @@
         default_variants +libedit
     }
     
-    if {[vercmp ${branch} 5.4] < 0} {
+    if {[vercmp ${branch} 5.5] < 0} {
         notes-append "
-PHP ${branch} has reached end-of-life. Please upgrade to PHP 5.4 or newer. The newest stable version is ${php.latest_stable_branch}.
+PHP ${branch} has reached end-of-life. Please upgrade to PHP 5.5 or newer. The newest stable version is ${php.latest_stable_branch}.
 
 To learn how to update your code, please read the following guides:
 
-    http://php.net/manual/en/migration53.php
-    http://php.net/manual/en/migration54.php
-    http://php.net/manual/en/migration55.php
-    http://php.net/manual/en/migration56.php
+    http://php.net/manual/en/migration[php.suffix_from_branch ${php.latest_stable_branch}].php
 
 
 "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/825072f7/attachment.html>


More information about the macports-changes mailing list