Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2018 15:03:39 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473841 - in head/devel: pear-PEAR_Info pear-PHP_CompatInfo
Message-ID:  <201807031503.w63F3dfa016571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Jul  3 15:03:39 2018
New Revision: 473841
URL: https://svnweb.freebsd.org/changeset/ports/473841

Log:
  Long overdue update these ports from devel/phpunit to a supported version,
  in this case devel/phpunit6.
  
  Bump PORTREVISIONs

Modified:
  head/devel/pear-PEAR_Info/Makefile
  head/devel/pear-PHP_CompatInfo/Makefile

Modified: head/devel/pear-PEAR_Info/Makefile
==============================================================================
--- head/devel/pear-PEAR_Info/Makefile	Tue Jul  3 14:55:18 2018	(r473840)
+++ head/devel/pear-PEAR_Info/Makefile	Tue Jul  3 15:03:39 2018	(r473841)
@@ -3,7 +3,7 @@
 
 PORTNAME=	PEAR_Info
 PORTVERSION=	1.9.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel www pear
 
 MAINTAINER=	joneum@FreeBSD.org
@@ -18,6 +18,6 @@ PHPUNIT_DESC=	PEAR::PHPUnit support
 
 USES=		pear
 
-PHPUNIT_RUN_DEPENDS=	phpunit:devel/phpunit@${PHP_FLAVOR}
+PHPUNIT_RUN_DEPENDS=	phpunit:devel/phpunit6@${PHP_FLAVOR}
 
 .include <bsd.port.mk>

Modified: head/devel/pear-PHP_CompatInfo/Makefile
==============================================================================
--- head/devel/pear-PHP_CompatInfo/Makefile	Tue Jul  3 14:55:18 2018	(r473840)
+++ head/devel/pear-PHP_CompatInfo/Makefile	Tue Jul  3 15:03:39 2018	(r473841)
@@ -3,7 +3,7 @@
 
 PORTNAME=	PHP_CompatInfo
 PORTVERSION=	1.9.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel pear
 
 MAINTAINER=	joneum@FreeBSD.org
@@ -28,7 +28,7 @@ PEAR_HTML_TABLE_DESC=	PEAR::HTML_Table
 
 PEAR_XML_BEAUTIFIER_RUN_DEPENDS=	${PEARDIR}/XML/Beautifier.php:textproc/pear-XML_Beautifier@${PHP_FLAVOR}
 PEAR_VAR_DUMP_RUN_DEPENDS=	${PEARDIR}/Var/Dump.php:devel/pear-Var_Dump@${PHP_FLAVOR}
-PHPUNIT_RUN_DEPENDS=	phpunit:devel/phpunit@${PHP_FLAVOR}
+PHPUNIT_RUN_DEPENDS=	phpunit:devel/phpunit6@${PHP_FLAVOR}
 PEAR_XML_UTIL_RUN_DEPENDS=	${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
 PEAR_HTML_TABLE_RUN_DEPENDS=	${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table@${PHP_FLAVOR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807031503.w63F3dfa016571>