1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Redmine plugin to generate and use issue templates for each project to

assist issue creation.

WWW: https://bitbucket.org/akiko_pusu/redmine_issue_templates/wiki/Home
This commit is contained in:
Mark Felder 2016-05-13 21:09:42 +00:00
parent ec041152fa
commit ff6c3e97d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415155
5 changed files with 50 additions and 0 deletions

View File

@ -1834,6 +1834,7 @@
SUBDIR += redmine-default_assign
SUBDIR += redmine-graphs
SUBDIR += redmine-http-auth
SUBDIR += redmine-issue_templates
SUBDIR += redmine-knowledgebase
SUBDIR += redmine-qa_contact
SUBDIR += redmine-redcarpet_formatter

View File

@ -0,0 +1,24 @@
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= issue_templates
PORTVERSION= 0.1.1
CATEGORIES= www
MASTER_SITES= https://bitbucket.org/akiko_pusu/redmine_issue_templates/downloads/
PKGNAMEPREFIX= redmine-
DISTNAME= redmine_${PORTNAME}-${PORTVERSION}
MAINTAINER= feld@FreeBSD.org
COMMENT= Redmine project issue templates plugin
LICENSE= GPLv2+
USES= zip
WRKSRC= ${WRKDIR}/akiko_pusu-redmine_issue_templates-001152051af5
NO_ARCH= yes
REDMINE_PLUGIN_NAME= redmine_${PORTNAME}
.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"

View File

@ -0,0 +1,2 @@
SHA256 (redmine_issue_templates-0.1.1.zip) = caf6e068b4f6bf3a42232d24bc0def39abacfd2e28006c4c075ad532f7ee8222
SIZE (redmine_issue_templates-0.1.1.zip) = 74959

View File

@ -0,0 +1,19 @@
--- Gemfile.orig 2016-05-13 21:06:50 UTC
+++ Gemfile
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
-group :test do
- gem "simplecov-rcov"
- #
- # TODO: change test not to use shoulda.
- #
- gem "shoulda"
-end
+#group :test do
+# gem "simplecov-rcov"
+# #
+# # TODO: change test not to use shoulda.
+# #
+# gem "shoulda"
+#end

View File

@ -0,0 +1,4 @@
Redmine plugin to generate and use issue templates for each project to
assist issue creation.
WWW: https://bitbucket.org/akiko_pusu/redmine_issue_templates/wiki/Home