summaryrefslogtreecommitdiff
path: root/databases/py-PgSQL/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-08-05 22:20:11 +0000
committerrecht <recht@pkgsrc.org>2004-08-05 22:20:11 +0000
commita1aa82164f497d86bbd17eadb8110eadecd0a848 (patch)
tree840e04554c276ed063f305b79f61533ae723d566 /databases/py-PgSQL/Makefile
parentcbf9e7c3726d70fe77a2240be0886628e62adef4 (diff)
downloadpkgsrc-a1aa82164f497d86bbd17eadb8110eadecd0a848.tar.gz
pullup a fix for libpqmodule from HEAD:
Fixed a buffer overrun error in libPQquoteBytea based on a fix by James Matthew Farrow. [Bug #838317]. bum PKGREVISION to 2 for the fix
Diffstat (limited to 'databases/py-PgSQL/Makefile')
-rw-r--r--databases/py-PgSQL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile
index 89acdf0b50a..7bd2ecd4ddb 100644
--- a/databases/py-PgSQL/Makefile
+++ b/databases/py-PgSQL/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/07/24 22:45:15 recht Exp $
+# $NetBSD: Makefile,v 1.9 2004/08/05 22:20:11 recht Exp $
#
DISTNAME= pyPgSQL-2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pypgsql/}