summaryrefslogtreecommitdiff
path: root/databases/ruby-do_postgres/Makefile
diff options
context:
space:
mode:
authortaca <taca>2013-06-16 14:29:07 +0000
committertaca <taca>2013-06-16 14:29:07 +0000
commit912762f714f6fca5c06d47f53a531b39378725e9 (patch)
treec1a554fff300a5afe61883b8c5b9eeaf06e79f58 /databases/ruby-do_postgres/Makefile
parent79aaaca0311a38b25539a9da7b75fdcee343b2a4 (diff)
downloadpkgsrc-912762f714f6fca5c06d47f53a531b39378725e9.tar.gz
Update Ruby DataObjects to 0.10.13.
## 0.10.13 2013-05-27 * Create binaries for Ruby 2.0 on Windows * Fix segfault in do_postgres * Fix compilation of do_oracle for Ruby 2.0
Diffstat (limited to 'databases/ruby-do_postgres/Makefile')
-rw-r--r--databases/ruby-do_postgres/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/ruby-do_postgres/Makefile b/databases/ruby-do_postgres/Makefile
index 051efa6fe60..f463b0078a0 100644
--- a/databases/ruby-do_postgres/Makefile
+++ b/databases/ruby-do_postgres/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2013/02/13 15:14:04 taca Exp $
+# $NetBSD: Makefile,v 1.7 2013/06/16 14:29:07 taca Exp $
-DISTNAME= do_postgres-0.10.12
+DISTNAME= do_postgres-0.10.13
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,7 +8,7 @@ HOMEPAGE= http://dataobjects.info/
COMMENT= PostgreSQL driver for DataObjects
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.7<0.11:../../databases/ruby-data_objects
+DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.13<0.11:../../databases/ruby-data_objects
.include "../../lang/ruby/gem.mk"
.include "../../mk/pgsql.buildlink3.mk"