From owner-svn-ports-head@FreeBSD.ORG Thu Oct 18 19:31:19 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E5B4712; Thu, 18 Oct 2012 19:31:19 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2657F8FC17; Thu, 18 Oct 2012 19:31:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9IJVJaX008291; Thu, 18 Oct 2012 19:31:19 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9IJVIKb008289; Thu, 18 Oct 2012 19:31:18 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201210181931.q9IJVIKb008289@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 18 Oct 2012 19:31:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306096 - head/www/trac-customroadmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 19:31:19 -0000 Author: rm Date: Thu Oct 18 19:31:18 2012 New Revision: 306096 URL: http://svn.freebsd.org/changeset/ports/306096 Log: - Mark as deprecated. The functionality of this plugin is available in the Trac core as of 0.11. Set expiration date to 2012-11-18. Feature safe: yes Deleted: head/www/trac-customroadmap/pkg-plist Modified: head/www/trac-customroadmap/Makefile Modified: head/www/trac-customroadmap/Makefile ============================================================================== --- head/www/trac-customroadmap/Makefile Thu Oct 18 19:30:53 2012 (r306095) +++ head/www/trac-customroadmap/Makefile Thu Oct 18 19:31:18 2012 (r306096) @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac-customroadmap -# Date created: Oct 08 2008 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= customroadmap PORTVERSION= 0.4.2348 @@ -16,15 +12,16 @@ DISTNAME= ${PORTNAME}plugin-${PORTVERSIO MAINTAINER= ports@FreeBSD.org COMMENT= Custom roadmap plugin for trac +DEPRECATED= Functionality of this plugin is available in the Trac core as of 0.11 +EXPIRATION_DATE=2012-11-18 + RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracCustomRoadmap PYDISTUTILS_PKGVERSION= 0.4 - -PLIST_SUB+= PORTVERSION=${PYDISTUTILS_PKGVERSION} PYTHONVERSION=${_PYTHON_VERSION} -PYDISTUTILS_NOEGGINFO= yes +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .include