svn commit: r337037 - head/devel/php-xdebug

Steve Wills swills at FreeBSD.org
Fri Dec 20 16:38:54 UTC 2013


Author: swills
Date: Fri Dec 20 16:38:53 2013
New Revision: 337037
URL: http://svnweb.freebsd.org/changeset/ports/337037

Log:
  - Configure as a Zend extension rather than a normal php extension
  
  PR:		ports/182916
  Submitted by:	Kimo <kimor79 at yahoo.com>
  Approved by:	maintainer timeout (freebsd-ports-maintainers at intermedix.com, >2 months)

Modified:
  head/devel/php-xdebug/Makefile

Modified: head/devel/php-xdebug/Makefile
==============================================================================
--- head/devel/php-xdebug/Makefile	Fri Dec 20 16:37:22 2013	(r337036)
+++ head/devel/php-xdebug/Makefile	Fri Dec 20 16:38:53 2013	(r337037)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xdebug
 PORTVERSION=	2.2.3
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.xdebug.org/files/
 PKGNAMEPREFIX=	php-
@@ -15,8 +16,8 @@ LICENSE=	BSD
 
 CONFIGURE_ARGS=	--enable-xdebug
 USE_PHP=	yes
-USE_PHPEXT=	yes
 USE_PHPIZE=	yes
+USE_ZENDEXT=	yes
 SUB_FILES=	pkg-message
 
 PKGMESSAGE=	${WRKDIR}/pkg-message


More information about the svn-ports-head mailing list