[53094] trunk/dports/www/ZendFramework/Portfile

snc at macports.org snc at macports.org
Mon Jun 29 05:04:51 PDT 2009


Revision: 53094
          http://trac.macports.org/changeset/53094
Author:   snc at macports.org
Date:     2009-06-29 05:04:50 -0700 (Mon, 29 Jun 2009)
Log Message:
-----------
updated version, added dependency on bin/php

Modified Paths:
--------------
    trunk/dports/www/ZendFramework/Portfile

Modified: trunk/dports/www/ZendFramework/Portfile
===================================================================
--- trunk/dports/www/ZendFramework/Portfile	2009-06-29 11:33:16 UTC (rev 53093)
+++ trunk/dports/www/ZendFramework/Portfile	2009-06-29 12:04:50 UTC (rev 53094)
@@ -4,10 +4,11 @@
 PortSystem          1.0
 
 name                ZendFramework
-version             1.7.4
+version             1.8.4
 categories          www lang
 maintainers         snc openmaintainer
 platforms           darwin freebsd
+depends_run         path:bin/php:php5
 description         A framework for developing PHP web applications
 long_description    This is a port of the Zend Framework. The Zend Framework \
                     aims to provide an architecture for developing entire \
@@ -17,9 +18,9 @@
                   
 homepage            http://framework.zend.com/
 master_sites        http://framework.zend.com/releases/${name}-${version}/
-checksums           md5 5240444dc2b0af50086ba6b3b9ee285e \
-                    sha1 33872a606a2a92b607f96baa65640931b9acc13e \
-                    rmd160 9f9764ac2a85e49062da4f2d6dc538deab3ec32b
+checksums           md5    d86770f2e0c1f9c836eb643744e4f0ae \
+                    sha1   599139946901b08483281e0c65ad8f018e725098\
+                    rmd160 9f7b3360c734ede2b7631a92496f0e86b87db2ec
 
 set zf_doc_dir      ${prefix}/share/doc/${name}
 set zf_lib_dir      ${prefix}/lib/${name}
@@ -35,15 +36,17 @@
        
     # now move real lib paths to lib
     file rename ${destroot}${zf_doc_dir}/library ${destroot}${zf_lib_dir}
-    file rename ${destroot}${zf_doc_dir}/incubator ${destroot}${zf_lib_dir}
+    file rename ${destroot}${zf_doc_dir}/extras ${destroot}${zf_lib_dir}
 }
 
 post-install {
     ui_msg "\nIf this is your first install, you might want to add"
     ui_msg "'${zf_lib_dir}/library' to include_path in your php.ini."
     ui_msg "i.e.: include_path = \".:${zf_lib_dir}/library\""
-    ui_msg "\nIf you also want to use incubator components you'd have to"
-    ui_msg "add '${zf_lib_dir}/incubator' too."
+    ui_msg "\nIf you want to use extra components you'd have to"
+    ui_msg "add '${zf_lib_dir}/extras', too."
+    ui_msg "\nFinally, if you wish to use Zend_Tool, add bin/zf.sh to"
+    ui_msg "your \$PATH variable."
 }
 
 livecheck.check     regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090629/77eec34b/attachment.html>


More information about the macports-changes mailing list