diff options
author | mjl <mjl@pkgsrc.org> | 2002-11-26 22:20:36 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-11-26 22:20:36 +0000 |
commit | 0f73c37be23fb5de31d75cb0947b7ed3432b887f (patch) | |
tree | f33fa852e78001b7decb5716ddafb7d0208a56e3 /textproc | |
parent | 6a8297a010098b4c6698fcf555e3e9fe3b257931 (diff) | |
download | pkgsrc-0f73c37be23fb5de31d75cb0947b7ed3432b887f.tar.gz |
Update postgresql_autodoc to 1.01
* Found the Dia bug which causes the crash. Workaround applied.
Databases using multi-key foreign keys, or multi-key unique /
primary key constraints are now loadable.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/postgresql-autodoc/Makefile | 4 | ||||
-rw-r--r-- | textproc/postgresql-autodoc/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/postgresql-autodoc/Makefile b/textproc/postgresql-autodoc/Makefile index e06a27a3e28..2e0cab0516f 100644 --- a/textproc/postgresql-autodoc/Makefile +++ b/textproc/postgresql-autodoc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/09/06 00:24:56 mjl Exp $ +# $NetBSD: Makefile,v 1.3 2002/11/26 22:20:36 mjl Exp $ # -VERS= 1.00 +VERS= 1.01 DISTNAME= postgresql_autodoc-${VERS} CATEGORIES= textproc database MASTER_SITES= http://www.rbt.ca/autodoc/ diff --git a/textproc/postgresql-autodoc/distinfo b/textproc/postgresql-autodoc/distinfo index 4a7a42bf47c..9677490e75d 100644 --- a/textproc/postgresql-autodoc/distinfo +++ b/textproc/postgresql-autodoc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/09/06 00:24:57 mjl Exp $ +$NetBSD: distinfo,v 1.3 2002/11/26 22:20:37 mjl Exp $ -SHA1 (postgresql_autodoc-1.00.tar.gz) = c1911c4a695c1151c2a3af2843f67f30759117ee -Size (postgresql_autodoc-1.00.tar.gz) = 13035 bytes +SHA1 (postgresql_autodoc-1.01.tar.gz) = cbead8966027d599bf480c2e305ccca1b857ac7f +Size (postgresql_autodoc-1.01.tar.gz) = 13047 bytes |