svn commit: r306096 - head/www/trac-customroadmap

Ruslan Mahmatkhanov rm at FreeBSD.org
Thu Oct 18 19:31:19 UTC 2012


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 <mm at FreeBSD.org>
-#
+# Created by: Martin Matuska <mm at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	customroadmap
 PORTVERSION=	0.4.2348
@@ -16,15 +12,16 @@ DISTNAME=	${PORTNAME}plugin-${PORTVERSIO
 MAINTAINER=	ports at 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 <bsd.port.mk>


More information about the svn-ports-all mailing list