pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql81 Add missing CONFLICTS with post...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ce92bac9dfc
branches:  trunk
changeset: 541474:8ce92bac9dfc
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Apr 23 12:40:40 2008 +0000

description:
Add missing CONFLICTS with postgresql83-* packages.  Reported by ASau` on irc.

diffstat:

 databases/postgresql81/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e7b9d297fb3a -r 8ce92bac9dfc databases/postgresql81/Makefile.common
--- a/databases/postgresql81/Makefile.common    Wed Apr 23 12:26:47 2008 +0000
+++ b/databases/postgresql81/Makefile.common    Wed Apr 23 12:40:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2008/01/07 20:14:23 adam Exp $
+# $NetBSD: Makefile.common,v 1.16 2008/04/23 12:40:40 ghen 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,7 @@
 CONFLICTS+=    postgresql74-*
 CONFLICTS+=    postgresql80-*
 CONFLICTS+=    postgresql82-*
+CONFLICTS+=    postgresql83-*
 
 DISTINFO_FILE?=                ${.CURDIR}/../postgresql81/distinfo
 COMMON_FILESDIR?=      ${.CURDIR}/../postgresql81/files



Home | Main Index | Thread Index | Old Index