[135171] trunk/dports/lang/php

ryandesign at macports.org ryandesign at macports.org
Fri Apr 17 19:36:38 PDT 2015


Revision: 135171
          https://trac.macports.org/changeset/135171
Author:   ryandesign at macports.org
Date:     2015-04-17 19:36:37 -0700 (Fri, 17 Apr 2015)
Log Message:
-----------
php: update php56 to 5.6.8; update php55 to 5.5.24; update php54 to 5.4.40 (#47488)

Modified Paths:
--------------
    trunk/dports/lang/php/Portfile
    trunk/dports/lang/php/files/patch-php52-iODBC.diff
    trunk/dports/lang/php/files/patch-php52-unixODBC.diff
    trunk/dports/lang/php/files/patch-php53-iODBC.diff
    trunk/dports/lang/php/files/patch-php53-unixODBC.diff
    trunk/dports/lang/php/files/patch-php54-iODBC.diff
    trunk/dports/lang/php/files/patch-php54-unixODBC.diff
    trunk/dports/lang/php/files/patch-php55-iODBC.diff
    trunk/dports/lang/php/files/patch-php55-unixODBC.diff
    trunk/dports/lang/php/files/patch-php56-iODBC.diff
    trunk/dports/lang/php/files/patch-php56-unixODBC.diff

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2015-04-18 01:55:38 UTC (rev 135170)
+++ trunk/dports/lang/php/Portfile	2015-04-18 02:36:37 UTC (rev 135171)
@@ -90,27 +90,27 @@
     }
     5.4 {
         epoch           1
-        version         5.4.39
+        version         5.4.40
         use_bzip2       yes
-        checksums       md5     017f7ba7484e738c88bf19eec4369d78 \
-                        rmd160  4f0f33b18dc59851ebe48050f8d1759578718504 \
-                        sha256  7ceb76538e709c74533210ae41148d5c01c330ac8a73220954bbc4fcae69d77e
+        checksums       md5     19dafb2b9fc31517cf5c3309fb8a9923 \
+                        rmd160  2848d814e1038e88156a8d58ad661ed9d42cbbdc \
+                        sha256  4898ffe8ac3ccb2d8cc94f7d76a9ea0414d954f5d4479895ddfccdc2e158a51a
     }
     5.5 {
         epoch           2
-        version         5.5.23
+        version         5.5.24
         use_xz          yes
-        checksums       md5     692f9bc5649806f2053eee1e7323b7ea \
-                        rmd160  e35c3ffae7db2b30805645563d81d9858fc5f2e6 \
-                        sha256  2fc8315606cd6a51dae2e1fe9ac7a9bead76dace3eaf888ba372506695403af4
+        checksums       md5     32e5ab1d77186142474cb65c685659bd \
+                        rmd160  be66352ade99975df4e349d006d4dcdf296c5d86 \
+                        sha256  ffb6235a25043cab71e6445cfc9e8bf16ae80a2835f0373cdd948fcc31eafe57
     }
     5.6 {
         epoch           2
-        version         5.6.7
+        version         5.6.8
         use_xz          yes
-        checksums       md5     4e04eb021de009981ed963f993a171c1 \
-                        rmd160  952208e9a321e8b27862b1d6d5f2ff10e5c78b4f \
-                        sha256  a85522dd2e6f80ee5637e537447ee54896c77a8fabe49d2310830d0e20952787
+        checksums       md5     526a5a7f593de632cd9e8546335de8b7 \
+                        rmd160  94bf75220431f2909ccf9c7020df4f6fc0ade47d \
+                        sha256  4c417387b88e100ca306adeda8051eb9fad93dae8da983f962dabf91a14b2b7b
     }
 }
 #     7.0 {
