Revision
76665
Author
ryandesign@macports.org
Date
2011-03-04 14:23:54 -0800 (Fri, 04 Mar 2011)

Log Message

php5-devel: update to 5.3.6RC2

Modified Paths

Diff

Modified: trunk/dports/lang/php5-devel/Portfile (76664 => 76665)


--- trunk/dports/lang/php5-devel/Portfile	2011-03-04 22:11:53 UTC (rev 76664)
+++ trunk/dports/lang/php5-devel/Portfile	2011-03-04 22:23:54 UTC (rev 76665)
@@ -6,7 +6,7 @@
 name                    php5-devel
 conflicts               php5 php52
 epoch                   1
-version                 5.3.6RC1
+version                 5.3.6RC2
 set major               [lindex [split ${version} .] 0]
 set my_name             php${major}
 dist_subdir             ${my_name}
@@ -31,11 +31,9 @@
     http://downloads.php.net/ilia/ \
     http://downloads.php.net/johannes/
 
-checksums \
-    [suffix ${distname}] \
-    md5     f78d7b47ddbfca42ebdfcdef2adfe859 \
-    sha1    347bd3550ea59ad2a07ec5547563c00958ecaefe \
-    rmd160  49e1e69b0cd94d2c1737dca9d0b6e0c6d740ec01
+checksums               [suffix ${distname}] \
+                        sha1    b350647d0c31181eef8351bdeb905568705df705 \
+                        rmd160  89fcba3a98b1ff89634401278d389fbecfe821cc
 
 depends_build \
     port:pkgconfig \