FreeBSD Bugzilla – Attachment 134684 Details for
Bug 179389
[PATCH] www/redmine-backlogs: update to 1.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
redmine-backlogs-1.0.2.patch
redmine-backlogs-1.0.2.patch (text/plain), 3.92 KB, created by
Steve Wills
on 2013-06-07 05:10:00 UTC
(
hide
)
Description:
redmine-backlogs-1.0.2.patch
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2013-06-07 05:10:00 UTC
Size:
3.92 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 179389
: 134684