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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 7 18:11:54 UTC 2014


Author: sunpoet
Date: Sat Jun  7 18:11:53 2014
New Revision: 356935
URL: http://svnweb.freebsd.org/changeset/ports/356935
QAT: https://qat.redports.org/buildarchive/r356935/

Log:
  - Update to 2.2.5
  - Use USES=tar:tgz
  
  Changes:	http://www.xdebug.org/updates.php
  PR:		ports/190148
  Submitted by:	Gasol Wu <gasol.wu at gmail.com>
  Approved by:	maintainer (timeout, 15 days)

Modified:
  head/devel/php-xdebug/Makefile
  head/devel/php-xdebug/distinfo

Modified: head/devel/php-xdebug/Makefile
==============================================================================
--- head/devel/php-xdebug/Makefile	Sat Jun  7 17:53:25 2014	(r356934)
+++ head/devel/php-xdebug/Makefile	Sat Jun  7 18:11:53 2014	(r356935)
@@ -2,12 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	xdebug
-PORTVERSION=	2.2.3
-PORTREVISION=	1
+PORTVERSION=	2.2.5
 CATEGORIES=	devel
 MASTER_SITES=	http://www.xdebug.org/files/
 PKGNAMEPREFIX=	php-
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	freebsd-ports-maintainers at intermedix.com
 COMMENT=	Xdebug extension for PHP
@@ -18,6 +16,8 @@ CONFIGURE_ARGS=	--enable-xdebug
 USE_PHP=	yes
 USE_PHPIZE=	yes
 USE_ZENDEXT=	yes
+USES=		tar:tgz
+
 SUB_FILES=	pkg-message
 
 .include <bsd.port.mk>

Modified: head/devel/php-xdebug/distinfo
==============================================================================
--- head/devel/php-xdebug/distinfo	Sat Jun  7 17:53:25 2014	(r356934)
+++ head/devel/php-xdebug/distinfo	Sat Jun  7 18:11:53 2014	(r356935)
@@ -1,2 +1,2 @@
-SHA256 (xdebug-2.2.3.tgz) = b351872da46ed8378dff90a87673f5ec1e0bdd94324558ebc898e1d115e9d71c
-SIZE (xdebug-2.2.3.tgz) = 250543
+SHA256 (xdebug-2.2.5.tgz) = adc6fe92dcff2368be94d20a5997aadb4d46d74551e2dd6602a704a35a195a6f
+SIZE (xdebug-2.2.5.tgz) = 255840


More information about the svn-ports-head mailing list