svn commit: r430626 - head/devel/pear-PHPUnit3

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Jan 5 10:47:28 UTC 2017


Author: tz
Date: Thu Jan  5 10:47:27 2017
New Revision: 430626
URL: https://svnweb.freebsd.org/changeset/ports/430626

Log:
  devel/pear-PHPUnit3: Mark DEPRECATED and set EXPIRATION_DATE to 2016-01-31
  
  PR:           215766
  Submitted by: Jochen Neumeister (maintainer)

Modified:
  head/devel/pear-PHPUnit3/Makefile

Modified: head/devel/pear-PHPUnit3/Makefile
==============================================================================
--- head/devel/pear-PHPUnit3/Makefile	Thu Jan  5 10:24:03 2017	(r430625)
+++ head/devel/pear-PHPUnit3/Makefile	Thu Jan  5 10:47:27 2017	(r430626)
@@ -30,6 +30,9 @@ RUN_DEPENDS=	pear-File_Iterator>=1.3.1:d
 		pear-Symfony_Component_Yaml>=2.1.0:textproc/pear-Symfony_Component_Yaml \
 		${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
 
+DEPRECATED=	Deprecated by upstream, use devel/phpunit instead
+EXPIRATION_DATE=	2016-01-31
+
 CONFLICTS=	pear-PHPUnit-[12]*
 
 USES=		pear


More information about the svn-ports-all mailing list