svn commit: r434974 - head/devel/pear-PHP_Timer

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 27 17:10:43 UTC 2017


Author: sunpoet
Date: Mon Feb 27 17:10:41 2017
New Revision: 434974
URL: https://svnweb.freebsd.org/changeset/ports/434974

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-28
  
  PR:		217191
  Submitted by:	Jochen Neumeister <joneum at bsdproject.de> (maintainer)

Modified:
  head/devel/pear-PHP_Timer/Makefile

Modified: head/devel/pear-PHP_Timer/Makefile
==============================================================================
--- head/devel/pear-PHP_Timer/Makefile	Mon Feb 27 17:10:37 2017	(r434973)
+++ head/devel/pear-PHP_Timer/Makefile	Mon Feb 27 17:10:41 2017	(r434974)
@@ -13,6 +13,9 @@ COMMENT=	Utility class for timing
 BUILD_DEPENDS=	${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
 RUN_DEPENDS=	${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
 
+DEPRECATED=	This is only one PHP-File. To install read: https://github.com/sebastianbergmann/php-timer
+EXPIRATION_DATE=2017-03-28
+
 USES=	pear
 PEAR_CHANNEL=	phpunit
 


More information about the svn-ports-head mailing list