pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/musicpd CONFLICTS=lang/mpd looks like it might w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c6441942569
branches:  trunk
changeset: 503342:3c6441942569
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 18 18:34:11 2005 +0000

description:
CONFLICTS=lang/mpd looks like it might work, but it does not.
Replace it with CONFLICTS=mpd-[0-9]*

diffstat:

 audio/musicpd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5ac156e38757 -r 3c6441942569 audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Fri Nov 18 17:07:13 2005 +0000
+++ b/audio/musicpd/Makefile    Fri Nov 18 18:34:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/10/19 04:48:01 is Exp $
+# $NetBSD: Makefile,v 1.18 2005/11/18 18:34:11 wiz Exp $
 
 DISTNAME=              mpd-0.11.5
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
@@ -6,7 +6,7 @@
 CATEGORIES=            audio
 MASTER_SITES=          http://mercury.chem.pitt.edu/~shank/
 
-CONFLICTS=             lang/mpd
+CONFLICTS=             mpd-[0-9]*
 
 MAINTAINER=            simonb%NetBSD.org@localhost
 HOMEPAGE=              http://musicpd.org/



Home | Main Index | Thread Index | Old Index