svn commit: r473841 - in head/devel: pear-PEAR_Info pear-PHP_CompatInfo

Rene Ladan rene at FreeBSD.org
Tue Jul 3 15:03:40 UTC 2018


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 at 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 at 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}
 


More information about the svn-ports-all mailing list