diff --git a/www/Makefile b/www/Makefile index 5e2f5a303ddc..8ecf5866d995 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/redmine-issue_templates/Makefile b/www/redmine-issue_templates/Makefile new file mode 100644 index 000000000000..acd75841e096 --- /dev/null +++ b/www/redmine-issue_templates/Makefile @@ -0,0 +1,24 @@ +# Created by: Mark Felder +# $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" diff --git a/www/redmine-issue_templates/distinfo b/www/redmine-issue_templates/distinfo new file mode 100644 index 000000000000..91b98f244d65 --- /dev/null +++ b/www/redmine-issue_templates/distinfo @@ -0,0 +1,2 @@ +SHA256 (redmine_issue_templates-0.1.1.zip) = caf6e068b4f6bf3a42232d24bc0def39abacfd2e28006c4c075ad532f7ee8222 +SIZE (redmine_issue_templates-0.1.1.zip) = 74959 diff --git a/www/redmine-issue_templates/files/patch-Gemfile b/www/redmine-issue_templates/files/patch-Gemfile new file mode 100644 index 000000000000..36c20b4f6c87 --- /dev/null +++ b/www/redmine-issue_templates/files/patch-Gemfile @@ -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 diff --git a/www/redmine-issue_templates/pkg-descr b/www/redmine-issue_templates/pkg-descr new file mode 100644 index 000000000000..5994d0eb9348 --- /dev/null +++ b/www/redmine-issue_templates/pkg-descr @@ -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