diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-10 19:17:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-10 19:17:31 +0000 |
commit | 429e956b3f65f46fee87f0517dd7cda65b802071 (patch) | |
tree | 8d1c55b1db5b2103178d24b391166bfb308e5005 /databases/postgresql82-plpython | |
parent | 707a0b9e1f4486900e17b98d4679434d9ded5477 (diff) | |
download | pkgsrc-429e956b3f65f46fee87f0517dd7cda65b802071.tar.gz |
Bump revision for PYTHON_VERSION_DEFAULT change.
Diffstat (limited to 'databases/postgresql82-plpython')
-rw-r--r-- | databases/postgresql82-plpython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql82-plpython/Makefile b/databases/postgresql82-plpython/Makefile index 9309052523f..f7e0717f154 100644 --- a/databases/postgresql82-plpython/Makefile +++ b/databases/postgresql82-plpython/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2010/01/17 12:02:10 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/02/10 19:17:34 joerg Exp $ PKGNAME= postgresql82-plpython-${BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server |