CVS log for ports/www/redmine/Makefile
Up to [FreeBSD] / ports / www / redmine
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Feb 7 19:18:13 2012 UTC (2 days, 7 hours ago) by pgollucci
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
- Update to 1.3.0 - Still broken with rubygems 1.8.x PR: ports/164269 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> With Hat: ruby@
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Dec 17 03:26:22 2011 UTC (7 weeks, 5 days ago) by linimon
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -0 lines
Work around duplicate ruby 1.8/1.9 dependency if RUBY_VER is 1.9. Discussed with: pgollucci
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Dec 2 15:11:43 2011 UTC (2 months, 1 week ago) by decke
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -0 lines
- Mark BROKEN again because the bug in RubyGems 1.8.x is still there undefined method `name' for "daemons":String /usr/local/www/redmine/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:277:in `==' http://rubyforge.org/tracker/index.php?func=detail&aid=29188&group_id=126&atid=575 PR: ports/162994 Reported by: Chris <chris@imagemetrica.com>, Armin Pirkovitsch <armin@frozen-zone.org>, Dirk Meyer <dinoex@FreeBSD.org>, myself Discussed with: miwi Feature safe: yes
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Nov 11 12:16:42 2011 UTC (2 months, 4 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
- set MAINTAINER to ruby Feature safe: yes
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Nov 1 23:55:41 2011 UTC (3 months, 1 week ago) by pgollucci
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +0 -2 lines
- Unmark broken, it works just fine $ cd /var/db/pkg ; ls -1d redmine-1.2.1 ruby1* redmine-1.2.1/ ruby18-gems-1.8.10/ ruby18-iconv-1.8.7.352,1/ ruby18-mysql-2.8.2_1/ ruby18-rmagick-2.13.1_1/ The bug sited in the previous commit http://rubyforge.org/tracker/index.php?func=detail&aid=29188&group_id=126&atid=575 is for rails 2.3.11 and rubygems 1.8.1 neither of which are actually in the ports tree anymore With Hat: ruby@
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Sep 10 15:20:53 2011 UTC (5 months ago) by decke
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
- Pass maintainership to dinoex@ Discussed with: dinoex (on IRC)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Sep 10 15:13:19 2011 UTC (5 months ago) by decke
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -0 lines
- Mark BROKEN because of a bug in RubyGems 1.8.x http://rubyforge.org/tracker/index.php?func=detail&aid=29188&group_id=126&atid=575
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Sep 10 14:18:50 2011 UTC (5 months ago) by decke
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
- Switch Postgresql ruby client dependency to databases/rubygem-pg PR: ports/160587 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Aug 22 20:16:59 2011 UTC (5 months, 2 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -0 lines
- Set required ruby version to 1.8 - Bump PORTREVISION
Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jul 20 18:56:02 2011 UTC (6 months, 3 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
- Update to 1.2.1
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue May 31 14:57:44 2011 UTC (8 months, 1 week ago) by decke
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -6 lines
- Update to 1.2.0 - Remove old hacks for i18n >= 0.5.0 and RubyGems >= 1.5.0
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 30 15:31:00 2011 UTC (9 months, 1 week ago) by decke
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
- Update to 1.1.3
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Mar 17 10:49:42 2011 UTC (10 months, 3 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
- Fix nasty bug in COPYTREE_SHARE line - Bump PORTREVISION Reported by: pointyhat (via pav)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Mar 14 13:23:31 2011 UTC (10 months, 4 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Add fix to work with RubyGems 1.6.x - Bump PORTREVISION RubyGems 1.6.x is incompatible with the bundled rails 2.3.5. It's documented in the RubyGems release notes that "RubyGems no longer requires 'thread'. Rails < 3 will need to add require 'thread' to their applications." PR: ports/155492
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Mar 8 20:53:04 2011 UTC (11 months ago) by decke
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -0 lines
- Improve rc script with alternate user/group - Add USERS/GROUPS - Bump PORTREVISION PR: ports/154909 Submitted by: David Demelier <demelier.david@gmail.com>
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Mar 7 21:29:49 2011 UTC (11 months ago) by decke
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
- Update to 1.1.2 Security: http://www.vuxml.org/freebsd/cf96cd8d-48fb-11e0-98a6-0050569b2d21.html
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Feb 27 09:38:59 2011 UTC (11 months, 1 week ago) by decke
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
- Fix with ruby-gems 1.5.x - Bump PORTREVISION Reported by: Armin Pirkovitsch <armin at frozen-zone dot org> Obtained from: http://www.redmine.org/issues/7516
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jan 31 10:24:12 2011 UTC (12 months, 1 week ago) by decke
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -2 lines
- Update to 1.1.1 Feature safe: yes
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jan 14 13:36:46 2011 UTC (12 months, 3 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +9 -2 lines
- Add fix for incompatibilities with rubygem-i18n >= 0.5.0 - Readd patch to remove i18n check for 0.4.2 - Warn users of 3rd party plugins in UPDATING about possible incompatibilities - Do not install .bak files Feature safe: yes
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jan 12 16:39:54 2011 UTC (12 months, 4 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
- Update to 1.1.0 - Remove non working patch for i18n gem. You need to follow UPDATING now! Feature safe: yes
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Dec 23 14:17:11 2010 UTC (13 months, 2 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
- Update to 1.0.5 Security: http://www.vuxml.org/freebsd/584c506d-0e98-11e0-b59b-0050569b2d21.html
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Nov 29 18:48:27 2010 UTC (14 months, 1 week ago) by decke
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
- Update to 1.0.4
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Nov 1 20:01:44 2010 UTC (15 months, 1 week ago) by decke
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- Update to 1.0.3
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Sep 27 14:08:56 2010 UTC (16 months, 1 week ago) by decke
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
- Update to 1.0.2 - Pet portlint Approved by: beat (co-mentor)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Aug 23 11:25:13 2010 UTC (17 months, 2 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
- Update to 1.0.1 Approved by: beat (co-mentor)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jul 10 08:37:46 2010 UTC (19 months ago) by decke
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
- Update to 0.9.6 Approved by: miwi (mentor) Security: ba61ce15-8a7b-11df-87ec-0050569b2d21
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jun 30 12:33:04 2010 UTC (19 months, 1 week ago) by decke
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
- Update to 0.9.5 - Improve pkg-plist and use @dirrmtry Approved by: miwi (mentor) Feature safe: yes
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed May 26 12:36:31 2010 UTC (20 months, 2 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
- Fix after rack 1.1.0 update - Bump PORTREVISION Discussed with: pgollucci@ Approved by: beat (co-mentor)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 14 18:50:43 2010 UTC (20 months, 3 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +25 -7 lines
- Update to 0.9.4 - Add optional Gantt chart support - Replace mandatory thin dependency with optional thin or Apache/nginx support - Improve pkg-plist PR: 145633 Submitted by: Artem Naluzhnyy <tut (at) nhamon.com.ua> Approved by: beat (co-mentor) Security: http://www.vuxml.org/freebsd/fcc39d22-5777-11df-bf33-001a92771ec2.html
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Apr 1 12:45:37 2010 UTC (22 months, 1 week ago) by decke
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- Change to my FreeBSD email address Approved by: miwi (mentor), beat (co-mentor)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Mar 16 02:02:52 2010 UTC (22 months, 3 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Fix rc.d script. Submitted by: maintainer
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Mar 14 04:07:41 2010 UTC (22 months, 4 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -0 lines
- Add RC script. PR: ports/144299 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 10 12:33:05 2010 UTC (23 months ago) by wen
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Update to 0.9.3 PR: ports/144394 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 22 21:00:26 2010 UTC (23 months, 2 weeks ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -4 lines
- Update to 0.9.2 PR: 143966 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer) Feature safe: yes
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 31 13:19:07 2010 UTC (2 years ago) by miwi
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +15 -2 lines
- Update to 0.9.1 PR: 143399 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 17 23:05:05 2009 UTC (2 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- Update to 0.8.7 PR: 140578 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 13 23:35:22 2009 UTC (2 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
- Update to 0.8.6 PR: 140513 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 18 22:52:34 2009 UTC (2 years, 4 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -8 lines
- Update to 0.8.5 - Removed rails dependency because redmine includes rails 2.1.2 in vendor/ - Added patch for missing redmine version bump to 0.8.5 - Added pkg-message with links to Redmine Install/Upgrade Guide - Makefile improvements PR: 138857 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer) Feature safe: yes
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 23 14:09:24 2009 UTC (2 years, 8 months ago) by miwi
Branches: MAIN
Redmine is a flexible project management web application written using Ruby on Rails framework, it is cross-platform and cross-database. Feature Overview: * Multiple projects support * Flexible role based access control * Flexible issue tracking system * Gantt chart and calendar * News, documents & files management * Feeds & email notifications * Per project wiki * Per project forums * Time tracking * Custom fields for issues, time-entries, projects and users * SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs) * Issue creation via email * Multiple LDAP authentication support * User self-registration support * Multilanguage support * Multiple databases support WWW: http://www.redmine.org/ PR: ports/134663 Submitted by: Bernahrd Froehlich <decke at bluelife.at>
