From owner-svn-ports-head@freebsd.org Fri May 13 12:56:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0740FB394E0; Fri, 13 May 2016 12:56:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1B581A91; Fri, 13 May 2016 12:56:03 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4DCu22a046797; Fri, 13 May 2016 12:56:02 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4DCu2jT046793; Fri, 13 May 2016 12:56:02 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201605131256.u4DCu2jT046793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 13 May 2016 12:56:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415106 - in head/www: . redmine-stuff_to_do X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2016 12:56:04 -0000 Author: feld Date: Fri May 13 12:56:02 2016 New Revision: 415106 URL: https://svnweb.freebsd.org/changeset/ports/415106 Log: The Stuff To Do plugin allows a user to order and prioritize the issues they are doing into a specific order. WWW: https://github.com/ande3577/redmine-stuff-to-do-plugin Added: head/www/redmine-stuff_to_do/ head/www/redmine-stuff_to_do/Makefile (contents, props changed) head/www/redmine-stuff_to_do/distinfo (contents, props changed) head/www/redmine-stuff_to_do/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri May 13 12:51:44 2016 (r415105) +++ head/www/Makefile Fri May 13 12:56:02 2016 (r415106) @@ -1836,6 +1836,7 @@ SUBDIR += redmine-http-auth SUBDIR += redmine-qa_contact SUBDIR += redmine-sidebar_hide + SUBDIR += redmine-stuff_to_do SUBDIR += rejik SUBDIR += rekonq SUBDIR += reportmagic Added: head/www/redmine-stuff_to_do/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/redmine-stuff_to_do/Makefile Fri May 13 12:56:02 2016 (r415106) @@ -0,0 +1,24 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= stuff_to_do +PORTVERSION= 0.0.20140819 +CATEGORIES= www +PKGNAMEPREFIX= redmine- +DISTVERSIONPREFIX=v + +MAINTAINER= feld@FreeBSD.org +COMMENT= Redmine Stuff To Do plugin + +LICENSE= GPLv2 + +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= ande3577 +GH_PROJECT= redmine-stuff-to-do-plugin +GH_TAGNAME= 9e548cf + +REDMINE_PLUGIN_NAME= ${PORTNAME}_plugin + +.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk" Added: head/www/redmine-stuff_to_do/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/redmine-stuff_to_do/distinfo Fri May 13 12:56:02 2016 (r415106) @@ -0,0 +1,2 @@ +SHA256 (ande3577-redmine-stuff-to-do-plugin-v0.0.20140819-9e548cf_GH0.tar.gz) = ea7e9afc7dea465107b3bcb1fc319a0efd6f1e0e7d1ff6a0784a642553e3c3a5 +SIZE (ande3577-redmine-stuff-to-do-plugin-v0.0.20140819-9e548cf_GH0.tar.gz) = 782497 Added: head/www/redmine-stuff_to_do/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/redmine-stuff_to_do/pkg-descr Fri May 13 12:56:02 2016 (r415106) @@ -0,0 +1,4 @@ +The Stuff To Do plugin allows a user to order and prioritize the issues +they are doing into a specific order. + +WWW: https://github.com/ande3577/redmine-stuff-to-do-plugin