diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/redmine-qa_contact/Makefile | 21 | ||||
-rw-r--r-- | www/redmine-qa_contact/distinfo | 2 | ||||
-rw-r--r-- | www/redmine-qa_contact/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index de069a5ed8ef..7632bf33ec3a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1834,6 +1834,7 @@ SUBDIR += redmine-default_assign SUBDIR += redmine-graphs SUBDIR += redmine-http-auth + SUBDIR += redmine-qa_contact SUBDIR += redmine-sidebar_hide SUBDIR += rejik SUBDIR += rekonq diff --git a/www/redmine-qa_contact/Makefile b/www/redmine-qa_contact/Makefile new file mode 100644 index 000000000000..1716bce8219d --- /dev/null +++ b/www/redmine-qa_contact/Makefile @@ -0,0 +1,21 @@ +# Created by: Mark Felder <feld@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= qa_contact +PORTVERSION= 0.0.20120612 +CATEGORIES= www +PKGNAMEPREFIX= redmine- + +MAINTAINER= feld@FreeBSD.org +COMMENT= Redmine QA Contact plugin + +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= thagomizer +GH_PROJECT= redmine_qa_contact +GH_TAGNAME= a7f55df + +REDMINE_PLUGIN_NAME= redmine_${PORTNAME} + +.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk" diff --git a/www/redmine-qa_contact/distinfo b/www/redmine-qa_contact/distinfo new file mode 100644 index 000000000000..34eb92ee3769 --- /dev/null +++ b/www/redmine-qa_contact/distinfo @@ -0,0 +1,2 @@ +SHA256 (thagomizer-redmine_qa_contact-0.0.20120612-a7f55df_GH0.tar.gz) = bd656bc60e6acad6fe8c2c0f1d53283fa015d061e220e4b85af71c2a1c2e9532 +SIZE (thagomizer-redmine_qa_contact-0.0.20120612-a7f55df_GH0.tar.gz) = 6986 diff --git a/www/redmine-qa_contact/pkg-descr b/www/redmine-qa_contact/pkg-descr new file mode 100644 index 000000000000..104bab633b5a --- /dev/null +++ b/www/redmine-qa_contact/pkg-descr @@ -0,0 +1,3 @@ +A plugin to add QA Contact functionality (like in Bugzilla) to Redmine + +WWW: https://github.com/thagomizer/redmine_qa_contact |