Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2017 20:29:50 +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: r432952 - head/devel/pear-PEAR_Info
Message-ID:  <201701312029.v0VKTo5X059662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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