Bug 160587 - [patch] www/redmine fix postgresql
Summary: [patch] www/redmine fix postgresql
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-09 13:00 UTC by dirk.meyer
Modified: 2011-09-10 15:20 UTC (History)
0 users

See Also:


Attachments
file.diff (496 bytes, patch)
2011-09-09 13:00 UTC, dirk.meyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dirk.meyer 2011-09-09 13:00:19 UTC
	ruby-pg is depreateced
	rubygem-pg is the replacement

	I verfied that redmine-0.8.7 works
	with rubygem-pg-0.11.0

Fix: Apply this patch:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-09 13:00:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-10 15:18:59 UTC
decke       2011-09-10 14:18:50 UTC

  FreeBSD ports repository

  Modified files:
    www/redmine          Makefile 
  Log:
  - Switch Postgresql ruby client dependency to databases/rubygem-pg
  
  PR:             ports/160587
  Submitted by:   Dirk Meyer <dirk.meyer@dinoex.sub.org>
  
  Revision  Changes    Path
  1.32      +1 -1      ports/www/redmine/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Bernhard Froehlich freebsd_committer freebsd_triage 2011-09-10 15:19:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!