Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 04:04:56 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pgollucci@FreeBSD.org
Subject:   ports/179389: [PATCH] www/redmine-backlogs: update to 1.0.2
Message-ID:  <201306070404.r5744u0l011648@meatwad.mouf.net>
Resent-Message-ID: <201306070410.r574A0oj016581@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179389
>Category:       ports
>Synopsis:       [PATCH] www/redmine-backlogs: update to 1.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 07 04:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r251046: Tue May 28 22:52:00 UTC
>Description:
- Update to 1.0.2

Port maintainer (pgollucci@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- redmine-backlogs-1.0.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 320144)
+++ Makefile	(working copy)
@@ -1,28 +1,25 @@
-# New ports collection makefile for:	redmine-backlogs
-# Date created:		2011-11-01
-# Whom:			Philip M. Gollucci <pgollucci@p6m7g8.com>
-#
+# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
 # $FreeBSD$
-#
 
 PORTNAME=	backlogs
-PORTVERSION=	0.6.16
-PORTREVISION=	1
+PORTVERSION=	1.0.2
 CATEGORIES=	www
-MASTER_SITES=	http://people.freebsd.org/~pgollucci/ \
-		LOCAL/pgollucci
 
 MAINTAINER=	pgollucci@FreeBSD.org
 COMMENT=	Agile plugin for Redmine
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	backlogs
+GH_PROJECT=	redmine_backlogs
+GH_COMMIT=	1e4f1af
+GH_TAGNAME=	v${PORTVERSION}
+
 RUN_DEPENDS+=	rubygem-icalendar>=0.4.2:${PORTSDIR}/devel/rubygem-icalendar \
 		rubygem-prawn>=0:${PORTSDIR}/print/rubygem-prawn \
-		rubygem-holidays>=0:${PORTSDIR}/devel/rubygem-holidays \
+		rubygem-holidays>=1.0.3:${PORTSDIR}/devel/rubygem-holidays \
 		rubygem-open-uri-cached>=0:${PORTSDIR}/net/rubygem-open-uri-cached \
 		rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri
 
-WRKSRC=	${WRKDIR}/relaxdiego-redmine_backlogs-061c9ac
-
 REDMINE_PLUGIN_NAME=	redmine_backlogs
 
 .include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"
Index: distinfo
===================================================================
--- distinfo	(revision 320144)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (backlogs-0.6.16.tar.gz) = 7749e79fa8f03d88d0e29f0c1b8c07acf1d16e0e8af0e6848614d350ca774fe9
-SIZE (backlogs-0.6.16.tar.gz) = 6062357
+SHA256 (backlogs-1.0.2.tar.gz) = b977715c7d84ea22768a36368a9298b956a6b0027289eea800f9cd2ba43f652d
+SIZE (backlogs-1.0.2.tar.gz) = 6624715
Index: files/patch-Gemfile
===================================================================
--- files/patch-Gemfile	(revision 0)
+++ files/patch-Gemfile	(working copy)
@@ -0,0 +1,59 @@
+--- Gemfile.orig	2013-06-07 03:50:59.578135079 +0000
++++ Gemfile	2013-06-07 03:51:08.336134703 +0000
+@@ -16,56 +16,3 @@
+ gem 'json'
+ gem "system_timer" if RUBY_VERSION =~ /^1\.8\./ && RUBY_PLATFORM =~ /darwin|linux/
+ 
+-group :development do
+-  gem "inifile"
+-end
+-
+-group :test do
+-  gem 'chronic'
+-  gem 'ZenTest', "=4.5.0" # 4.6.0 has a nasty bug that breaks autotest
+-  gem 'autotest-rails'
+-  if RAILS_VERSION_IS_3
+-    unless chiliproject
+-      gem 'capybara', "~> 1.1" if ENV['IN_RBL_TESTENV'] == 'true' # redmine 2.3 conflicts
+-      gem "faye-websocket", "~>0.4.7"
+-      gem "poltergeist", "~>1.0"
+-    end
+-    gem 'cucumber-rails'
+-    gem "culerity"
+-  else
+-    unless chiliproject
+-      gem "capybara", "~>1.1.0"
+-      gem "poltergeist", "~>0.6.0"
+-    end
+-    gem "cucumber", "=1.1.0"
+-    gem 'cucumber-rails2', "~> 0.3.5"
+-    gem "culerity", "=0.2.15"
+-  end
+-  gem "database_cleaner"
+-  if RAILS_VERSION_IS_3
+-    gem "gherkin", "~> 2.6"
+-  else
+-    gem "gherkin", "~> 2.5.0"
+-  end
+-  gem "redgreen" if RUBY_VERSION < "1.9"
+-  if RAILS_VERSION_IS_3
+-    gem "rspec", '~>2.11.0'
+-    gem "rspec-rails", '~> 2.11.0'
+-  else
+-    gem "rspec", "=1.3.1"
+-    gem "rspec-rails", "=1.3.3"
+-  end
+-  if RUBY_VERSION >= "1.9"
+-    gem "simplecov", "~>0.6"
+-  else
+-    gem "rcov",  "=0.9.11"
+-  end
+-  gem "ruby-prof", :platforms => [:ruby]
+-  gem "spork"
+-  gem "test-unit", "=1.2.3" if RUBY_VERSION >= "1.9" and ENV['IN_RBL_TESTENV'] == 'true'
+-  gem "timecop", '~> 0.3.5'
+-end
+-
+-# moved out of the dev group so backlogs can be tested by the user after install. Too many issues of weird setups with apache, nginx, etc.
+-# thin doesn't work for jruby
+-gem "thin", :platforms => [:ruby]

Property changes on: files/patch-Gemfile
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
--- redmine-backlogs-1.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306070404.r5744u0l011648>