mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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
This commit is contained in:
parent
fd56a9006d
commit
95b02fc140
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296544
1 changed files with 4 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue