From owner-svn-ports-all@FreeBSD.ORG Sun Mar 8 09:53:11 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F02A2641; Sun, 8 Mar 2015 09:53:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D94D182B; Sun, 8 Mar 2015 09:53:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t289rArk031458; Sun, 8 Mar 2015 09:53:10 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t289rAQL031457; Sun, 8 Mar 2015 09:53:10 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201503080953.t289rAQL031457@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 8 Mar 2015 09:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380753 - head/www/trac-batchmodify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 09:53:11 -0000 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 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@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