diff options
author | adam <adam@pkgsrc.org> | 2014-07-25 22:14:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-07-25 22:14:55 +0000 |
commit | 55a47fa6078f683cba580f9cd4607be3df0ff6b0 (patch) | |
tree | 64b962546ea0fdbce8abd0632fa7c42f16413b77 /databases/postgresql92-plpython | |
parent | e877031116b64e69f792d1c45efa26708d234afc (diff) | |
download | pkgsrc-55a47fa6078f683cba580f9cd4607be3df0ff6b0.tar.gz |
The PostgreSQL Global Development Group has released an update to all supported version of the database system, including versions 9.3.5, 9.2.9, 9.1.14, 9.0.18, and 8.4.22. This minor release fixes a number of issues discovered and reported by users over the last four months, including some data corruption issues, and is the last update of version 8.4. Users of version 9.3 will want to update at the earliest opportunity; users of version 8.4 will want to schedule an upgrade to a supported PostgreSQL version.
Diffstat (limited to 'databases/postgresql92-plpython')
-rw-r--r-- | databases/postgresql92-plpython/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql92-plpython/Makefile b/databases/postgresql92-plpython/Makefile index 40f91432f8e..0f3fc9cc031 100644 --- a/databases/postgresql92-plpython/Makefile +++ b/databases/postgresql92-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2014/05/17 16:10:42 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/07/25 22:14:56 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server |