aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-05-14 00:53:51 +0800
committerrm <rm@FreeBSD.org>2012-05-14 00:53:51 +0800
commit1bea89141896d56c130ebf059de57474f971607a (patch)
treef5bed8cb32120b4d75ce8c09a37293c64ea9be6d /www
parentff8fad91b1c0dd6abfe88d30e51bdc0d46ad4000 (diff)
downloadfreebsd-ports-gnome-1bea89141896d56c130ebf059de57474f971607a.tar.gz
freebsd-ports-gnome-1bea89141896d56c130ebf059de57474f971607a.tar.zst
freebsd-ports-gnome-1bea89141896d56c130ebf059de57474f971607a.zip
- Mark as deprecated. Set expiration date to 2012-06-13.
- Strict python version to 2.x only The functionality of this plugin has been incorporated into Trac 0.12
Diffstat (limited to 'www')
-rw-r--r--www/trac-ticketdelete/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/trac-ticketdelete/Makefile b/www/trac-ticketdelete/Makefile
index 3968e46f9c2c..5f09b510f00d 100644
--- a/www/trac-ticketdelete/Makefile
+++ b/www/trac-ticketdelete/Makefile
@@ -16,10 +16,13 @@ DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Ticket and ticket change deletion
+DEPRECATED= Functionality of this plugin has been incorporated into Trac 0.12
+EXPIRATION_DATE=2012-06-13
+
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracTicketDelete
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}