diff options
author | darcy <darcy@pkgsrc.org> | 2005-02-23 12:13:35 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2005-02-23 12:13:35 +0000 |
commit | 0eb7fef55ae9f3e938e8255d413b18e02f902548 (patch) | |
tree | ededc241e6cbc01073c666c795a2f83beb61abac /databases/py-postgresql/Makefile | |
parent | 1e46c076aab8c53a01ae4c4d7ad5c4f0c3fc47d9 (diff) | |
download | pkgsrc-0eb7fef55ae9f3e938e8255d413b18e02f902548.tar.gz |
Update package to 3.6.2.
The only change is to fix the handling of primary keys when using namespaces.
Diffstat (limited to 'databases/py-postgresql/Makefile')
-rw-r--r-- | databases/py-postgresql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index febc5a37580..633e2d2d527 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2004/12/17 21:36:01 darcy Exp $ +# $NetBSD: Makefile,v 1.39 2005/02/23 12:13:35 darcy Exp $ -DISTNAME= PyGreSQL-3.6 -PKGNAME= ${PYPKGPREFIX}-postgresql-3.6 +DISTNAME= PyGreSQL-3.6.2 +PKGNAME= ${PYPKGPREFIX}-postgresql-3.6.2 CATEGORIES= databases python MASTER_SITES= ftp://ftp.druid.net/pub/distrib/ EXTRACT_SUFX= .tgz |