diff options
author | recht <recht@pkgsrc.org> | 2004-03-12 22:14:20 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-12 22:14:20 +0000 |
commit | e110eaadba1d25ae1b3f53c6c887fa67e1eb42cf (patch) | |
tree | cd48bbb02300f7db8db56e84dee66ae5a263d619 /textproc/postgresql-autodoc/Makefile | |
parent | 037f071e8934272224d83def31668d10cca7f5f0 (diff) | |
download | pkgsrc-e110eaadba1d25ae1b3f53c6c887fa67e1eb42cf.tar.gz |
update to 1.21
1.21
* Fix output for 7.2 in regards to indexes. ( Rod)
* Correct a configure issue with some non-standard versions of Bash. ( Rod)
1.20
* Use View heading for views rather than calling them tables. ( Andrew)
* Add an option to specify the template location during execution. ( Andrew)
* Add an option to specify a specific output type, rather than
receiving all possible types. ( Andrew)
* Display limited function information in HTML and DocBook output formats.
( Andrew, Rod)
* Output limited information about non-unique table indexes in DocBook
output. Unique indexes are already displayed as constraint output. ( Rod)
Diffstat (limited to 'textproc/postgresql-autodoc/Makefile')
-rw-r--r-- | textproc/postgresql-autodoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/postgresql-autodoc/Makefile b/textproc/postgresql-autodoc/Makefile index 059d2938f68..0bc2b1e5ae5 100644 --- a/textproc/postgresql-autodoc/Makefile +++ b/textproc/postgresql-autodoc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/01/24 15:13:20 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/12 22:14:20 recht Exp $ # -DISTNAME= postgresql_autodoc-1.12 +DISTNAME= postgresql_autodoc-1.21 CATEGORIES= textproc databases MASTER_SITES= http://www.rbt.ca/autodoc/binaries/ |