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

Kurt Jaeger pi at FreeBSD.org
Sat Apr 16 14:48:14 UTC 2016


Author: pi
Date: Sat Apr 16 14:48:12 2016
New Revision: 413441
URL: https://svnweb.freebsd.org/changeset/ports/413441

Log:
  devel/php-xdebug: 2.2.5 -> 2.4.0
  
  Changes:
  - Full list:
    https://xdebug.org/updates.php
  - Now works with php 7.0
  
  PR:		208012
  Submitted by:	Franco Fichtner <franco at opnsense.org>
  Approved by:	freebsd-ports-maintainers at intermedix.com (maintainer timeout)

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

Modified: head/devel/php-xdebug/Makefile
==============================================================================
--- head/devel/php-xdebug/Makefile	Sat Apr 16 13:31:18 2016	(r413440)
+++ head/devel/php-xdebug/Makefile	Sat Apr 16 14:48:12 2016	(r413441)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	xdebug
-PORTVERSION=	2.2.5
+PORTVERSION=	2.4.0
 CATEGORIES=	devel
-MASTER_SITES=	http://www.xdebug.org/files/
+MASTER_SITES=	https://xdebug.org/files/
 PKGNAMEPREFIX=	php-
 
 MAINTAINER=	freebsd-ports-maintainers at intermedix.com
@@ -20,6 +20,4 @@ USES=		tar:tgz
 
 SUB_FILES=	pkg-message
 
-IGNORE_WITH_PHP=	70
-
 .include <bsd.port.mk>

Modified: head/devel/php-xdebug/distinfo
==============================================================================
--- head/devel/php-xdebug/distinfo	Sat Apr 16 13:31:18 2016	(r413440)
+++ head/devel/php-xdebug/distinfo	Sat Apr 16 14:48:12 2016	(r413441)
@@ -1,2 +1,2 @@
-SHA256 (xdebug-2.2.5.tgz) = adc6fe92dcff2368be94d20a5997aadb4d46d74551e2dd6602a704a35a195a6f
-SIZE (xdebug-2.2.5.tgz) = 255840
+SHA256 (xdebug-2.4.0.tgz) = 3c4dcb2709d1653534e7cfaa546307041afd298ac48a3670183a12cfdb5eee05
+SIZE (xdebug-2.4.0.tgz) = 264832


More information about the svn-ports-all mailing list