diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-06-27 22:16:20 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-06-27 22:16:20 +0000 |
commit | 31d2452de156d6c796e3995e2eaec5e8cf2bfca8 (patch) | |
tree | f97267dd49b2d205a962ebbac185a436408d81e3 /www | |
parent | 740c95c7159a8a4532c3d20187bfade37ca4446a (diff) | |
download | freebsd-ports-31d2452de156d6c796e3995e2eaec5e8cf2bfca8.zip |
Remove www/redmine-stuff_to_do
I added this port for convenience at work, but the recent redmine update
to 3.x completely breaks it. There is no upstream. I am probably the
only consumer as it is so new, so I am deleting this.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/redmine-stuff_to_do/Makefile | 24 | ||||
-rw-r--r-- | www/redmine-stuff_to_do/distinfo | 2 | ||||
-rw-r--r-- | www/redmine-stuff_to_do/pkg-descr | 4 |
4 files changed, 0 insertions, 31 deletions
diff --git a/www/Makefile b/www/Makefile index 2eb9ac10eefa..132de2e2b5b6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1826,7 +1826,6 @@ SUBDIR += redmine-redcarpet_formatter SUBDIR += redmine-sidebar_hide SUBDIR += redmine-single_auth - SUBDIR += redmine-stuff_to_do SUBDIR += redmine-wiki_notes SUBDIR += rejik SUBDIR += rekonq diff --git a/www/redmine-stuff_to_do/Makefile b/www/redmine-stuff_to_do/Makefile deleted file mode 100644 index 3df85c3b4f6d..000000000000 --- a/www/redmine-stuff_to_do/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Mark Felder <feld@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= stuff_to_do -PORTVERSION= 0.0.20140819 -CATEGORIES= www -PKGNAMEPREFIX= redmine- -DISTVERSIONPREFIX=v - -MAINTAINER= feld@FreeBSD.org -COMMENT= Redmine Stuff To Do plugin - -LICENSE= GPLv2 - -NO_ARCH= yes - -USE_GITHUB= yes -GH_ACCOUNT= ande3577 -GH_PROJECT= redmine-stuff-to-do-plugin -GH_TAGNAME= 9e548cf - -REDMINE_PLUGIN_NAME= ${PORTNAME}_plugin - -.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk" diff --git a/www/redmine-stuff_to_do/distinfo b/www/redmine-stuff_to_do/distinfo deleted file mode 100644 index 23485c18ad80..000000000000 --- a/www/redmine-stuff_to_do/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ande3577-redmine-stuff-to-do-plugin-v0.0.20140819-9e548cf_GH0.tar.gz) = ea7e9afc7dea465107b3bcb1fc319a0efd6f1e0e7d1ff6a0784a642553e3c3a5 -SIZE (ande3577-redmine-stuff-to-do-plugin-v0.0.20140819-9e548cf_GH0.tar.gz) = 782497 diff --git a/www/redmine-stuff_to_do/pkg-descr b/www/redmine-stuff_to_do/pkg-descr deleted file mode 100644 index 44df0fe5becd..000000000000 --- a/www/redmine-stuff_to_do/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The Stuff To Do plugin allows a user to order and prioritize the issues -they are doing into a specific order. - -WWW: https://github.com/ande3577/redmine-stuff-to-do-plugin |