Date: Fri, 13 Jan 2017 08:44:43 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431349 - in head/devel/php-xdebug: . files Message-ID: <201701130844.v0D8ihtH054186@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jan 13 08:44:43 2017 New Revision: 431349 URL: https://svnweb.freebsd.org/changeset/ports/431349 Log: - Update to 2.5.0 - While here, add LICENSE_FILE PR: 215630 Submitted by: gasol.wu@gmail.com Approved by: maintainer timeout (freebsd-ports-maintainers@intermedix.com, 2 weeks) Added: head/devel/php-xdebug/files/patch-xdebug__com.c (contents, props changed) Modified: head/devel/php-xdebug/Makefile head/devel/php-xdebug/distinfo Modified: head/devel/php-xdebug/Makefile ============================================================================== --- head/devel/php-xdebug/Makefile Fri Jan 13 08:40:31 2017 (r431348) +++ head/devel/php-xdebug/Makefile Fri Jan 13 08:44:43 2017 (r431349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xdebug -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.5.0 CATEGORIES= devel MASTER_SITES= https://xdebug.org/files/ PKGNAMEPREFIX= php- @@ -12,6 +11,7 @@ MAINTAINER= freebsd-ports-maintainers@in COMMENT= Xdebug extension for PHP LICENSE= PHP30 +LICENSE_FILE= ${WRKSRC}/LICENSE CONFIGURE_ARGS= --enable-xdebug USES= php:zend tar:tgz Modified: head/devel/php-xdebug/distinfo ============================================================================== --- head/devel/php-xdebug/distinfo Fri Jan 13 08:40:31 2017 (r431348) +++ head/devel/php-xdebug/distinfo Fri Jan 13 08:44:43 2017 (r431349) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482873855 -SHA256 (xdebug-2.4.1.tgz) = 23c8786e0f5aae67b1e5035972bfff282710fb84c483887cebceb8ef5bbdf8ef -SIZE (xdebug-2.4.1.tgz) = 265542 +TIMESTAMP = 1482892087 +SHA256 (xdebug-2.5.0.tgz) = 8bd6ad1e64948308e3e3a7437292f154b11e25acaf31b0d59d83bda18af0890d +SIZE (xdebug-2.5.0.tgz) = 267640 Added: head/devel/php-xdebug/files/patch-xdebug__com.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/php-xdebug/files/patch-xdebug__com.c Fri Jan 13 08:44:43 2017 (r431349) @@ -0,0 +1,10 @@ +--- xdebug_com.c.orig 2016-12-28 02:42:57 UTC ++++ xdebug_com.c +@@ -26,6 +26,7 @@ + # include <sys/poll.h> + # include <unistd.h> + # include <sys/socket.h> ++# include <netinet/in.h> + # include <netinet/tcp.h> + # include <netdb.h> + #else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701130844.v0D8ihtH054186>