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:
parent
ec041152fa
commit
ff6c3e97d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415155
@ -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
|
||||
|
24
www/redmine-issue_templates/Makefile
Normal file
24
www/redmine-issue_templates/Makefile
Normal 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"
|
2
www/redmine-issue_templates/distinfo
Normal file
2
www/redmine-issue_templates/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (redmine_issue_templates-0.1.1.zip) = caf6e068b4f6bf3a42232d24bc0def39abacfd2e28006c4c075ad532f7ee8222
|
||||
SIZE (redmine_issue_templates-0.1.1.zip) = 74959
|
19
www/redmine-issue_templates/files/patch-Gemfile
Normal file
19
www/redmine-issue_templates/files/patch-Gemfile
Normal 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
|
4
www/redmine-issue_templates/pkg-descr
Normal file
4
www/redmine-issue_templates/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user