pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-xml Fix CONFLICTS line.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f90bce114715
branches:  trunk
changeset: 497302:f90bce114715
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 24 14:32:28 2005 +0000

description:
Fix CONFLICTS line.

diffstat:

 textproc/py-xml/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cedbdedac8fc -r f90bce114715 textproc/py-xml/Makefile
--- a/textproc/py-xml/Makefile  Sun Jul 24 14:32:01 2005 +0000
+++ b/textproc/py-xml/Makefile  Sun Jul 24 14:32:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:42 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/07/24 14:32:28 wiz Exp $
 #
 
 DISTNAME=      PyXML-0.8.4
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://pyxml.sourceforge.net/
 COMMENT=       Collection of libraries to process XML with Python
 
-CONFLICTS+=    PyXML-*
+CONFLICTS+=    PyXML-[0-9]*
 
 PYDISTUTILSPKG=        yes
 PYBINMODULE=   yes



Home | Main Index | Thread Index | Old Index