[107226] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sat Jun 22 00:23:09 PDT 2013


Revision: 107226
          https://trac.macports.org/changeset/107226
Author:   ryandesign at macports.org
Date:     2013-06-22 00:23:09 -0700 (Sat, 22 Jun 2013)
Log Message:
-----------
php: update php55 to 5.5.0

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	2013-06-21 23:46:01 UTC (rev 107225)
+++ trunk/dports/_resources/port1.0/group/php-1.1.tcl	2013-06-22 07:23:09 UTC (rev 107226)
@@ -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-2012 The MacPorts Project
+# Copyright (c) 2009-2013 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -131,7 +131,7 @@
 # when the php port is updated.
 
 options php.latest_stable_branch
-default php.latest_stable_branch 5.4
+default php.latest_stable_branch 5.5
 
 
 # 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	2013-06-21 23:46:01 UTC (rev 107225)
+++ trunk/dports/lang/php/Portfile	2013-06-22 07:23:09 UTC (rev 107226)
@@ -10,7 +10,6 @@
 license                 PHP-3.01
 default master_sites    {php:get/[lindex ${distfiles} 0]/from/this/mirror?dummy=}
 use_parallel_build      yes
-use_bzip2               yes
 livecheck.type          none
 
 description             PHP: Hypertext Preprocessor
@@ -61,6 +60,7 @@
 switch ${subport_branch} {
     5.3 {
         version         5.3.26
+        use_bzip2       yes
         set suhosin_available       yes
         set suhosin_patch_version   5.3.9-0.9.10
         set suhosin_patch           suhosin-patch-${suhosin_patch_version}.patch.gz
@@ -74,25 +74,33 @@
     5.4 {
         epoch           1
         version         5.4.16
+        use_bzip2       yes
         set suhosin_available       no
         checksums       [suffix ${distname}] \
                         rmd160  8fa3d93006f950706fd1f2544108cd69201a4d9e \
                         sha256  3ec25fb5c260b3b512a5079ad1674fa6aea9c3bd79623bf307ee643f6fcdc236
     }
     5.5 {
+        epoch           2
+        version         5.5.0
+        use_xz          yes
+        set suhosin_available       no
+        checksums       [suffix ${distname}] \
+                        rmd160  63b90021b6a185e25d403722914bff450b56b0d2 \
+                        sha256  9b3e870d5a6a3395211c70579816ccafc8e1b1bd52923df224ff6c48d09e69e9
+    }
+    5.6 {
         # 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         5.5.0RC3
+        version         5.6.x
         homepage        http://qa.php.net/
         master_sites    http://downloads.php.net/dsp/
-        use_bzip2       no
         use_xz          yes
         set suhosin_available       no
         checksums       [suffix ${distname}] \
-                        rmd160  3b356f7e8b86c16cada498f9c18b96b9476fc71a \
-                        sha256  8851e763d5c8f9c5527eedfeba422e7ecfa08d07042c3a1f5a3204bde8db855b
+                        rmd160  0000000000000000000000000000000000000000 \
+                        sha256  0000000000000000000000000000000000000000000000000000000000000000
         livecheck.url   ${homepage}
         livecheck.regex php-([strsed ${subport_branch} {g/\\./\\./}](?:\\.\[0-9.\]+)*(?:(?:alpha|beta|RC)\\d+|-latest))\\.tar
     }
@@ -1092,7 +1100,7 @@
 if {${name} == ${subport}} {
     # Set up the stub port.
     version             ${branch}
-    revision            1
+    revision            0
     supported_archs     noarch
     distfiles
     depends_run         port:${php}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130622/2912af2a/attachment.html>


More information about the macports-changes mailing list