[48757] trunk/dports/www/php5-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Mar 28 03:23:15 PDT 2009


Revision: 48757
          http://trac.macports.org/changeset/48757
Author:   ryandesign at macports.org
Date:     2009-03-28 03:23:11 -0700 (Sat, 28 Mar 2009)
Log Message:
-----------
php5-devel: update to 5.3.0RC1

Modified Paths:
--------------
    trunk/dports/www/php5-devel/Portfile

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2009-03-28 10:04:31 UTC (rev 48756)
+++ trunk/dports/www/php5-devel/Portfile	2009-03-28 10:23:11 UTC (rev 48757)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    php5-devel
-version                 5.3.0beta1
+version                 5.3.0RC1
 categories              www lang php
 maintainers             ryandesign jwa
 homepage                http://qa.php.net/
@@ -25,9 +25,10 @@
     http://downloads.php.net/ilia/ \
     http://downloads.php.net/johannes/
 
-checksums           md5     ac16e56bf6a4b37ff35d9bc061063a97 \
-                    sha1    fc9c95e841070072c799270b649322a019a1f4d4 \
-                    rmd160  507145894adc19c8f405819274a59eb4e03f2561
+checksums \
+    md5     6e21a02067c4728adaab1774f4e5d78f \
+    sha1    e480d044d5091d96a51e2d882cbe2c17845a019d \
+    rmd160  b90401c6f7a1a119af02680a5d31dbfefb311745
 
 depends_build \
     port:pkgconfig \
@@ -441,8 +442,10 @@
     
     # Copy the default php.ini files.
     xinstall -m 755 -d ${destroot}${prefix}/etc
-    xinstall -m 755 ${workpath}/${worksrcdir}/php.ini-dist ${destroot}${prefix}/etc/php.ini-dist
-    xinstall -m 755 ${workpath}/${worksrcdir}/php.ini-recommended ${destroot}${prefix}/etc/php.ini-recommended
+    xinstall -m 644 -W ${worksrcpath} \
+        php.ini-development \
+        php.ini-production \
+        ${destroot}${prefix}/etc
 }
 
 post-install {
@@ -453,13 +456,13 @@
         
         ui_msg "cd ${prefix}/libexec/apache"
         ui_msg "${prefix}/apache/bin/apxs -a -e -n \"php5\" libphp5.so\n"
-        ui_msg "* copy  ${prefix}/etc/php.ini-dist to  ${prefix}/etc/php.ini"
+        ui_msg "* copy  ${prefix}/etc/php.ini-production to  ${prefix}/etc/php.ini"
     }
     
     if { [variant_isset apache2] } {
         ui_msg "cd ${prefix}/apache2/modules"
         ui_msg "${prefix}/apache2/bin/apxs -a -e -n \"php5\" libphp5.so\n"
-        ui_msg "* copy  ${prefix}/etc/php.ini-dist to  ${prefix}/etc/php.ini"
+        ui_msg "* copy  ${prefix}/etc/php.ini-production to  ${prefix}/etc/php.ini"
     }
     
     #ui_msg "* copy  ${prefix}/etc/pear.conf.sample to  ${prefix}/etc/pear.conf"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090328/06a2752a/attachment.html>


More information about the macports-changes mailing list