diff options
author | joerg <joerg> | 2006-12-28 12:12:57 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-28 12:12:57 +0000 |
commit | 7f395f9733957395e40b9c03a635edefcf507b1b (patch) | |
tree | 91c90eb4d7eb193f27596269fcebafeb34f670fc /www/ap2-auth-pgsql | |
parent | 21d4b45170d909d23e0bb763cdf729ad2726f5e7 (diff) | |
download | pkgsrc-7f395f9733957395e40b9c03a635edefcf507b1b.tar.gz |
Change PostgreSQL default version to 8.1 and bump revision of all
packages which have it active by default.
Diffstat (limited to 'www/ap2-auth-pgsql')
-rw-r--r-- | www/ap2-auth-pgsql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-auth-pgsql/Makefile b/www/ap2-auth-pgsql/Makefile index 2da9ff3020a..9aaa0ce1793 100644 --- a/www/ap2-auth-pgsql/Makefile +++ b/www/ap2-auth-pgsql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2006/12/08 23:34:10 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2006/12/28 12:12:59 joerg Exp $ DISTNAME= mod_auth_pgsql-2.0.3 PKGNAME= ap2-auth-pgsql-2.0.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www databases MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/ |