Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2014 18:11:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356935 - head/devel/php-xdebug
Message-ID:  <201406071811.s57IBrwB048772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406071811.s57IBrwB048772>