Date: Tue, 9 Oct 2018 16:19:25 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> 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 Message-ID: <201810091619.w99GJPv8071698@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810091619.w99GJPv8071698>