diff options
author | taca <taca@pkgsrc.org> | 2015-02-17 14:49:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-17 14:49:10 +0000 |
commit | d5def5bf88d8890fd2469a0d3fca7ab8fead775f (patch) | |
tree | d277a6897526325e832dd63bfae4885bab404b6b | |
parent | 6bc84fe44cfcc5761d2cefb936d0f6442314b518 (diff) | |
download | pkgsrc-d5def5bf88d8890fd2469a0d3fca7ab8fead775f.tar.gz |
Update ruby-do_mysql to 0.10.15.
## 0.10.15 2015-02-15
* Ruby 2.2 support
* utf8mb4 support on do\_mysql
* Windows support on 2.1.x and 2.2.x
-rw-r--r-- | databases/ruby-do_postgres/Makefile | 6 | ||||
-rw-r--r-- | databases/ruby-do_postgres/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/ruby-do_postgres/Makefile b/databases/ruby-do_postgres/Makefile index 3a0844944c7..f214e4abb85 100644 --- a/databases/ruby-do_postgres/Makefile +++ b/databases/ruby-do_postgres/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2014/03/13 18:17:12 taca Exp $ +# $NetBSD: Makefile,v 1.10 2015/02/17 14:49:10 taca Exp $ -DISTNAME= do_postgres-0.10.14 +DISTNAME= do_postgres-0.10.15 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.14<0.11:../../databases/ruby-data_objects +DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.15<0.11:../../databases/ruby-data_objects USE_GCC_RUNTIME= yes diff --git a/databases/ruby-do_postgres/distinfo b/databases/ruby-do_postgres/distinfo index cf56a2b32c5..969ded07e34 100644 --- a/databases/ruby-do_postgres/distinfo +++ b/databases/ruby-do_postgres/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2014/03/13 18:17:12 taca Exp $ +$NetBSD: distinfo,v 1.8 2015/02/17 14:49:10 taca Exp $ -SHA1 (do_postgres-0.10.14.gem) = e39db025a8b84de1d1cb9efab5c0a09dc53efe3b -RMD160 (do_postgres-0.10.14.gem) = bdad023f6e265ed743e24746e97db14e916b4ab3 -Size (do_postgres-0.10.14.gem) = 31744 bytes +SHA1 (do_postgres-0.10.15.gem) = 31d9357bf3cbad5a215dfe3d103f6a7d25c34fc8 +RMD160 (do_postgres-0.10.15.gem) = 7a73fdc94491df831bf066210e2cc9c17d30b3b4 +Size (do_postgres-0.10.15.gem) = 31744 bytes |