pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql81 CONFLICTS fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa3b8f27454c
branches:  trunk
changeset: 528460:fa3b8f27454c
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 04 20:04:52 2007 +0000

description:
CONFLICTS fix

diffstat:

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

diffs (17 lines):

diff -r 8d2bced54ba2 -r fa3b8f27454c databases/postgresql81/Makefile.common
--- a/databases/postgresql81/Makefile.common    Fri May 04 20:04:06 2007 +0000
+++ b/databases/postgresql81/Makefile.common    Fri May 04 20:04:52 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2007/05/04 19:44:52 adam Exp $
+# $NetBSD: Makefile.common,v 1.13 2007/05/04 20:04:52 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -21,6 +21,7 @@
 
 CONFLICTS+=    postgresql-[0-9]*
 CONFLICTS+=    postgresql73-*
+CONFLICTS+=    postgresql74-*
 CONFLICTS+=    postgresql80-*
 CONFLICTS+=    postgresql82-*
 



Home | Main Index | Thread Index | Old Index