pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/coreutils Fix graphviz CONFLICTS line -- gpr ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ef577958045
branches:  trunk
changeset: 509611:8ef577958045
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 12 12:36:01 2006 +0000

description:
Fix graphviz CONFLICTS line -- gpr was renamed to
gvpr in 1.12. Closes PR 33093 by Joern Clausen.

diffstat:

 sysutils/coreutils/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 73f80dc0da68 -r 8ef577958045 sysutils/coreutils/Makefile
--- a/sysutils/coreutils/Makefile       Sun Mar 12 12:31:28 2006 +0000
+++ b/sysutils/coreutils/Makefile       Sun Mar 12 12:36:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/02/05 23:10:49 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2006/03/12 12:36:01 wiz Exp $
 
 DISTNAME=      coreutils-5.2.1
 PKGREVISION=   2
@@ -47,7 +47,7 @@
 .if ${GNU_PROGRAM_PREFIX} == "g"
 CONFLICTS+=            id-utils-[0-9]* gnome-utils<1.4.1.2nb2
 CONFLICTS+=            geneweb-[0-9]*
-CONFLICTS+=            graphviz-[0-9]*
+CONFLICTS+=            graphviz<1.12
 .endif
 # print/teTeX-bin and print/teTeX1-bin installs a 'readlink' program, so
 # conflict with it if GNU_PROGRAM_PREFIX == '' (no problem in teTeX3-bin)



Home | Main Index | Thread Index | Old Index