diff options
author | joerg <joerg@pkgsrc.org> | 2008-03-13 17:38:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-03-13 17:38:48 +0000 |
commit | 2a7055907ffd01a13cd899a14024fe7fffc9b91e (patch) | |
tree | 127ebf211a108e1c56fd9eabb15e75350a8ecc0b /www/ap-auth-pgsql | |
parent | 065efb53a6a9c4b352e96ad3c7bfd599e1d6c88e (diff) | |
download | pkgsrc-2a7055907ffd01a13cd899a14024fe7fffc9b91e.tar.gz |
Make PostgreSQL 8.2 the default version. Bump all packages using it.
Remove PostgreSQL 8.0 as choice.
Diffstat (limited to 'www/ap-auth-pgsql')
-rw-r--r-- | www/ap-auth-pgsql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-pgsql/Makefile b/www/ap-auth-pgsql/Makefile index 193ddcdc6d2..082e6580fb8 100644 --- a/www/ap-auth-pgsql/Makefile +++ b/www/ap-auth-pgsql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2006/12/28 12:12:58 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/03/13 17:38:48 joerg Exp $ DISTNAME= mod_auth_pgsql-0.9.12 PKGNAME= ap13-auth-pgsql-0.9.12 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www databases MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/ |