FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 12:58 AM BST
Port details
redmine 1.3.1 www on this many watch lists=7 search for ports that depend on this port An older version of this port was marked as vulnerable.
Broken BROKEN: Does not work with RubyGems 1.8
Ignore IGNORE: is marked as broken: Does not work with RubyGems 1.8
A flexible project management web application
Maintained by: ruby@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 May 2009 14:09:59
License: not specified in port


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/ruby18, converters/ruby-iconv, devel/rubygem-rake
Required To Run: www/rubygem-rack, devel/rubygem-rubytree, devel/rubygem-i18n, lang/ruby18, converters/ruby-iconv, databases/ruby-mysql, graphics/ruby-rmagick, www/rubygem-thin
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/redmine/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
===> The following configuration options are available for redmine-1.3.1:
     MYSQL=on (default) "Enable MySQL support"
     POSTGRESQL=off (default) "Enable PostgreSQL support"
     RMAGIC=on (default) "Enable Gantt charts support"
     THIN=on (default) "Use Thin WEB server"
     PASSENGER=off (default) "Use Apache/Nginx WEB server"
===> Use 'make config' to modify these settings

Master Sites:
http://files.rubyforge.vm.bytemark.co.uk/redmine/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-01-11
    Affects: users of www/redmine
    Author: decke@FreeBSD.org
    Reason: 
      If you use 3rd party plugins that are incompatible with i18n >= 0.5.0
      (eg. variables in yml files as {{variable}}) then you need to
      install an older i18n version manually.
    
      # gem install -v=0.4.2 i18n
    
      Then upgrade the database as usual:
    
      # rake db:migrate RAILS_ENV=production
    
    

  • 2009-11-18
    Affects: users of www/redmine
    Author: Bernhard Froehlich <decke@bluelife.at>
    Reason: 
      After the upgrade you need to generate a session secret before restarting
      the application.  This is to protect you from cross-site request forgery.
      From your Redmine directory, simply run the following command once:
    
    	# rake config/initializers/session_store.rb
    
      then upgrade as usual:
    
    	# rake db:migrate RAILS_ENV=production
    
    

Number of commits found: 45

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
11 Feb 2012 22:34:48
Original commit files touched by this commit  1.3.1
pgollucci search for other commits by this committer
- Update to 1.3.1
- Still BROKEN w/ devel/ruby-gems

PR:             ports/164952
Submitted by:   Mikhail T. <m.tsatsenko@gmail.com>
With Hat:       ruby@
08 Feb 2012 22:50:46
Original commit files touched by this commit  1.3.0
pgollucci search for other commits by this committer
- remove 0 byte file
07 Feb 2012 19:18:13
Original commit files touched by this commit  1.3.0
pgollucci search for other commits by this committer
- 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@
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.2.1_1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
17 Dec 2011 03:26:22
Original commit files touched by this commit  1.2.1_1
linimon search for other commits by this committer
Work around duplicate ruby 1.8/1.9 dependency if RUBY_VER is 1.9.

Discussed with:         pgollucci
02 Dec 2011 15:11:43
Original commit files touched by this commit  1.2.1_1
decke search for other commits by this committer
- 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
11 Nov 2011 12:16:42
Original commit files touched by this commit  1.2.1_1
dinoex search for other commits by this committer
- set MAINTAINER to ruby
Feature safe:   yes
01 Nov 2011 23:55:41
Original commit files touched by this commit  1.2.1_1
pgollucci search for other commits by this committer
- 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@
10 Sep 2011 15:20:53
Original commit files touched by this commit  1.2.1_1
decke search for other commits by this committer
- Pass maintainership to dinoex@

Discussed with: dinoex (on IRC)
10 Sep 2011 15:13:19
Original commit files touched by this commit  1.2.1_1
decke search for other commits by this committer
- 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
10 Sep 2011 14:18:50
Original commit files touched by this commit  1.2.1_1
decke search for other commits by this committer
- Switch Postgresql ruby client dependency to databases/rubygem-pg

