From 3bed96a0a6c51d4381ba6d0be991a1994d6f5073 Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 13 Sep 2010 14:39:30 +0000 Subject: * Add two CONFLICTS patterns: - matches previous package name without "${RUBY_PKGPREFIX}-" - matches current "ruby18-" and "ruby19-" packages * Since these packages aren't update its version during update of Ruby package's framework, bump PKGREVISION for safe update. Noted by obache@ on tech-pkg. --- textproc/xhtmldiff/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/xhtmldiff/Makefile b/textproc/xhtmldiff/Makefile index 494a4542316..15e9d530958 100644 --- a/textproc/xhtmldiff/Makefile +++ b/textproc/xhtmldiff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/09/10 08:52:04 taca Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/13 14:39:30 taca Exp $ DISTNAME= xhtmldiff-1.2.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://theinternetco.net/projects/ruby/ EXTRACT_SUFX= .tar.gz @@ -13,6 +13,8 @@ LICENSE= # unknown DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs +CONFLICTS+= ruby[1-9][0-9]-xhtmldiff-[0-9]* xhtmldiff-[0-9]* + RUBY_VERSION_SUPPORTED= 18 post-extract: -- cgit v1.2.3