From owner-svn-ports-head@freebsd.org Tue Oct 9 16:19:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C520B10B2B9D; Tue, 9 Oct 2018 16:19:26 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68B2A70BFB; Tue, 9 Oct 2018 16:19:26 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E92814774; Tue, 9 Oct 2018 16:19:26 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w99GJQgR071701; Tue, 9 Oct 2018 16:19:26 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w99GJPv8071698; Tue, 9 Oct 2018 16:19:25 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201810091619.w99GJPv8071698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Tue, 9 Oct 2018 16:19:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481637 - in head: . devel devel/pecl-xdebug devel/pecl-xdebug25 X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head: . devel devel/pecl-xdebug devel/pecl-xdebug25 X-SVN-Commit-Revision: 481637 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2018 16:19:26 -0000 Author: pizzamig Date: Tue Oct 9 16:19:25 2018 New Revision: 481637 URL: https://svnweb.freebsd.org/changeset/ports/481637 Log: devel/pecl-xdebug: mark PHP 73 as unsupported and rename as pecl-xdebug25 Sponsored by: trivago N.V. Added: head/devel/pecl-xdebug25/ - copied from r481636, head/devel/pecl-xdebug/ Deleted: head/devel/pecl-xdebug/ Modified: head/MOVED head/devel/Makefile head/devel/pecl-xdebug25/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Oct 9 14:27:40 2018 (r481636) +++ head/MOVED Tue Oct 9 16:19:25 2018 (r481637) @@ -10570,3 +10570,4 @@ net-im/telepathy-qt4|net-im/telepathy-qt@qt4|2018-10-0 net-im/telepathy-qt5|net-im/telepathy-qt@qt5|2018-10-07|Moved to flavored version graphics/gegl3|graphics/gegl|2018-10-07|Replaced old gegl version with the newer version www/mediawiki129|www/mediawiki131|2018-10-08|Has expired: Deprecated by upstream +devel/pecl-xdebug|devel/xdebug25|2018-10-08|Renamed because 2.6 is the new default Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 9 14:27:40 2018 (r481636) +++ head/devel/Makefile Tue Oct 9 16:19:25 2018 (r481637) @@ -4093,7 +4093,7 @@ SUBDIR += pecl-vld SUBDIR += pecl-weakref SUBDIR += pecl-weakref2 - SUBDIR += pecl-xdebug + SUBDIR += pecl-xdebug25 SUBDIR += pecl-xdebug26 SUBDIR += pecl-xhprof SUBDIR += pecl-yac Modified: head/devel/pecl-xdebug25/Makefile ============================================================================== --- head/devel/pecl-xdebug/Makefile Tue Oct 9 14:27:40 2018 (r481636) +++ head/devel/pecl-xdebug25/Makefile Tue Oct 9 16:19:25 2018 (r481637) @@ -5,6 +5,7 @@ PORTNAME= xdebug PORTVERSION= 2.5.5 PORTREVISION= 1 CATEGORIES= devel pear +PKGNAMESUFFIX= 25 MAINTAINER= pizzamig@FreeBSD.org COMMENT= Xdebug extension for PHP @@ -12,7 +13,7 @@ COMMENT= Xdebug extension for PHP LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 72 +IGNORE_WITH_PHP= 72 73 CONFIGURE_ARGS= --enable-xdebug USES= php:pecl,zend