[101787] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sat Jan 19 03:09:51 PST 2013


Revision: 101787
          https://trac.macports.org/changeset/101787
Author:   ryandesign at macports.org
Date:     2013-01-19 03:09:51 -0800 (Sat, 19 Jan 2013)
Log Message:
-----------
php5, php53: update to 5.3.21
php54: update to 5.4.11
php55: update to 5.5.0alpha3
php5-eaccelerator, php53-eaccelerator: revbump to rebuild with new version

Modified Paths:
--------------
    trunk/dports/lang/php/Portfile
    trunk/dports/lang/php/files/patch-php53-suhosin-after.diff
    trunk/dports/lang/php/files/patch-php53-suhosin-before.diff
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5/files/patch-suhosin-after.diff
    trunk/dports/lang/php5/files/patch-suhosin-before.diff
    trunk/dports/php/php-eaccelerator/Portfile
    trunk/dports/php/php5-calendar/Portfile
    trunk/dports/php/php5-curl/Portfile
    trunk/dports/php/php5-dba/Portfile
    trunk/dports/php/php5-eaccelerator/Portfile
    trunk/dports/php/php5-enchant/Portfile
    trunk/dports/php/php5-exif/Portfile
    trunk/dports/php/php5-ftp/Portfile
    trunk/dports/php/php5-gd/Portfile
    trunk/dports/php/php5-gettext/Portfile
    trunk/dports/php/php5-gmp/Portfile
    trunk/dports/php/php5-iconv/Portfile
    trunk/dports/php/php5-imap/Portfile
    trunk/dports/php/php5-intl/Portfile
    trunk/dports/php/php5-ldap/Portfile
    trunk/dports/php/php5-mbstring/Portfile
    trunk/dports/php/php5-mcrypt/Portfile
    trunk/dports/php/php5-mssql/Portfile
    trunk/dports/php/php5-mysql/Portfile
    trunk/dports/php/php5-odbc/Portfile
    trunk/dports/php/php5-openssl/Portfile
    trunk/dports/php/php5-oracle/Portfile
    trunk/dports/php/php5-pcntl/Portfile
    trunk/dports/php/php5-posix/Portfile
    trunk/dports/php/php5-postgresql/Portfile
    trunk/dports/php/php5-pspell/Portfile
    trunk/dports/php/php5-snmp/Portfile
    trunk/dports/php/php5-soap/Portfile
    trunk/dports/php/php5-sockets/Portfile
    trunk/dports/php/php5-sqlite/Portfile
    trunk/dports/php/php5-tidy/Portfile
    trunk/dports/php/php5-wddx/Portfile
    trunk/dports/php/php5-xmlrpc/Portfile
    trunk/dports/php/php5-xsl/Portfile
    trunk/dports/php/php5-zip/Portfile

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/lang/php/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -60,38 +60,38 @@
 # Remember to increment revision of ${php}-eaccelerator when updating version of ${php}.
 switch ${subport_branch} {
     5.3 {
-        version         5.3.20
+        version         5.3.21
         set suhosin_available       yes
         set suhosin_patch_version   5.3.9-0.9.10
         set suhosin_patch           suhosin-patch-${suhosin_patch_version}.patch.gz
         checksums       [suffix ${distname}] \
-                        rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07 \
+                        rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3 \
                         ${suhosin_patch} \
                         rmd160  ce43921fd9b183b154713ecda98294f6c68d5f22 \
                         sha256  4438caeab0a10c6c94aee9f7eaa703f5799f97d4e0579f43a947bb7314e38317
     }
     5.4 {
         epoch           1
-        version         5.4.10
+        version         5.4.11
         set suhosin_available       no
         checksums       [suffix ${distname}] \
-                        rmd160  27a85aae2561ccba21fe036a3b3c257885db1928 \
-                        sha256  c5bffda2154aedd9851c1e9b7da66f6c44c199716bd202054dd5d4a4f5f997e4
+                        rmd160  33513161846240bc128eb7e917a293711c9214c3 \
+                        sha256  d4d095a965f015896d25321842da586076aca5fed4c52939866548ebad5b0fdb
     }
     5.5 {
         # 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.5.0alpha2
+        version         5.5.0alpha3
         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  1b04656b1bcbe7a0b8306cc55e9e301dc19150b2 \
-                        sha256  bdef615f41e7e6697e9fa982e85fea6baf5ce8b842e00b1d8c7362fed7fb682e
+                        rmd160  801a7342b0a3750ce5db02a63d09c5700f166719 \
+                        sha256  75e2603786ed7ade0803228164d3b0f6a446cda6567405cce5cf5d212663c1cc
         livecheck.url   ${homepage}
         livecheck.regex php-([strsed ${subport_branch} {g/\\./\\./}](?:\\.\[0-9.\]+)*(?:(?:alpha|beta|RC)\\d+|-latest))\\.tar
     }
@@ -359,8 +359,6 @@
 ### FPM SAPI ###
 
 subport ${php}-fpm {
-    revision                1
-    
     description             ${php} FPM SAPI
     
     long_description        ${description}

Modified: trunk/dports/lang/php/files/patch-php53-suhosin-after.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php53-suhosin-after.diff	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/lang/php/files/patch-php53-suhosin-after.diff	2013-01-19 11:09:51 UTC (rev 101787)
@@ -1,22 +1,69 @@
---- a/sapi/litespeed/lsapi_main.c.orig	2012-11-10 17:04:40.000000000 -0600
-+++ b/sapi/litespeed/lsapi_main.c	2012-11-10 17:05:49.000000000 -0600
+--- a/sapi/cgi/cgi_main.c.orig	2013-01-19 02:16:32.000000000 -0600
++++ b/sapi/cgi/cgi_main.c	2013-01-19 02:20:21.000000000 -0600
+@@ -1957,15 +1957,15 @@
+ 							}
+ #if SUHOSIN_PATCH
+ #if ZEND_DEBUG
+-							php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #else
+-							php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #endif
+ #else
+ #if ZEND_DEBUG
+-							php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #else
+-							php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #endif
+ #endif
+ 							php_request_shutdown((void *) 0);
+--- a/sapi/cli/php_cli.c.orig	2013-01-19 02:16:32.000000000 -0600
++++ b/sapi/cli/php_cli.c	2013-01-19 02:20:21.000000000 -0600
+@@ -830,7 +830,7 @@
+ #if SUHOSIN_PATCH
+ 					"with Suhosin-Patch "
+ #endif
+-					"(%s) (built: %s %s) %s\nCopyright (c) 1997-2012 The PHP Group\n%s",
++					"(%s) (built: %s %s) %s\nCopyright (c) 1997-2013 The PHP Group\n%s",
+ 					PHP_VERSION, sapi_module.name, __DATE__, __TIME__,
+ #if ZEND_DEBUG && defined(HAVE_GCOV)
+ 					"(DEBUG GCOV)",
+--- a/sapi/litespeed/lsapi_main.c.orig	2013-01-19 02:16:32.000000000 -0600
++++ b/sapi/litespeed/lsapi_main.c	2013-01-19 02:20:21.000000000 -0600
 @@ -720,15 +720,15 @@
                  if (php_request_startup(TSRMLS_C) != FAILURE) {
  #if SUHOSIN_PATCH
    #if ZEND_DEBUG
 -					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2011 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
-+					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
    #else
 -					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2011 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
-+					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
    #endif
  #else					
  #if ZEND_DEBUG
 -                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
-+                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
  #else
 -                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
-+                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
  #endif
  #endif
  #ifdef PHP_OUTPUT_NEWAPI
+--- a/sapi/milter/php_milter.c.orig	2013-01-19 02:16:32.000000000 -0600
++++ b/sapi/milter/php_milter.c	2013-01-19 02:20:21.000000000 -0600
+@@ -1112,9 +1112,9 @@
+ 				SG(headers_sent) = 1;
+ 				SG(request_info).no_headers = 1;
+ #if SUHOSIN_PATCH
+-				php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++				php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #else
+-				php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++				php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #endif
+ 				php_end_ob_buffers(1 TSRMLS_CC);
+ 				exit(1);

Modified: trunk/dports/lang/php/files/patch-php53-suhosin-before.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php53-suhosin-before.diff	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/lang/php/files/patch-php53-suhosin-before.diff	2013-01-19 11:09:51 UTC (rev 101787)
@@ -1,14 +1,50 @@
---- a/sapi/litespeed/lsapi_main.c.orig	2012-10-17 11:21:41.000000000 -0500
-+++ b/sapi/litespeed/lsapi_main.c	2012-11-10 16:58:30.000000000 -0600
+--- a/sapi/cgi/cgi_main.c.orig	2013-01-16 10:34:41.000000000 -0600
++++ b/sapi/cgi/cgi_main.c	2013-01-19 02:05:49.000000000 -0600
+@@ -1956,9 +1956,9 @@
+ 								SG(request_info).no_headers = 1;
+ 							}
+ #if ZEND_DEBUG
+-							php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #else
+-							php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #endif
+ 							php_request_shutdown((void *) 0);
+ 							fcgi_shutdown();
+--- a/sapi/cli/php_cli.c.orig	2013-01-16 10:34:41.000000000 -0600
++++ b/sapi/cli/php_cli.c	2013-01-19 02:05:49.000000000 -0600
+@@ -826,7 +826,7 @@
+ 				}
+ 
+ 				request_started = 1;
+-				php_printf("PHP %s (%s) (built: %s %s) %s\nCopyright (c) 1997-2013 The PHP Group\n%s",
++				php_printf("PHP %s (%s) (built: %s %s) %s\nCopyright (c) 1997-2012 The PHP Group\n%s",
+ 					PHP_VERSION, sapi_module.name, __DATE__, __TIME__,
+ #if ZEND_DEBUG && defined(HAVE_GCOV)
+ 					"(DEBUG GCOV)",
+--- a/sapi/litespeed/lsapi_main.c.orig	2013-01-16 10:34:41.000000000 -0600
++++ b/sapi/litespeed/lsapi_main.c	2013-01-19 02:05:49.000000000 -0600
 @@ -719,9 +719,9 @@
              case 'v':
                  if (php_request_startup(TSRMLS_C) != FAILURE) {
  #if ZEND_DEBUG
--                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+-                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
 +                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
  #else
--                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+-                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
 +                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
  #endif
  #ifdef PHP_OUTPUT_NEWAPI
                      php_output_end_all(TSRMLS_C);
+--- a/sapi/milter/php_milter.c.orig	2013-01-16 10:34:41.000000000 -0600
++++ b/sapi/milter/php_milter.c	2013-01-19 02:05:49.000000000 -0600
+@@ -1111,7 +1111,7 @@
+ 				}
+ 				SG(headers_sent) = 1;
+ 				SG(request_info).no_headers = 1;
+-				php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++				php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ 				php_end_ob_buffers(1 TSRMLS_CC);
+ 				exit(1);
+ 				break;

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/lang/php5/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -8,7 +8,7 @@
 # Keep version of php5 in sync with bundled php5 extension ports.
 # Increment revision of php5-eaccelerator when updating version of php5.
 epoch                   1
-version                 5.3.20
+version                 5.3.21
 set major               [lindex [split ${version} .] 0]
 set my_name             php${major}
 dist_subdir             ${my_name}
@@ -32,8 +32,8 @@
 use_bzip2               yes
 
 checksums               [suffix ${distname}] \
-                        rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+                        rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_build           port:pkgconfig \
                         port:autoconf213

Modified: trunk/dports/lang/php5/files/patch-suhosin-after.diff
===================================================================
--- trunk/dports/lang/php5/files/patch-suhosin-after.diff	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/lang/php5/files/patch-suhosin-after.diff	2013-01-19 11:09:51 UTC (rev 101787)
@@ -1,22 +1,69 @@
---- a/sapi/litespeed/lsapi_main.c.orig	2012-11-10 17:04:40.000000000 -0600
-+++ b/sapi/litespeed/lsapi_main.c	2012-11-10 17:05:49.000000000 -0600
+--- a/sapi/cgi/cgi_main.c.orig	2013-01-19 02:16:32.000000000 -0600
++++ b/sapi/cgi/cgi_main.c	2013-01-19 02:20:21.000000000 -0600
+@@ -1957,15 +1957,15 @@
+ 							}
+ #if SUHOSIN_PATCH
+ #if ZEND_DEBUG
+-							php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #else
+-							php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #endif
+ #else
+ #if ZEND_DEBUG
+-							php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #else
+-							php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #endif
+ #endif
+ 							php_request_shutdown((void *) 0);
+--- a/sapi/cli/php_cli.c.orig	2013-01-19 02:16:32.000000000 -0600
++++ b/sapi/cli/php_cli.c	2013-01-19 02:20:21.000000000 -0600
+@@ -830,7 +830,7 @@
+ #if SUHOSIN_PATCH
+ 					"with Suhosin-Patch "
+ #endif
+-					"(%s) (built: %s %s) %s\nCopyright (c) 1997-2012 The PHP Group\n%s",
++					"(%s) (built: %s %s) %s\nCopyright (c) 1997-2013 The PHP Group\n%s",
+ 					PHP_VERSION, sapi_module.name, __DATE__, __TIME__,
+ #if ZEND_DEBUG && defined(HAVE_GCOV)
+ 					"(DEBUG GCOV)",
+--- a/sapi/litespeed/lsapi_main.c.orig	2013-01-19 02:16:32.000000000 -0600
++++ b/sapi/litespeed/lsapi_main.c	2013-01-19 02:20:21.000000000 -0600
 @@ -720,15 +720,15 @@
                  if (php_request_startup(TSRMLS_C) != FAILURE) {
  #if SUHOSIN_PATCH
    #if ZEND_DEBUG
 -					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2011 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
-+					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
    #else
 -					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2011 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
-+					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++					php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
    #endif
  #else					
  #if ZEND_DEBUG
 -                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
-+                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
  #else
 -                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
-+                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
  #endif
  #endif
  #ifdef PHP_OUTPUT_NEWAPI
+--- a/sapi/milter/php_milter.c.orig	2013-01-19 02:16:32.000000000 -0600
++++ b/sapi/milter/php_milter.c	2013-01-19 02:20:21.000000000 -0600
+@@ -1112,9 +1112,9 @@
+ 				SG(headers_sent) = 1;
+ 				SG(request_info).no_headers = 1;
+ #if SUHOSIN_PATCH
+-				php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++				php_printf("PHP %s with Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #else
+-				php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++				php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #endif
+ 				php_end_ob_buffers(1 TSRMLS_CC);
+ 				exit(1);

Modified: trunk/dports/lang/php5/files/patch-suhosin-before.diff
===================================================================
--- trunk/dports/lang/php5/files/patch-suhosin-before.diff	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/lang/php5/files/patch-suhosin-before.diff	2013-01-19 11:09:51 UTC (rev 101787)
@@ -1,14 +1,50 @@
---- a/sapi/litespeed/lsapi_main.c.orig	2012-10-17 11:21:41.000000000 -0500
-+++ b/sapi/litespeed/lsapi_main.c	2012-11-10 16:58:30.000000000 -0600
+--- a/sapi/cgi/cgi_main.c.orig	2013-01-16 10:34:41.000000000 -0600
++++ b/sapi/cgi/cgi_main.c	2013-01-19 02:05:49.000000000 -0600
+@@ -1956,9 +1956,9 @@
+ 								SG(request_info).no_headers = 1;
+ 							}
+ #if ZEND_DEBUG
+-							php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #else
+-							php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++							php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ #endif
+ 							php_request_shutdown((void *) 0);
+ 							fcgi_shutdown();
+--- a/sapi/cli/php_cli.c.orig	2013-01-16 10:34:41.000000000 -0600
++++ b/sapi/cli/php_cli.c	2013-01-19 02:05:49.000000000 -0600
+@@ -826,7 +826,7 @@
+ 				}
+ 
+ 				request_started = 1;
+-				php_printf("PHP %s (%s) (built: %s %s) %s\nCopyright (c) 1997-2013 The PHP Group\n%s",
++				php_printf("PHP %s (%s) (built: %s %s) %s\nCopyright (c) 1997-2012 The PHP Group\n%s",
+ 					PHP_VERSION, sapi_module.name, __DATE__, __TIME__,
+ #if ZEND_DEBUG && defined(HAVE_GCOV)
+ 					"(DEBUG GCOV)",
+--- a/sapi/litespeed/lsapi_main.c.orig	2013-01-16 10:34:41.000000000 -0600
++++ b/sapi/litespeed/lsapi_main.c	2013-01-19 02:05:49.000000000 -0600
 @@ -719,9 +719,9 @@
              case 'v':
                  if (php_request_startup(TSRMLS_C) != FAILURE) {
  #if ZEND_DEBUG
--                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+-                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
 +                    php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
  #else
--                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+-                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
 +                    php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
  #endif
  #ifdef PHP_OUTPUT_NEWAPI
                      php_output_end_all(TSRMLS_C);
+--- a/sapi/milter/php_milter.c.orig	2013-01-16 10:34:41.000000000 -0600
++++ b/sapi/milter/php_milter.c	2013-01-19 02:05:49.000000000 -0600
+@@ -1111,7 +1111,7 @@
+ 				}
+ 				SG(headers_sent) = 1;
+ 				SG(request_info).no_headers = 1;
+-				php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++				php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ 				php_end_ob_buffers(1 TSRMLS_CC);
+ 				exit(1);
+ 				break;

Modified: trunk/dports/php/php-eaccelerator/Portfile
===================================================================
--- trunk/dports/php/php-eaccelerator/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php-eaccelerator/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -7,7 +7,7 @@
 
 github.setup        eaccelerator eaccelerator 0.9.6.1
 name                php-eaccelerator
-revision            7
+revision            8
 categories          php www devel
 platforms           darwin freebsd openbsd
 maintainers         ryandesign openmaintainer

Modified: trunk/dports/php/php5-calendar/Portfile
===================================================================
--- trunk/dports/php/php5-calendar/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-calendar/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     calendar 5.3.20 bundled
+php5extension.setup     calendar 5.3.21 bundled
 categories-append       devel
 platforms               darwin
 maintainers             ryandesign
@@ -15,7 +15,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-curl/Portfile
===================================================================
--- trunk/dports/php/php5-curl/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-curl/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     curl 5.3.20 bundled
+php5extension.setup     curl 5.3.21 bundled
 categories-append       net www
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:curl
 

Modified: trunk/dports/php/php5-dba/Portfile
===================================================================
--- trunk/dports/php/php5-dba/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-dba/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     dba 5.3.20 bundled
+php5extension.setup     dba 5.3.21 bundled
 categories-append       databases
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-eaccelerator/Portfile
===================================================================
--- trunk/dports/php/php5-eaccelerator/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-eaccelerator/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -7,7 +7,7 @@
 epoch             1
 github.setup      eaccelerator eaccelerator 0.9.6.1
 php5extension.setup eaccelerator ${version}
-revision          10
+revision          11
 categories        php www devel
 platforms         darwin freebsd openbsd
 maintainers       ryandesign openmaintainer

Modified: trunk/dports/php/php5-enchant/Portfile
===================================================================
--- trunk/dports/php/php5-enchant/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-enchant/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup enchant 5.3.20 bundled
+php5extension.setup enchant 5.3.21 bundled
 license         PHP
 categories      php textproc devel
 platforms       darwin
@@ -15,8 +15,8 @@
     Enchant is a binder for libenchant. Libenchant provides a common API for \
     many spell libraries.
 
-checksums       rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums       rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append \
     port:enchant

Modified: trunk/dports/php/php5-exif/Portfile
===================================================================
--- trunk/dports/php/php5-exif/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-exif/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     exif 5.3.20 bundled
+php5extension.setup     exif 5.3.21 bundled
 categories-append       graphics
 platforms               darwin
 maintainers             ryandesign
@@ -14,7 +14,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-ftp/Portfile
===================================================================
--- trunk/dports/php/php5-ftp/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-ftp/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     ftp 5.3.20 bundled
+php5extension.setup     ftp 5.3.21 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:openssl
 

Modified: trunk/dports/php/php5-gd/Portfile
===================================================================
--- trunk/dports/php/php5-gd/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-gd/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gd 5.3.20 bundled
+php5extension.setup     gd 5.3.21 bundled
 categories-append       graphics
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:freetype \
                         port:jpeg \

Modified: trunk/dports/php/php5-gettext/Portfile
===================================================================
--- trunk/dports/php/php5-gettext/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-gettext/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gettext 5.3.20 bundled
+php5extension.setup     gettext 5.3.21 bundled
 categories-append       devel
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:gettext
 

Modified: trunk/dports/php/php5-gmp/Portfile
===================================================================
--- trunk/dports/php/php5-gmp/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-gmp/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gmp 5.3.20 bundled
+php5extension.setup     gmp 5.3.21 bundled
 categories-append       devel math
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:gmp
 

Modified: trunk/dports/php/php5-iconv/Portfile
===================================================================
--- trunk/dports/php/php5-iconv/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-iconv/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     iconv 5.3.20 bundled
+php5extension.setup     iconv 5.3.21 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:libiconv
 

Modified: trunk/dports/php/php5-imap/Portfile
===================================================================
--- trunk/dports/php/php5-imap/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-imap/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     imap 5.3.20 bundled
+php5extension.setup     imap 5.3.21 bundled
 categories-append       mail
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_build-append    port:cclient
 

Modified: trunk/dports/php/php5-intl/Portfile
===================================================================
--- trunk/dports/php/php5-intl/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-intl/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup intl 5.3.20 bundled
+php5extension.setup intl 5.3.21 bundled
 categories      php devel
 platforms       darwin
 maintainers     ryandesign
@@ -15,8 +15,8 @@
 long_description \
     Internationalization extension implements ICU library functionality in PHP.
 
-checksums       rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums       rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append  port:icu
 

Modified: trunk/dports/php/php5-ldap/Portfile
===================================================================
--- trunk/dports/php/php5-ldap/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-ldap/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     ldap 5.3.20 bundled
+php5extension.setup     ldap 5.3.21 bundled
 categories-append       databases
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
                         Access Protocol, which is used to access Directory \
                         Servers.
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:openldap \
                         port:cyrus-sasl2

Modified: trunk/dports/php/php5-mbstring/Portfile
===================================================================
--- trunk/dports/php/php5-mbstring/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-mbstring/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     mbstring 5.3.20 bundled
+php5extension.setup     mbstring 5.3.21 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -15,7 +15,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-mcrypt/Portfile
===================================================================
--- trunk/dports/php/php5-mcrypt/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-mcrypt/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     mcrypt 5.3.20 bundled
+php5extension.setup     mcrypt 5.3.21 bundled
 categories-append       security
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:libmcrypt \
                         port:libtool

Modified: trunk/dports/php/php5-mssql/Portfile
===================================================================
--- trunk/dports/php/php5-mssql/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-mssql/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {mssql pdo_dblib} 5.3.20 bundled
+php5extension.setup             {mssql pdo_dblib} 5.3.21 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,8 +15,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                                sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums                       rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                                sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append              port:freetds
 

Modified: trunk/dports/php/php5-mysql/Portfile
===================================================================
--- trunk/dports/php/php5-mysql/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-mysql/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -5,7 +5,7 @@
 PortGroup                       php5extension 1.0
 PortGroup                       archcheck 1.0
 
-php5extension.setup             {mysql mysqli pdo_mysql} 5.3.20 bundled
+php5extension.setup             {mysql mysqli pdo_mysql} 5.3.21 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -16,8 +16,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                                sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums                       rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                                sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append              port:zlib
 

Modified: trunk/dports/php/php5-odbc/Portfile
===================================================================
--- trunk/dports/php/php5-odbc/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-odbc/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {odbc pdo_odbc} 5.3.20 bundled
+php5extension.setup             {odbc pdo_odbc} 5.3.21 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,8 +15,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                                sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums                       rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                                sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 use_parallel_build              yes
 

Modified: trunk/dports/php/php5-openssl/Portfile
===================================================================
--- trunk/dports/php/php5-openssl/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-openssl/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     openssl 5.3.20 bundled
+php5extension.setup     openssl 5.3.21 bundled
 categories-append       devel security
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:openssl
 

Modified: trunk/dports/php/php5-oracle/Portfile
===================================================================
--- trunk/dports/php/php5-oracle/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-oracle/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             oracle 5.3.20 bundled
+php5extension.setup             oracle 5.3.21 bundled
 php5extension.ini               oracle.ini
 php5extension.extensions        oci8 pdo_oci
 categories-append               databases
@@ -17,8 +17,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                                sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums                       rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                                sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append              port:oracle-instantclient
 

Modified: trunk/dports/php/php5-pcntl/Portfile
===================================================================
--- trunk/dports/php/php5-pcntl/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-pcntl/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     pcntl 5.3.20 bundled
+php5extension.setup     pcntl 5.3.21 bundled
 categories-append       sysutils
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-posix/Portfile
===================================================================
--- trunk/dports/php/php5-posix/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-posix/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     posix 5.3.20 bundled
+php5extension.setup     posix 5.3.21 bundled
 categories-append       sysutils
 platforms               darwin
 maintainers             ryandesign
@@ -16,7 +16,7 @@
                         IEEE 1003.1 (POSIX.1) standards document which are \
                         not accessible through other means
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-postgresql/Portfile
===================================================================
--- trunk/dports/php/php5-postgresql/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-postgresql/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -5,7 +5,7 @@
 PortGroup                       php5extension 1.0
 PortGroup                       archcheck 1.0
 
-php5extension.setup             postgresql 5.3.20 bundled
+php5extension.setup             postgresql 5.3.21 bundled
 php5extension.ini               postgresql.ini
 php5extension.extensions        pgsql pdo_pgsql
 categories-append               databases
@@ -19,8 +19,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                                sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums                       rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                                sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 use_parallel_build              yes
 

Modified: trunk/dports/php/php5-pspell/Portfile
===================================================================
--- trunk/dports/php/php5-pspell/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-pspell/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     pspell 5.3.20 bundled
+php5extension.setup     pspell 5.3.21 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:aspell
 

Modified: trunk/dports/php/php5-snmp/Portfile
===================================================================
--- trunk/dports/php/php5-snmp/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-snmp/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     snmp 5.3.20 bundled
+php5extension.setup     snmp 5.3.21 bundled
 categories-append       sysutils
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-soap/Portfile
===================================================================
--- trunk/dports/php/php5-soap/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-soap/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     soap 5.3.20 bundled
+php5extension.setup     soap 5.3.21 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:libxml2
 

Modified: trunk/dports/php/php5-sockets/Portfile
===================================================================
--- trunk/dports/php/php5-sockets/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-sockets/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     sockets 5.3.20 bundled
+php5extension.setup     sockets 5.3.21 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -15,7 +15,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-sqlite/Portfile
===================================================================
--- trunk/dports/php/php5-sqlite/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-sqlite/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {sqlite sqlite3 pdo_sqlite} 5.3.20 bundled
+php5extension.setup             {sqlite sqlite3 pdo_sqlite} 5.3.21 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,8 +15,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                                sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums                       rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                                sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 # Note that the sqlite extension uses the built-in sqlite2 libraries while the
 # sqlite3 and pdo_sqlite extensions use the libraries from the sqlite3 port.

Modified: trunk/dports/php/php5-tidy/Portfile
===================================================================
--- trunk/dports/php/php5-tidy/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-tidy/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     tidy 5.3.20 bundled
+php5extension.setup     tidy 5.3.21 bundled
 categories-append       www
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:tidy
 

Modified: trunk/dports/php/php5-wddx/Portfile
===================================================================
--- trunk/dports/php/php5-wddx/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-wddx/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     wddx 5.3.20 bundled
+php5extension.setup     wddx 5.3.21 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_build-append    port:expat \
                         port:libxml2

Modified: trunk/dports/php/php5-xmlrpc/Portfile
===================================================================
--- trunk/dports/php/php5-xmlrpc/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-xmlrpc/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     xmlrpc 5.3.20 bundled
+php5extension.setup     xmlrpc 5.3.21 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_build-append    port:libiconv \
                         port:libxml2

Modified: trunk/dports/php/php5-xsl/Portfile
===================================================================
--- trunk/dports/php/php5-xsl/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-xsl/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     xsl 5.3.20 bundled
+php5extension.setup     xsl 5.3.21 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_lib-append      port:libxslt
 

Modified: trunk/dports/php/php5-zip/Portfile
===================================================================
--- trunk/dports/php/php5-zip/Portfile	2013-01-19 10:50:37 UTC (rev 101786)
+++ trunk/dports/php/php5-zip/Portfile	2013-01-19 11:09:51 UTC (rev 101787)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     zip 5.3.20 bundled
+php5extension.setup     zip 5.3.21 bundled
 categories-append       archivers
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  e50668e3376b8790cf47f3b6cd91e4a7004f5cd5 \
-                        sha256  578c26e6932dd7a37ff14e4e2237bc3235386fe897ba2e456e937e647727cd07
+checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
+                        sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
 depends_build-append    port:pcre
 depends_lib-append      port:zlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130119/1523b073/attachment-0001.html>


More information about the macports-changes mailing list