1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

A plugin to add QA Contact functionality (like in Bugzilla) to Redmine

WWW: https://github.com/thagomizer/redmine_qa_contact
This commit is contained in:
Mark Felder 2016-05-13 12:19:47 +00:00
parent d790a778ad
commit 5c1b8f29b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415101
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -0,0 +1,3 @@
A plugin to add QA Contact functionality (like in Bugzilla) to Redmine
WWW: https://github.com/thagomizer/redmine_qa_contact