[93082] trunk/dports/php
ryandesign at macports.org
ryandesign at macports.org
Mon May 14 15:46:47 PDT 2012
Revision: 93082
https://trac.macports.org/changeset/93082
Author: ryandesign at macports.org
Date: 2012-05-14 15:46:47 -0700 (Mon, 14 May 2012)
Log Message:
-----------
php-xdebug: unified port
Modified Paths:
--------------
trunk/dports/php/php-xdebug/Portfile
Added Paths:
-----------
trunk/dports/php/php-xdebug/
Modified: trunk/dports/php/php-xdebug/Portfile
===================================================================
--- trunk/dports/php/php5-xdebug/Portfile 2012-05-14 22:41:11 UTC (rev 93081)
+++ trunk/dports/php/php-xdebug/Portfile 2012-05-14 22:46:47 UTC (rev 93082)
@@ -2,10 +2,11 @@
# $Id$
PortSystem 1.0
-PortGroup php5extension 1.0
+PortGroup php 1.0
-php5extension.setup xdebug 2.2.0
-php5extension.type zend
+php.setup xdebug 2.2.0
+php.branches 5.3 5.4
+php.type zend
categories-append net devel
platforms darwin freebsd openbsd
maintainers nomaintainer
@@ -27,19 +28,20 @@
extract.suffix .tgz
-configure.args --enable-xdebug \
- --with-php-config=${prefix}/bin/php-config
-
-set xdebug_docs ${homepage}docs/
-notes "
+if {${name} != ${subport}} {
+ configure.args --enable-xdebug
+
+ 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
+ ${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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120514/70312ed8/attachment.html>
More information about the macports-changes
mailing list