diff options
author | taca <taca> | 2014-03-13 18:17:12 +0000 |
---|---|---|
committer | taca <taca> | 2014-03-13 18:17:12 +0000 |
commit | f6ebd985b53bfa416092d5008bba84374ba79a9d (patch) | |
tree | 7cdfc48f62a052672eedc1ffeb04ea20c2b7f027 /databases/ruby-do_postgres | |
parent | fd5ab517840cbd74bf530dcec9f9ef80f1655b62 (diff) | |
download | pkgsrc-f6ebd985b53bfa416092d5008bba84374ba79a9d.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')
-rw-r--r-- | databases/ruby-do_postgres/Makefile | 6 | ||||
-rw-r--r-- | databases/ruby-do_postgres/PLIST | 3 | ||||
-rw-r--r-- | databases/ruby-do_postgres/distinfo | 8 |
3 files changed, 9 insertions, 8 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 diff --git a/databases/ruby-do_postgres/PLIST b/databases/ruby-do_postgres/PLIST index fef963d9132..c484b1bab42 100644 --- a/databases/ruby-do_postgres/PLIST +++ b/databases/ruby-do_postgres/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/17 17:13:07 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/03/13 18:17:12 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_EXTSDIR}/do_postgres/do_postgres.${RUBY_DLEXT} ${GEM_LIBDIR}/ChangeLog.markdown ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.markdown diff --git a/databases/ruby-do_postgres/distinfo b/databases/ruby-do_postgres/distinfo index 9652dea5671..cf56a2b32c5 100644 --- a/databases/ruby-do_postgres/distinfo +++ b/databases/ruby-do_postgres/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2013/06/16 14:29:07 taca Exp $ +$NetBSD: distinfo,v 1.7 2014/03/13 18:17:12 taca Exp $ -SHA1 (do_postgres-0.10.13.gem) = 310021c5d3981fe2d07adef4c5cb9e2c042c2798 -RMD160 (do_postgres-0.10.13.gem) = 60dc89a8af863c4a49c58df235e07218346a2c98 -Size (do_postgres-0.10.13.gem) = 31744 bytes +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 |