diff options
author | taca <taca@pkgsrc.org> | 2014-03-13 18:17:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-03-13 18:17:12 +0000 |
commit | 70d34920886486ceb6aa278b1f5d019e02f3fef5 (patch) | |
tree | 7cdfc48f62a052672eedc1ffeb04ea20c2b7f027 /databases/ruby-do_postgres/Makefile | |
parent | 9163f3616ad7d6361cef91a2a9abf8ad174da9e3 (diff) | |
download | pkgsrc-70d34920886486ceb6aa278b1f5d019e02f3fef5.tar.gz |
Update ruby-do_postgres to 0.10.14.
## 0.10.14 2014-02-13
* Don't do DNS lookup in transaction loading
* Set datestyle to ISO
Diffstat (limited to 'databases/ruby-do_postgres/Makefile')
-rw-r--r-- | databases/ruby-do_postgres/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/ruby-do_postgres/Makefile b/databases/ruby-do_postgres/Makefile index eb6ead546e6..3a0844944c7 100644 --- a/databases/ruby-do_postgres/Makefile +++ b/databases/ruby-do_postgres/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2014/03/13 11:08:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2014/03/13 18:17:12 taca Exp $ -DISTNAME= do_postgres-0.10.13 +DISTNAME= do_postgres-0.10.14 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.13<0.11:../../databases/ruby-data_objects +DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.14<0.11:../../databases/ruby-data_objects USE_GCC_RUNTIME= yes |