diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-02-12 03:06:20 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-02-12 03:06:20 +0800 |
commit | 1c1c25bd08348c3bf0c895356a72655cb0008e9f (patch) | |
tree | 08e08d5a64ab9de6b4805224e77fed9374d76963 /databases/rubygem-do_postgres/Makefile | |
parent | 65bee89ac180ec82d0922789a427d572a1a252ad (diff) | |
download | freebsd-ports-graphics-1c1c25bd08348c3bf0c895356a72655cb0008e9f.tar.gz freebsd-ports-graphics-1c1c25bd08348c3bf0c895356a72655cb0008e9f.tar.zst freebsd-ports-graphics-1c1c25bd08348c3bf0c895356a72655cb0008e9f.zip |
- Update to 0.10.0 and unbreak deps are satisfiable now
PR: ports/143494 [mysql ver]
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
Diffstat (limited to 'databases/rubygem-do_postgres/Makefile')
-rw-r--r-- | databases/rubygem-do_postgres/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/rubygem-do_postgres/Makefile b/databases/rubygem-do_postgres/Makefile index 29c55d460b5..03a37eae112 100644 --- a/databases/rubygem-do_postgres/Makefile +++ b/databases/rubygem-do_postgres/Makefile @@ -6,7 +6,7 @@ # PORTNAME= do_postgres -PORTVERSION= 0.9.11 +PORTVERSION= 0.10.0 CATEGORIES= databases rubygems MASTER_SITES= RUBYFORGE/dorb DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -14,9 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= voldern@hoeggen.net COMMENT= Ruby DataObjects driver for PostgreSQL -RUN_DEPENDS= rubygem-data_objects>=0.9.11:${PORTSDIR}/databases/rubygem-data_objects - -BROKEN= unsatisfiable dependency +RUN_DEPENDS= rubygem-data_objects>=0.10.0:${PORTSDIR}/databases/rubygem-data_objects USE_PGSQL= yes USE_RUBY= yes |