summaryrefslogtreecommitdiff
path: root/databases/postgresql82/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql82/Makefile.common')
-rw-r--r--databases/postgresql82/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql82/Makefile.common b/databases/postgresql82/Makefile.common
index 71d452196a3..f7d223d190a 100644
--- a/databases/postgresql82/Makefile.common
+++ b/databases/postgresql82/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2009/03/20 16:02:13 adam Exp $
+# $NetBSD: Makefile.common,v 1.17 2009/09/10 10:07:41 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -24,6 +24,8 @@ CONFLICTS+= postgresql73-*
CONFLICTS+= postgresql74-*
CONFLICTS+= postgresql80-*
CONFLICTS+= postgresql81-*
+CONFLICTS+= postgresql83-*
+CONFLICTS+= postgresql84-*
DISTINFO_FILE?= ${.CURDIR}/../postgresql82/distinfo
COMMON_FILESDIR?= ${.CURDIR}/../postgresql82/files
@@ -36,7 +38,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql82/patches
#
# Note: Do not forget jdbc-postgresql82 when updating version
#
-DIST_VERS?= 8.2.13
+DIST_VERS?= 8.2.14
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=${BASE_VERS}