Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2017 17:10:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434974 - head/devel/pear-PHP_Timer
Message-ID:  <201702271710.v1RHAgOG075772@repo.freebsd.org>

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



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