[78500] trunk/dports/php/php5-xdebug/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 10 00:05:39 PDT 2011


Revision: 78500
          http://trac.macports.org/changeset/78500
Author:   ryandesign at macports.org
Date:     2011-05-10 00:05:39 -0700 (Tue, 10 May 2011)
Log Message:
-----------
php5-xdebug: use notes; re-use homepage variable where appropriate

Modified Paths:
--------------
    trunk/dports/php/php5-xdebug/Portfile

Modified: trunk/dports/php/php5-xdebug/Portfile
===================================================================
--- trunk/dports/php/php5-xdebug/Portfile	2011-05-10 07:02:51 UTC (rev 78499)
+++ trunk/dports/php/php5-xdebug/Portfile	2011-05-10 07:05:39 UTC (rev 78500)
@@ -9,8 +9,8 @@
 categories-append       net devel
 platforms               darwin freebsd openbsd
 maintainers             nomaintainer
-homepage                http://www.xdebug.org/index.php
-master_sites            http://www.xdebug.org/files/
+homepage                http://www.xdebug.org/
+master_sites            ${homepage}files/
 
 description             php5 extension for php debugging
 
@@ -30,21 +30,17 @@
 configure.args          --enable-xdebug \
                         --with-php-config=${prefix}/bin/php-config
 
-post-install {
-    set xdebug_docs     "http://www.xdebug.org/docs/"
-    
-    ui_msg "
-    ***************************************************************************
-    * You can get a list of the available configuration settings for xdebug
-    * with the following command:
-    *
-    * % php --ri xdebug
-    *
-    * For more information and details about configuration settings, see
-    * ${xdebug_docs}
-    ***************************************************************************"
-}
+set xdebug_docs         ${homepage}docs/
+notes "
+You can get a list of the available configuration settings for xdebug\
+with the following command:
 
+    php --ri xdebug
+
+For more information and details about configuration settings, see\
+${xdebug_docs}
+"
+
 livecheck.type          regex
 livecheck.url           http://www.xdebug.org/updates.php
 livecheck.regex         {Xdebug (\d+(\.\d+)*)<}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110510/fedb9691/attachment.html>


More information about the macports-changes mailing list