svn commit: r380753 - head/www/trac-batchmodify

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Mar 8 09:53:11 UTC 2015


Author: rm
Date: Sun Mar  8 09:53:09 2015
New Revision: 380753
URL: https://svnweb.freebsd.org/changeset/ports/380753
QAT: https://qat.redports.org/buildarchive/r380753/

Log:
  www/trac-batchmodify: set for deprecation
  
  Mark as deprecated. Functionality of this plugin was merged into
  Track since version 1.0. Set expiration date to 2015-04-08.
  
  References:
   * http://trac.edgewall.org/ticket/525
   * http://trac-hacks.org/wiki/BatchModifyPlugin
  
  PR:		197822
  Submitted by:	Anton Törnqvist <antont at inbox.lv>

Modified:
  head/www/trac-batchmodify/Makefile

Modified: head/www/trac-batchmodify/Makefile
==============================================================================
--- head/www/trac-batchmodify/Makefile	Sun Mar  8 09:50:38 2015	(r380752)
+++ head/www/trac-batchmodify/Makefile	Sun Mar  8 09:53:09 2015	(r380753)
@@ -13,6 +13,9 @@ DISTNAME=	${PORTNAME}plugin-${PORTVERSIO
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Enables users to modify several tickets together at once
 
+DEPRECATED=	This functionality was merged into Trac since version 1.0
+EXPIRATION_DATE=	2015-04-08
+
 RUN_DEPENDS+=	trac>=0.12:${PORTSDIR}/www/trac
 
 USES=		python:2 zip


More information about the svn-ports-head mailing list