svn commit: r415155 - in head/www: . redmine-issue_templates redmine-issue_templates/files

Mark Felder feld at FreeBSD.org
Fri May 13 21:09:44 UTC 2016


Author: feld
Date: Fri May 13 21:09:42 2016
New Revision: 415155
URL: https://svnweb.freebsd.org/changeset/ports/415155

Log:
  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

Added:
  head/www/redmine-issue_templates/
  head/www/redmine-issue_templates/Makefile   (contents, props changed)
  head/www/redmine-issue_templates/distinfo   (contents, props changed)
  head/www/redmine-issue_templates/files/
  head/www/redmine-issue_templates/files/patch-Gemfile   (contents, props changed)
  head/www/redmine-issue_templates/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri May 13 20:53:10 2016	(r415154)
+++ head/www/Makefile	Fri May 13 21:09:42 2016	(r415155)
@@ -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

Added: head/www/redmine-issue_templates/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/redmine-issue_templates/Makefile	Fri May 13 21:09:42 2016	(r415155)
@@ -0,0 +1,24 @@
+# Created by: Mark Felder <feld at 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 at 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"

Added: head/www/redmine-issue_templates/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/redmine-issue_templates/distinfo	Fri May 13 21:09:42 2016	(r415155)
@@ -0,0 +1,2 @@
+SHA256 (redmine_issue_templates-0.1.1.zip) = caf6e068b4f6bf3a42232d24bc0def39abacfd2e28006c4c075ad532f7ee8222
+SIZE (redmine_issue_templates-0.1.1.zip) = 74959

Added: head/www/redmine-issue_templates/files/patch-Gemfile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/redmine-issue_templates/files/patch-Gemfile	Fri May 13 21:09:42 2016	(r415155)
@@ -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

Added: head/www/redmine-issue_templates/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/redmine-issue_templates/pkg-descr	Fri May 13 21:09:42 2016	(r415155)
@@ -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


More information about the svn-ports-all mailing list