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 /databases/py-postgresql | |
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 'databases/py-postgresql')
-rw-r--r-- | databases/py-postgresql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index a0846991eb9..81ac782469d 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2006/09/09 02:41:56 obache Exp $ +# $NetBSD: Makefile,v 1.50 2006/12/28 12:12:58 joerg Exp $ DISTNAME= PyGreSQL-3.8.1 PKGNAME= ${PYPKGPREFIX}-postgresql-3.8.1 +PKGREVISION= 1 CATEGORIES= databases python MASTER_SITES= ftp://ftp.druid.net/pub/distrib/ EXTRACT_SUFX= .tgz |