diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-05-13 21:09:42 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-05-13 21:09:42 +0000 |
commit | ff6c3e97d1535a029f9143129ead2fa286a30358 (patch) | |
tree | bc1a7cf0adf509c8487b61c52088f93c184684e4 /www | |
parent | ec041152fa37abac518aa6d9fbd3d22fffa7c5c4 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/redmine-issue_templates/Makefile | 24 | ||||
-rw-r--r-- | www/redmine-issue_templates/distinfo | 2 | ||||
-rw-r--r-- | www/redmine-issue_templates/files/patch-Gemfile | 19 | ||||
-rw-r--r-- | www/redmine-issue_templates/pkg-descr | 4 |
5 files changed, 50 insertions, 0 deletions
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 <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" 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 |