[57955] trunk/dports/lang/php52

ryandesign at macports.org ryandesign at macports.org
Sat Sep 19 10:49:07 PDT 2009


Revision: 57955
          http://trac.macports.org/changeset/57955
Author:   ryandesign at macports.org
Date:     2009-09-19 10:49:06 -0700 (Sat, 19 Sep 2009)
Log Message:
-----------
php52: update to 5.2.11, remove patch that is now upstream

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

Removed Paths:
-------------
    trunk/dports/lang/php52/files/patch-ext-date-php_date.c.diff

Modified: trunk/dports/lang/php52/Portfile
===================================================================
--- trunk/dports/lang/php52/Portfile	2009-09-19 17:47:31 UTC (rev 57954)
+++ trunk/dports/lang/php52/Portfile	2009-09-19 17:49:06 UTC (rev 57955)
@@ -4,7 +4,7 @@
 
 name                    php52
 conflicts               php5 php5-devel
-version                 5.2.10
+version                 5.2.11
 set major               [lindex [split ${version} .] 0]
 set my_name             php${major}
 dist_subdir             ${my_name}
@@ -27,9 +27,9 @@
 
 checksums \
     [suffix ${distname}] \
-        md5     15c7b5a87f57332d6fc683528e28247b \
-        sha1    9a287e2791d28928fb1ee1a1167290c5005feccd \
-        rmd160  9a9ec823eda9d6b3c085967e7a71f776071fc78f
+        md5     286bf34630f5643c25ebcedfec5e0a09 \
+        sha1    819c853ce657ef260d4a73b5a21f961115b97eef \
+        rmd160  6aad53dee864ab89f794a9d3c2aa32d435ed5654
 
 depends_build \
     port:pkgconfig \
@@ -58,7 +58,6 @@
 # Use -p1 to accommodate the Suhosin patch
 patch.pre_args          -p1
 patchfiles \
-    patch-ext-date-php_date.c.diff \
     patch-bind.diff
 
 use_autoconf            yes
@@ -357,9 +356,9 @@
     patchfiles-append           ${suhosin_patch}
     checksums-append \
         ${suhosin_patch} \
-            md5     41b475a469eef0eb0e7aa10a820f12b2 \
-            sha1    3768bbded0bb2376414322b26308342452cb927a \
-            rmd160  18df1686a48d652f581591115b51461e9dacf5a4
+            md5     8f9de4d97fae6eba163cf3699509a260 \
+            sha1    248419332131efc53f3306c2a57a4b1a9dc92cc1 \
+            rmd160  0f6d442aace34c221f9fbff42a63e7f3b4489f15
 }
 
 destroot.args \

Deleted: trunk/dports/lang/php52/files/patch-ext-date-php_date.c.diff
===================================================================
--- trunk/dports/lang/php52/files/patch-ext-date-php_date.c.diff	2009-09-19 17:47:31 UTC (rev 57954)
+++ trunk/dports/lang/php52/files/patch-ext-date-php_date.c.diff	2009-09-19 17:49:06 UTC (rev 57955)
@@ -1,11 +0,0 @@
---- a/ext/date/php_date.c	2009-06-05 17:34:30.000000000 -0500
-+++ b/ext/date/php_date.c	2009-06-29 22:39:00.000000000 -0500
-@@ -798,7 +798,7 @@
- 			/* year */
- 			case 'L': length = slprintf(buffer, 32, "%d", timelib_is_leap((int) t->y)); break;
- 			case 'y': length = slprintf(buffer, 32, "%02d", (int) t->y % 100); break;
--			case 'Y': length = slprintf(buffer, 32, "%s%04ld", t->y < 0 ? "-" : "", llabs(t->y)); break;
-+			case 'Y': length = slprintf(buffer, 32, "%s%04lld", t->y < 0 ? "-" : "", llabs(t->y)); break;
- 
- 			/* time */
- 			case 'a': length = slprintf(buffer, 32, "%s", t->h >= 12 ? "pm" : "am"); break;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090919/f7302e33/attachment.html>


More information about the macports-changes mailing list