1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

www/redmine: Fix PostgreSQL option

PR:		232539
Submitted by:	cedric <cedric@precidata.com>
This commit is contained in:
Steve Wills 2018-12-09 20:02:31 +00:00
parent c4c8bc0847
commit 0403379f1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487077
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= redmine
PORTVERSION= 3.4.6
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://www.redmine.org/releases/
@ -54,7 +55,7 @@ MYSQL_DESC= MySQL database support (via mysql2 rubygem)
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

View File

@ -1 +1 @@
gem "pg", ">= 0.18.1"
gem "pg", "~> 0.18.1"