diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-28 12:12:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-28 12:12:57 +0000 |
commit | 331e2615faed96b5571750b9b1c3f7dc37aafc0c (patch) | |
tree | 91c90eb4d7eb193f27596269fcebafeb34f670fc /www | |
parent | bb54d77affc17b59598bf18d11b59b8915663ab2 (diff) | |
download | pkgsrc-331e2615faed96b5571750b9b1c3f7dc37aafc0c.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')
-rw-r--r-- | www/ap-auth-pgsql/Makefile | 3 | ||||
-rw-r--r-- | www/ap-auth-postgresql/Makefile | 3 | ||||
-rw-r--r-- | www/ap2-auth-pgsql/Makefile | 4 | ||||
-rw-r--r-- | www/sope/Makefile | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/www/ap-auth-pgsql/Makefile b/www/ap-auth-pgsql/Makefile index daaaf1071be..193ddcdc6d2 100644 --- a/www/ap-auth-pgsql/Makefile +++ b/www/ap-auth-pgsql/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/06/02 18:27:58 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/12/28 12:12:58 joerg Exp $ DISTNAME= mod_auth_pgsql-0.9.12 PKGNAME= ap13-auth-pgsql-0.9.12 +PKGREVISION= 1 CATEGORIES= www databases MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/ diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile index b5e93a6b435..9b956e22871 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2006/06/02 18:27:58 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2006/12/28 12:12:59 joerg Exp $ DISTNAME= AuthPG-1.4 PKGNAME= ap13-auth-postgresql-1.4 +PKGREVISON= 1 CATEGORIES= www databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=authpg/} 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/ diff --git a/www/sope/Makefile b/www/sope/Makefile index 04dbb1929a2..5889ee7e11e 100644 --- a/www/sope/Makefile +++ b/www/sope/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2006/05/31 18:22:26 ghen Exp $ +# $NetBSD: Makefile,v 1.11 2006/12/28 12:12:59 joerg Exp $ # DISTNAME= sope-4.5.4-nevermind-r878 PKGNAME= sope-4.5.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= www gnustep MASTER_SITES= ftp://ftp.opengroupware.org/nightly/sources/releases/ \ http://download.opengroupware.org/nightly/sources/releases/ |