diff options
author | rene <rene@FreeBSD.org> | 2015-04-11 04:23:45 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-04-11 04:23:45 +0800 |
commit | 5bfd013586e68c073e6de5cb610054fd67c8677c (patch) | |
tree | da3fea445e7367ebc5c0afa578e29fc20046f2d9 /www | |
parent | f1d6a3be89783eee2e54d67e48d72a9ae5e5c3b4 (diff) | |
download | freebsd-ports-gnome-5bfd013586e68c073e6de5cb610054fd67c8677c.tar.gz freebsd-ports-gnome-5bfd013586e68c073e6de5cb610054fd67c8677c.tar.zst freebsd-ports-gnome-5bfd013586e68c073e6de5cb610054fd67c8677c.zip |
Remove expired ports:
2015-04-10 games/airstrike: never completed, alpha quality, dev site and repo do not resolve
2015-04-08 www/trac-batchmodify: This functionality was merged into Trac since version 1.0
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/trac-batchmodify/Makefile | 26 | ||||
-rw-r--r-- | www/trac-batchmodify/distinfo | 2 | ||||
-rw-r--r-- | www/trac-batchmodify/pkg-descr | 3 | ||||
-rw-r--r-- | www/trac-batchmodify/pkg-message | 10 |
5 files changed, 0 insertions, 42 deletions
diff --git a/www/Makefile b/www/Makefile index c37e9ccb6915..3a6f0ba7e5b7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2039,7 +2039,6 @@ SUBDIR += trac-advancedticketworkflow SUBDIR += trac-attachmentpolicy SUBDIR += trac-autocomplete - SUBDIR += trac-batchmodify SUBDIR += trac-bzr SUBDIR += trac-ccselector SUBDIR += trac-childtickets diff --git a/www/trac-batchmodify/Makefile b/www/trac-batchmodify/Makefile deleted file mode 100644 index 261354b419dc..000000000000 --- a/www/trac-batchmodify/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Greg Larkin <glarkin@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= batchmodify -PORTVERSION= 0.8.0.9694 -PORTREVISION= 1 -CATEGORIES= www devel python -MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ - LOCAL/glarkin -PKGNAMEPREFIX= trac- -DISTNAME= ${PORTNAME}plugin-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Enables users to modify several tickets together at once - -DEPRECATED= This functionality was merged into Trac since version 1.0 -EXPIRATION_DATE= 2015-04-08 - -RUN_DEPENDS+= trac>=0.12:${PORTSDIR}/www/trac - -USES= python:2 zip - -WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.12/trunk -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/www/trac-batchmodify/distinfo b/www/trac-batchmodify/distinfo deleted file mode 100644 index dec0cd4c821f..000000000000 --- a/www/trac-batchmodify/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (batchmodifyplugin-0.8.0.9694.zip) = 8ae92b32faf136b65d1914b876428f29b7a1042e35e80de382642319d288b639 -SIZE (batchmodifyplugin-0.8.0.9694.zip) = 301385 diff --git a/www/trac-batchmodify/pkg-descr b/www/trac-batchmodify/pkg-descr deleted file mode 100644 index 7ba92d7d4d6c..000000000000 --- a/www/trac-batchmodify/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This plugin enables users to modify several tickets together at once. - -WWW: http://trac-hacks.org/wiki/BatchModifyPlugin diff --git a/www/trac-batchmodify/pkg-message b/www/trac-batchmodify/pkg-message deleted file mode 100644 index a2d1612b5db2..000000000000 --- a/www/trac-batchmodify/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -************************************************** -To complete the installation, please add: - -[components] -trac.ticket.query.* = enabled -batchmod.* = enabled - -to your trac.ini to enable the ticket batch -modification plugin. -************************************************** |