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

ryandesign at macports.org ryandesign at macports.org
Sun Aug 24 02:14:51 PDT 2014


Revision: 124462
          https://trac.macports.org/changeset/124462
Author:   ryandesign at macports.org
Date:     2014-08-24 02:14:51 -0700 (Sun, 24 Aug 2014)
Log Message:
-----------
php5-xdebug: replaced_by php53-xdebug

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

Modified: trunk/dports/php/php5-xdebug/Portfile
===================================================================
--- trunk/dports/php/php5-xdebug/Portfile	2014-08-24 09:13:51 UTC (rev 124461)
+++ trunk/dports/php/php5-xdebug/Portfile	2014-08-24 09:14:51 UTC (rev 124462)
@@ -2,47 +2,12 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               php5extension 1.0
 
-php5extension.setup     xdebug 2.2.5
-php5extension.type      zend
-categories-append       net devel
-platforms               darwin freebsd openbsd
-maintainers             ryandesign openmaintainer
-license                 Xdebug-1.01
+replaced_by             php53-xdebug
+PortGroup               obsolete 1.0
 
-homepage                http://www.xdebug.org/
-master_sites            ${homepage}files/
-
-description             php5 extension for php debugging
-
-long_description        Xdebug is a php extension that helps you debug your \
-                        scripts. It provides valuable debug information, \
-                        including error stack traces and memory allocation \
-                        summaries. It can generate profiling information \
-                        about your php scripts, to be used for script \
-                        execution analysis and optimization. It also supports \
-                        debugging interactively using the dbg debug client.
-
-checksums               rmd160  446521cb02afb0b8640bf08a89070560b2a0b07e \
-                        sha256  adc6fe92dcff2368be94d20a5997aadb4d46d74551e2dd6602a704a35a195a6f
-
-extract.suffix          .tgz
-
-configure.args          --enable-xdebug \
-                        --with-php-config=${prefix}/bin/php-config
-
-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+)*)<}
+name                    php5-xdebug
+version                 2.2.5
+revision                1
+categories              php
+license                 Xdebug-1.01
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140824/9adab47e/attachment.html>


More information about the macports-changes mailing list