PR:             ports/160587
Submitted by:   Dirk Meyer <dirk.meyer@dinoex.sub.org>
22 Aug 2011 20:16:59
Original commit files touched by this commit  1.2.1_1
decke search for other commits by this committer
- Set required ruby version to 1.8
- Bump PORTREVISION
20 Jul 2011 18:56:02
Original commit files touched by this commit  1.2.1
decke search for other commits by this committer
- Update to 1.2.1
31 May 2011 14:57:44
Original commit files touched by this commit  1.2.0
decke search for other commits by this committer
- Update to 1.2.0
- Remove old hacks for i18n >= 0.5.0 and RubyGems >= 1.5.0
30 Apr 2011 15:31:00
Original commit files touched by this commit  1.1.3
decke search for other commits by this committer
- Update to 1.1.3
18 Mar 2011 14:07:06
Original commit files touched by this commit  1.1.2_3
decke search for other commits by this committer
- Improve fix to work with RubyGems 1.6.x

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
Reported by:    Thomas Sandford <freebsduser@paradisegreen.co.uk>
Thanks to:      Thomas Sandford <freebsduser@paradisegreen.co.uk>
17 Mar 2011 10:49:42
Original commit files touched by this commit  1.1.2_3
decke search for other commits by this committer
- Fix nasty bug in COPYTREE_SHARE line
- Bump PORTREVISION

Reported by:    pointyhat (via pav)
14 Mar 2011 13:23:31
Original commit files touched by this commit  1.1.2_2
decke search for other commits by this committer
- 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
08 Mar 2011 20:53:05
Original commit files touched by this commit  1.1.2_1
decke search for other commits by this committer
- Improve rc script with alternate user/group
- Add USERS/GROUPS
- Bump PORTREVISION

PR:             ports/154909
Submitted by:   David Demelier <demelier.david@gmail.com>
07 Mar 2011 21:29:49
Original commit files touched by this commit  1.1.2
decke search for other commits by this committer
- Update to 1.1.2

Security:      
http://www.vuxml.org/freebsd/cf96cd8d-48fb-11e0-98a6-0050569b2d21.html
27 Feb 2011 09:39:00
Original commit files touched by this commit  1.1.1_1
 This port version is marked as vulnerable.
decke search for other commits by this committer
- 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
31 Jan 2011 10:24:12
Original commit files touched by this commit  1.1.1
 This port version is marked as vulnerable.
decke search for other commits by this committer
- Update to 1.1.1

Feature safe:   yes
14 Jan 2011 13:36:47
Original commit files touched by this commit  1.1.0_1
 This port version is marked as vulnerable.
decke search for other commits by this committer
- 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
12 Jan 2011 16:39:54
Original commit files touched by this commit  1.1.0
 This port version is marked as vulnerable.
decke search for other commits by this committer
- Update to 1.1.0
- Remove non working patch for i18n gem. You need to follow UPDATING now!

Feature safe:   yes
23 Dec 2010 14:17:11
Original commit files touched by this commit  1.0.5
 This port version is marked as vulnerable.
decke search for other commits by this committer
- Update to 1.0.5

Security:      
http://www.vuxml.org/freebsd/584c506d-0e98-11e0-b59b-0050569b2d21.html
29 Nov 2010 18:48:28
Original commit files touched by this commit  1.0.4
 This port version is marked as vulnerable.
decke search for other commits by this committer
- Update to 1.0.4
26 Nov 2010 13:53:56
Original commit files touched by this commit  1.0.3
 This port version is marked as vulnerable.
rea search for other commits by this committer
New port: www/redmine-http-auth

Plugin for doing HTTP-based authentication in Redmine.  Also contains
the generic module, bsd.redmine.mk, for making Redmine plugins.

Reviewed by: decke
Approved by: garga (mentor)
PR: ports/150507
01 Nov 2010 20:01:44
Original commit files touched by this commit  1.0.3
 This port version is marked as vulnerable.
