pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/mdoclint Restrict conflict for mdocml to vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12d504ad8a13
branches:  trunk
changeset: 556597:12d504ad8a13
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Mar 22 23:47:05 2009 +0000

description:
Restrict conflict for mdocml to versions before command merge.

diffstat:

 textproc/mdoclint/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 2761c5e31e9b -r 12d504ad8a13 textproc/mdoclint/Makefile
--- a/textproc/mdoclint/Makefile        Sun Mar 22 23:42:35 2009 +0000
+++ b/textproc/mdoclint/Makefile        Sun Mar 22 23:47:05 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2009/03/05 10:47:29 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2009/03/22 23:47:05 joerg Exp $
 
 DISTNAME=      mdoclint-1.1
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  # none
 DISTFILES=     # none
@@ -12,7 +13,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
-CONFLICTS=     mdocml-[0-9]*
+CONFLICTS=     mdocml<1.6.9
 
 WRKSRC=                ${WRKDIR}
 NO_CHECKSUM=   yes



Home | Main Index | Thread Index | Old Index