diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-04 20:52:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-04 20:52:30 +0000 |
commit | f9e28ee96efbb02df8790e130e6eef7b33ebac9c (patch) | |
tree | 3102934dfc9d4395af6f57975db9893a590dde7d /databases/py-postgresql | |
parent | 09611b3af5235569620a4171e26099e94164d5ba (diff) | |
download | pkgsrc-f9e28ee96efbb02df8790e130e6eef7b33ebac9c.tar.gz |
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
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 dbaf86507a9..4df44865c0c 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.86 2019/05/21 19:46:39 david Exp $ +# $NetBSD: Makefile,v 1.87 2022/01/04 20:52:43 wiz Exp $ DISTNAME= PyGreSQL-5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyGreSQL/postgresql/} +PKGREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://pygresql.org/files/ |