From owner-svn-ports-head@freebsd.org Tue Oct 9 16:23:48 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 1E96B10B2F1C; Tue, 9 Oct 2018 16:23:48 +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 C44BD71050; Tue, 9 Oct 2018 16:23:47 +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 BF5491490F; Tue, 9 Oct 2018 16:23:47 +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 w99GNlcv076919; Tue, 9 Oct 2018 16:23:47 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w99GNkFD076911; Tue, 9 Oct 2018 16:23:46 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201810091623.w99GNkFD076911@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:23:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481638 - in head: . devel devel/pecl-xdebug devel/pecl-xdebug26 X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head: . devel devel/pecl-xdebug devel/pecl-xdebug26 X-SVN-Commit-Revision: 481638 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:23:48 -0000 Author: pizzamig Date: Tue Oct 9 16:23:46 2018 New Revision: 481638 URL: https://svnweb.freebsd.org/changeset/ports/481638 Log: devel/pecl-xdebug26: rename as pecl-xdebug and update to 2.6.1 With PHP 7.1 as default version, it makes sense to make pecl-xdebug 2.6.x the new default version Sponsored by: trivago N.V. Added: head/devel/pecl-xdebug/ - copied from r481637, head/devel/pecl-xdebug26/ Deleted: head/devel/pecl-xdebug26/ Modified: head/MOVED head/devel/Makefile head/devel/pecl-xdebug/Makefile head/devel/pecl-xdebug/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Tue Oct 9 16:19:25 2018 (r481637) +++ head/MOVED Tue Oct 9 16:23:46 2018 (r481638) @@ -10570,4 +10570,5 @@ 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 +devel/pecl-xdebug|devel/xdebug25|2018-10-09|Renamed because 2.6 is the new default +devel/pecl-xdebug26|devel/xdebug25|2018-10-09|Renamed because 2.6 is the new default Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 9 16:19:25 2018 (r481637) +++ head/devel/Makefile Tue Oct 9 16:23:46 2018 (r481638) @@ -4093,8 +4093,8 @@ SUBDIR += pecl-vld SUBDIR += pecl-weakref SUBDIR += pecl-weakref2 + SUBDIR += pecl-xdebug SUBDIR += pecl-xdebug25 - SUBDIR += pecl-xdebug26 SUBDIR += pecl-xhprof SUBDIR += pecl-yac SUBDIR += pecl-yaconf Modified: head/devel/pecl-xdebug/Makefile ============================================================================== --- head/devel/pecl-xdebug26/Makefile Tue Oct 9 16:19:25 2018 (r481637) +++ head/devel/pecl-xdebug/Makefile Tue Oct 9 16:23:46 2018 (r481638) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= xdebug -DISTVERSION= 2.6.0 +DISTVERSION= 2.6.1 CATEGORIES= devel pear -PKGNAMESUFFIX= 26 MAINTAINER= pizzamig@FreeBSD.org COMMENT= Xdebug extension for PHP @@ -12,7 +11,7 @@ COMMENT= Xdebug extension for PHP LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 73 CONFIGURE_ARGS= --enable-xdebug USES= php:pecl,zend tar:tgz Modified: head/devel/pecl-xdebug/distinfo ============================================================================== --- head/devel/pecl-xdebug26/distinfo Tue Oct 9 16:19:25 2018 (r481637) +++ head/devel/pecl-xdebug/distinfo Tue Oct 9 16:23:46 2018 (r481638) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521120354 -SHA256 (PECL/xdebug-2.6.0.tgz) = b5264cc03bf68fcbb04b97229f96dca505d7b87ec2fb3bd4249896783d29cbdc -SIZE (PECL/xdebug-2.6.0.tgz) = 283644 +TIMESTAMP = 1539102067 +SHA256 (PECL/xdebug-2.6.1.tgz) = dae691d6c052073b886e0c6e1306a707bca9fd18a1e3485384ef6c4aacf1bd77 +SIZE (PECL/xdebug-2.6.1.tgz) = 283961