Remove expired port: Functionality of this plugin has been incorporated into
Trac 0.12
This commit is contained in:
parent
b15554aa86
commit
f38c2ec415
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299239
6 changed files with 1 additions and 41 deletions
1
MOVED
1
MOVED
|
@ -3476,3 +3476,4 @@ print/cups-magicolor||2012-06-12|Has expired: BROKEN for more than 6 months
|
|||
security/pantera||2012-06-12|Has expired: BROKEN for more than 6 months
|
||||
graphics/djvulibre-nox11|graphics/djvulibre|2012-06-13|Merged back into graphics/djvulibre
|
||||
games/wesnoth-devel||2012-06-13|Has expired: BROKEN for more than 6 month
|
||||
www/trac-ticketdelete||2012-06-14|Has expired: Functionality of this plugin has been incorporated into Trac 0.12
|
||||
|
|
|
@ -1872,7 +1872,6 @@
|
|||
SUBDIR += trac-spam-filter
|
||||
SUBDIR += trac-tags
|
||||
SUBDIR += trac-themeengine
|
||||
SUBDIR += trac-ticketdelete
|
||||
SUBDIR += trac-ticketimport
|
||||
SUBDIR += trac-tickettemplate
|
||||
SUBDIR += trac-timingandestimation
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
# New ports collection makefile for: trac-ticketdelete
|
||||
# Date created: May 18 2007
|
||||
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ticketdelete
|
||||
PORTVERSION= 2.0.3543
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://people.freebsd.org/~mm/trac/
|
||||
PKGNAMEPREFIX= trac-
|
||||
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= -2.7
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= TracTicketDelete
|
||||
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
|
||||
PYDISTUTILS_NOEGGINFO= yes
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (ticketdeleteplugin-2.0.3543.tar.gz) = a1a9773ff81c1bdd1479d118901d058f7d6814920e9cbcfc2bbf1dc012b59f44
|
||||
SIZE (ticketdeleteplugin-2.0.3543.tar.gz) = 19474
|
|
@ -1,5 +0,0 @@
|
|||
This is a small plugin to allow deleting tickets from within Trac. This as a
|
||||
method of dealing with tickets very often, it is a commonly requested feature,
|
||||
and it is needed on rare occasions (generally dealing with spam).
|
||||
|
||||
WWW: http://trac-hacks.org/wiki/TicketDeletePlugin
|
|
@ -1 +0,0 @@
|
|||
%%PYTHON_SITELIBDIR%%/TracTicketDelete-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
|
Loading…
Reference in a new issue