decke search for other commits by this committer
- Update to 1.0.3
27 Sep 2010 14:08:56
Original commit files touched by this commit  1.0.2
 This port version is marked as vulnerable.
decke search for other commits by this committer
- Update to 1.0.2
- Pet portlint

Approved by:    beat (co-mentor)
23 Aug 2010 11:25:13
Original commit files touched by this commit  1.0.1
 This port version is marked as vulnerable.
decke search for other commits by this committer
- Update to 1.0.1

Approved by:    beat (co-mentor)
10 Jul 2010 08:37:46
Original commit files touched by this commit  0.9.6
 This port version is marked as vulnerable.
decke search for other commits by this committer
- Update to 0.9.6

Approved by:    miwi (mentor)
Security:       ba61ce15-8a7b-11df-87ec-0050569b2d21
30 Jun 2010 12:33:05
Original commit files touched by this commit  0.9.5
 This port version is marked as vulnerable.
decke search for other commits by this committer
- Update to 0.9.5
- Improve pkg-plist and use @dirrmtry

Approved by:    miwi (mentor)
Feature safe:   yes
26 May 2010 12:36:32
Original commit files touched by this commit  0.9.4_1
 This port version is marked as vulnerable.
decke search for other commits by this committer
- Fix after rack 1.1.0 update
- Bump PORTREVISION

Discussed with: pgollucci@
Approved by:    beat (co-mentor)
14 May 2010 18:50:43
Original commit files touched by this commit  0.9.4
 This port version is marked as vulnerable.
decke search for other commits by this committer
- 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
01 Apr 2010 12:45:37
Original commit files touched by this commit  0.9.3_2
 This port version is marked as vulnerable.
decke search for other commits by this committer
- Change to my FreeBSD email address

Approved by:    miwi (mentor), beat (co-mentor)
16 Mar 2010 02:02:52
Original commit files touched by this commit  0.9.3_2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Fix rc.d script.

Submitted by:   maintainer
14 Mar 2010 21:14:23
Original commit files touched by this commit  0.9.3_1
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Tune up the script a bit:
1. Add a $FreeBSD$
2. Change REQUIRE: DAEMON to LOGIN since this service runs as a non-root user
3. Fill in /etc/rc.subr
4. Instead of a temporary variable, just SUB out %%WWWDIR%% everywhere
5. Move the -u and -g options to command_args
6. Don't include _flags in command_args

Approved by:    maintainer
14 Mar 2010 04:07:41
Original commit files touched by this commit  0.9.3_1
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Add RC script.

PR:             ports/144299
Submitted by:   Bernhard Froehlich <decke@bluelife.at> (maintainer)
10 Mar 2010 12:33:05
Original commit files touched by this commit  0.9.3
 This port version is marked as vulnerable.
wen search for other commits by this committer
- Update to 0.9.3

PR:             ports/144394
Submitted by:   Bernhard Froehlich <decke@bluelife.at> (maintainer)
22 Feb 2010 21:00:26
Original commit files touched by this commit  0.9.2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 0.9.2

PR:             143966
Submitted by:   Bernhard Froehlich <decke@bluelife.at> (maintainer)
Feature safe:   yes
31 Jan 2010 13:19:07
Original commit files touched by this commit  0.9.1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 0.9.1

PR:             143399
Submitted by:   Bernhard Froehlich <decke@bluelife.at> (maintainer)
17 Nov 2009 23:05:05
Original commit files touched by this commit  0.8.7
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 0.8.7

PR:             140578
Submitted by:   Bernhard Froehlich <decke@bluelife.at> (maintainer)
13 Nov 2009 23:35:22
Original commit files touched by this commit  0.8.6
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 0.8.6

PR:             140513
Submitted by:   Bernhard Froehlich <decke@bluelife.at> (maintainer)
18 Sep 2009 22:52:35
Original commit files touched by this commit  0.8.5
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- 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
23 May 2009 14:09:24
Original commit files touched by this commit  0.8.4
 This port version is marked as vulnerable.
miwi search for other commits by this committer
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 45

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.412 seconds.