diff options
author | obache <obache@pkgsrc.org> | 2012-08-02 05:53:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-08-02 05:53:40 +0000 |
commit | 21477b67f3d857409c40c63f43fdc7cde76529ab (patch) | |
tree | eef299cbf26dc6fac91aa4f6553be004540dfa14 /doc/guide | |
parent | 5d235cfc5336c5f42c78240ea12074468f2857e4 (diff) | |
download | pkgsrc-21477b67f3d857409c40c63f43fdc7cde76529ab.tar.gz |
Update postgresql version information.
XXX: bare version numbers should not be in here, described with
XXX: PGSQL_VERSION_DEFAULT/PGSQL_VERSIONS_ACCEPTED instead.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/buildlink.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/buildlink.xml b/doc/guide/files/buildlink.xml index 87707bbbdfa..9d3605f0a67 100644 --- a/doc/guide/files/buildlink.xml +++ b/doc/guide/files/buildlink.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: buildlink.xml,v 1.28 2011/08/30 15:21:46 wiz Exp $ --> +<!-- $NetBSD: buildlink.xml,v 1.29 2012/08/02 05:53:40 obache Exp $ --> <chapter id="buildlink"> <title>Buildlink methodology</title> @@ -132,7 +132,7 @@ BUILDLINK_API_DEPENDS.foo+= foo>=1.1.0 <listitem> <para><filename>pgsql.buildlink3.mk</filename> will accept - either Postgres 8.0, 8.1, or 8.2, whichever is found installed. See + either Postgres 8.3, 8.4, 9.0, or 9.1, whichever is found installed. See the file for more information.</para> </listitem> |