@@ -1190,7 +1190,9 @@
 }
 
 subport ${php}-tidy {
-    revision                1
+    if {[vercmp ${branch} 5.3] <= 0} {
+        revision            1
+    }
     
     categories-append       www
     

Modified: trunk/dports/lang/php/files/patch-php52-iODBC.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php52-iODBC.diff	2015-04-18 01:55:38 UTC (rev 135170)
+++ trunk/dports/lang/php/files/patch-php52-iODBC.diff	2015-04-18 02:36:37 UTC (rev 135171)
@@ -1,5 +1,5 @@
 --- ext/odbc/config.m4.orig	2007-07-31 08:02:00.000000000 -0500
-+++ ext/odbc/config.m4	2010-08-05 21:21:54.000000000 -0500
++++ ext/odbc/config.m4	2015-04-17 20:30:44.000000000 -0500
 @@ -99,6 +99,7 @@
  dnl
  dnl configure options
@@ -8,11 +8,11 @@
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(adabas,,
  [  --with-adabas[=DIR]     Include Adabas D support [/usr/local]])
-@@ -363,6 +364,7 @@
-     AC_MSG_RESULT([$ext_ouput])
+@@ -364,6 +365,7 @@
    fi
  fi
+ 
 +MACPORTS_DISABLED
- 
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(iodbc,,
+ [  --with-iodbc[=DIR]      Include iODBC support [/usr/local]])

Modified: trunk/dports/lang/php/files/patch-php52-unixODBC.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php52-unixODBC.diff	2015-04-18 01:55:38 UTC (rev 135170)
+++ trunk/dports/lang/php/files/patch-php52-unixODBC.diff	2015-04-18 02:36:37 UTC (rev 135171)
@@ -1,5 +1,5 @@
 --- ext/odbc/config.m4.orig	2007-07-31 08:02:00.000000000 -0500
-+++ ext/odbc/config.m4	2009-12-12 20:32:00.000000000 -0600
++++ ext/odbc/config.m4	2015-04-17 20:29:54.000000000 -0500
 @@ -99,6 +99,7 @@
  dnl
  dnl configure options
@@ -8,11 +8,11 @@
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(adabas,,
  [  --with-adabas[=DIR]     Include Adabas D support [/usr/local]])
-@@ -404,6 +405,7 @@
-     AC_MSG_RESULT([$ext_output])
+@@ -405,6 +406,7 @@
    fi
  fi
+ 
 +MACPORTS_DISABLED
- 
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(unixODBC,,
+ [  --with-unixODBC[=DIR]   Include unixODBC support [/usr/local]])

Modified: trunk/dports/lang/php/files/patch-php53-iODBC.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php53-iODBC.diff	2015-04-18 01:55:38 UTC (rev 135170)
+++ trunk/dports/lang/php/files/patch-php53-iODBC.diff	2015-04-18 02:36:37 UTC (rev 135171)
@@ -1,5 +1,5 @@
---- ext/odbc/config.m4.orig	2007-07-31 08:02:00.000000000 -0500
-+++ ext/odbc/config.m4	2010-08-05 21:21:54.000000000 -0500
+--- ext/odbc/config.m4.orig	2014-08-13 14:22:50.000000000 -0500
++++ ext/odbc/config.m4	2015-04-17 20:28:22.000000000 -0500
 @@ -99,6 +99,7 @@
  dnl
  dnl configure options
@@ -8,11 +8,11 @@
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(adabas,,
  [  --with-adabas[=DIR]     Include Adabas D support [/usr/local]])
-@@ -363,6 +364,7 @@
-     AC_MSG_RESULT([$ext_ouput])
+@@ -364,6 +365,7 @@
    fi
  fi
+ 
 +MACPORTS_DISABLED
- 
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(iodbc,,
+ [  --with-iodbc[=DIR]      Include iODBC support [/usr/local]])

Modified: trunk/dports/lang/php/files/patch-php53-unixODBC.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php53-unixODBC.diff	2015-04-18 01:55:38 UTC (rev 135170)
+++ trunk/dports/lang/php/files/patch-php53-unixODBC.diff	2015-04-18 02:36:37 UTC (rev 135171)
@@ -1,5 +1,5 @@
---- ext/odbc/config.m4.orig	2007-07-31 08:02:00.000000000 -0500
-+++ ext/odbc/config.m4	2009-12-12 20:32:00.000000000 -0600
+--- ext/odbc/config.m4.orig	2014-08-13 14:22:50.000000000 -0500
++++ ext/odbc/config.m4	2015-04-17 20:26:14.000000000 -0500
 @@ -99,6 +99,7 @@
  dnl
  dnl configure options
@@ -8,11 +8,11 @@
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(adabas,,
  [  --with-adabas[=DIR]     Include Adabas D support [/usr/local]])
-@@ -404,6 +405,7 @@
-     AC_MSG_RESULT([$ext_output])
+@@ -405,6 +406,7 @@
    fi
  fi
+ 
 +MACPORTS_DISABLED
- 
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(unixODBC,,
+ [  --with-unixODBC[=DIR]   Include unixODBC support [/usr/local]])

Modified: trunk/dports/lang/php/files/patch-php54-iODBC.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php54-iODBC.diff	2015-04-18 01:55:38 UTC (rev 135170)
+++ trunk/dports/lang/php/files/patch-php54-iODBC.diff	2015-04-18 02:36:37 UTC (rev 135171)
@@ -1,5 +1,5 @@
---- ext/odbc/config.m4.orig	2007-07-31 08:02:00.000000000 -0500
-+++ ext/odbc/config.m4	2010-08-05 21:21:54.000000000 -0500
+--- ext/odbc/config.m4.orig	2015-04-14 23:16:17.000000000 -0500
++++ ext/odbc/config.m4	2015-04-17 20:22:31.000000000 -0500
 @@ -99,6 +99,7 @@
  dnl
  dnl configure options
@@ -8,11 +8,11 @@
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(adabas,,
  [  --with-adabas[=DIR]     Include Adabas D support [/usr/local]])
-@@ -363,6 +364,7 @@
-     AC_MSG_RESULT([$ext_ouput])
+@@ -364,6 +365,7 @@
    fi
  fi
+ 
 +MACPORTS_DISABLED
- 
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(iodbc,,
+ [  --with-iodbc[=DIR]      Include iODBC support [/usr/local]])

Modified: trunk/dports/lang/php/files/patch-php54-unixODBC.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php54-unixODBC.diff	2015-04-18 01:55:38 UTC (rev 135170)
+++ trunk/dports/lang/php/files/patch-php54-unixODBC.diff	2015-04-18 02:36:37 UTC (rev 135171)
@@ -1,5 +1,5 @@
---- ext/odbc/config.m4.orig	2007-07-31 08:02:00.000000000 -0500
-+++ ext/odbc/config.m4	2009-12-12 20:32:00.000000000 -0600
+--- ext/odbc/config.m4.orig	2015-04-14 23:16:17.000000000 -0500
++++ ext/odbc/config.m4	2015-04-17 20:21:25.000000000 -0500
 @@ -99,6 +99,7 @@
  dnl
  dnl configure options
@@ -8,11 +8,11 @@
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(adabas,,
  [  --with-adabas[=DIR]     Include Adabas D support [/usr/local]])
-@@ -404,6 +405,7 @@
-     AC_MSG_RESULT([$ext_output])
+@@ -420,6 +421,7 @@
    fi
  fi
+ 
 +MACPORTS_DISABLED
- 
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(unixODBC,,
+ [  --with-unixODBC[=DIR]   Include unixODBC support [/usr/local]])

Modified: trunk/dports/lang/php/files/patch-php55-iODBC.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php55-iODBC.diff	2015-04-18 01:55:38 UTC (rev 135170)
+++ trunk/dports/lang/php/files/patch-php55-iODBC.diff	2015-04-18 02:36:37 UTC (rev 135171)
@@ -1,5 +1,5 @@
---- ext/odbc/config.m4.orig	2015-03-18 04:45:50.000000000 -0500
-+++ ext/odbc/config.m4	2015-03-21 16:03:59.000000000 -0500
+--- ext/odbc/config.m4.orig	2015-04-15 05:43:00.000000000 -0500
++++ ext/odbc/config.m4	2015-04-17 20:20:29.000000000 -0500
 @@ -104,6 +104,7 @@
  [  --with-odbcver[=HEX]      Force support for the passed ODBC version. A hex number is expected, default 0x0300.
                               Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0300)
@@ -8,11 +8,11 @@
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(adabas,,
  [  --with-adabas[=DIR]       Include Adabas D support [/usr/local]])
-@@ -367,6 +368,7 @@
-     AC_MSG_RESULT([$ext_output])
+@@ -386,6 +387,7 @@
    fi
  fi
+ 
 +MACPORTS_DISABLED
- 
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(iodbc,,
+ [  --with-iodbc[=DIR]        Include iODBC support [/usr/local]])

Modified: trunk/dports/lang/php/files/patch-php55-unixODBC.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php55-unixODBC.diff	2015-04-18 01:55:38 UTC (rev 135170)
+++ trunk/dports/lang/php/files/patch-php55-unixODBC.diff	2015-04-18 02:36:37 UTC (rev 135171)
@@ -1,5 +1,5 @@
---- ext/odbc/config.m4.orig	2015-03-18 04:45:50.000000000 -0500
-+++ ext/odbc/config.m4	2015-03-21 16:03:02.000000000 -0500
+--- ext/odbc/config.m4.orig	2015-04-15 05:43:00.000000000 -0500
++++ ext/odbc/config.m4	2015-04-17 20:19:37.000000000 -0500
 @@ -104,6 +104,7 @@
  [  --with-odbcver[=HEX]      Force support for the passed ODBC version. A hex number is expected, default 0x0300.
                               Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0300)
@@ -8,11 +8,11 @@
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(adabas,,
  [  --with-adabas[=DIR]       Include Adabas D support [/usr/local]])
-@@ -423,6 +424,7 @@
-     AC_MSG_RESULT([$ext_output])
+@@ -446,6 +447,7 @@
    fi
  fi
+ 
 +MACPORTS_DISABLED
- 
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(unixODBC,,
+ [  --with-unixODBC[=DIR]     Include unixODBC support [/usr/local]])

Modified: trunk/dports/lang/php/files/patch-php56-iODBC.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php56-iODBC.diff	2015-04-18 01:55:38 UTC (rev 135170)
+++ trunk/dports/lang/php/files/patch-php56-iODBC.diff	2015-04-18 02:36:37 UTC (rev 135171)
@@ -1,5 +1,5 @@
---- ext/odbc/config.m4.orig	2015-03-18 19:19:30.000000000 -0500
-+++ ext/odbc/config.m4	2015-03-21 16:00:05.000000000 -0500
+--- ext/odbc/config.m4.orig	2015-04-15 13:05:57.000000000 -0500
++++ ext/odbc/config.m4	2015-04-17 20:15:12.000000000 -0500
 @@ -104,6 +104,7 @@
  [  --with-odbcver[=HEX]      Force support for the passed ODBC version. A hex number is expected, default 0x0300.
                               Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0300)
@@ -8,11 +8,11 @@
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(adabas,,
  [  --with-adabas[=DIR]       Include Adabas D support [/usr/local]])
-@@ -367,6 +368,7 @@
-     AC_MSG_RESULT([$ext_output])
+@@ -386,6 +387,7 @@
    fi
  fi
+ 
 +MACPORTS_DISABLED
- 
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(iodbc,,
+ [  --with-iodbc[=DIR]        Include iODBC support [/usr/local]])

Modified: trunk/dports/lang/php/files/patch-php56-unixODBC.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php56-unixODBC.diff	2015-04-18 01:55:38 UTC (rev 135170)
+++ trunk/dports/lang/php/files/patch-php56-unixODBC.diff	2015-04-18 02:36:37 UTC (rev 135171)
@@ -1,5 +1,5 @@
---- ext/odbc/config.m4.orig	2015-03-18 19:19:30.000000000 -0500
-+++ ext/odbc/config.m4	2015-03-21 16:01:48.000000000 -0500
+--- ext/odbc/config.m4.orig	2015-04-15 13:05:57.000000000 -0500
++++ ext/odbc/config.m4	2015-04-17 20:13:57.000000000 -0500
 @@ -104,6 +104,7 @@
  [  --with-odbcver[=HEX]      Force support for the passed ODBC version. A hex number is expected, default 0x0300.
                               Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0300)
@@ -8,11 +8,11 @@
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(adabas,,
  [  --with-adabas[=DIR]       Include Adabas D support [/usr/local]])
-@@ -423,6 +424,7 @@
-     AC_MSG_RESULT([$ext_output])
+@@ -446,6 +447,7 @@
    fi
  fi
+ 
 +MACPORTS_DISABLED
- 
  if test -z "$ODBC_TYPE"; then
  PHP_ARG_WITH(unixODBC,,
+ [  --with-unixODBC[=DIR]     Include unixODBC support [/usr/local]])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150417/a2961cda/attachment-0001.html>


More information about the macports-changes mailing list