svn commit: r432952 - head/devel/pear-PEAR_Info

Rene Ladan rene at FreeBSD.org
Tue Jan 31 20:29:51 UTC 2017


Author: rene
Date: Tue Jan 31 20:29:49 2017
New Revision: 432952
URL: https://svnweb.freebsd.org/changeset/ports/432952

Log:
  devel/pear-PEAR_Info: update to devel/phpunit, bump PORTREVISION
  
  The old devel/pear-PHPUnit3 dependency has expired.

Modified:
  head/devel/pear-PEAR_Info/Makefile

Modified: head/devel/pear-PEAR_Info/Makefile
==============================================================================
--- head/devel/pear-PEAR_Info/Makefile	Tue Jan 31 20:10:56 2017	(r432951)
+++ head/devel/pear-PEAR_Info/Makefile	Tue Jan 31 20:29:49 2017	(r432952)
@@ -3,6 +3,7 @@
 
 PORTNAME=	PEAR_Info
 PORTVERSION=	1.9.2
+PORTREVISION=	1
 CATEGORIES=	devel www pear
 
 MAINTAINER=	joneum at bsdproject.de
@@ -11,12 +12,12 @@ COMMENT=	Show Information about your PEA
 BUILD_DEPENDS=	${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs
 RUN_DEPENDS=	${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs
 
-OPTIONS_DEFINE=	PEAR_PHPUNIT3
-OPTIONS_DEFAULT=	PEAR_PHPUNIT3
-PEAR_PHPUNIT3_DESC=	PEAR::PHPUnit3 support
+OPTIONS_DEFINE=	PHPUNIT
+OPTIONS_DEFAULT=PHPUNIT
+PHPUNIT_DESC=	PEAR::PHPUnit support
 
 USES=	pear
 
-PEAR_PHPUNIT3_RUN_DEPENDS=	${PEARDIR}/PHPUnit/Autoload.php:devel/pear-PHPUnit3
+PHPUNIT_RUN_DEPENDS=	phpunit:devel/phpunit
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list