Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2018 17:50:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   [Bug 232539] www/redmine: does not work with POSTGRESQL
Message-ID:  <bug-232539-21402@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232539

            Bug ID: 232539
           Summary: www/redmine: does not work with POSTGRESQL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ruby@FreeBSD.org
          Reporter: cedric@precidata.com
             Flags: maintainer-feedback?(ruby@FreeBSD.org)
          Assignee: ruby@FreeBSD.org

Following patch is needed, or redmine will use an unsupported rubygem-pg.

Index: Makefile
===================================================================
--- Makefile    (revision 476463)
+++ Makefile    (working copy)
@@ -54,7 +54,7 @@
 NO_OPTIONS_SORT=       yes

 MYSQL_RUN_DEPENDS=     rubygem-mysql2>=0.4.6:databases/rubygem-mysql2
-POSTGRESQL_RUN_DEPENDS=        rubygem-pg>=0.18.1:databases/rubygem-pg
+POSTGRESQL_RUN_DEPENDS=        rubygem-pg018>=0.18.1:databases/rubygem-pg018
 MARKDOWN_RUN_DEPENDS=  rubygem-redcarpet>=3.4.0:textproc/rubygem-redcarpet
 RMAGIC_RUN_DEPENDS=    rubygem-rmagick>=2.14.0:graphics/rubygem-rmagick
 THIN_RUN_DEPENDS=      rubygem-thin>=1.6.2:www/rubygem-thin
Index: files/pg.rb
===================================================================
--- files/pg.rb (revision 476463)
+++ files/pg.rb (working copy)
@@ -1 +1 @@
-gem "pg", ">= 0.18.1"
+gem "pg", "~> 0.18.1"

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

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