pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ivtools Do not mix > with * in DEPENDS (pkgli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f38c47b07e4b
branches:  trunk
changeset: 504607:f38c47b07e4b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 16 07:09:24 2005 +0000

description:
Do not mix > with * in DEPENDS (pkglint test?).
Fix CONFLICTS pattern to include [0-9].

diffstat:

 graphics/ivtools/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r d1a1a5cdba45 -r f38c47b07e4b graphics/ivtools/Makefile
--- a/graphics/ivtools/Makefile Fri Dec 16 06:05:35 2005 +0000
+++ b/graphics/ivtools/Makefile Fri Dec 16 07:09:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/12/15 23:49:40 wennmach Exp $
+# $NetBSD: Makefile,v 1.14 2005/12/16 07:09:24 wiz Exp $
 
 DISTNAME=      ivtools-1.2.2
 PKGREVISION=   1
@@ -10,10 +10,10 @@
 HOMEPAGE=      http://www.ivtools.org/ivtools/
 COMMENT=       Drawing editors for PostScript, TeX, and web graphics
 
-CONFLICTS+=    dclock-*
+CONFLICTS+=    dclock-[0-9]*
 
-DEPENDS+=      pstoedit>=3.*:../../graphics/pstoedit
-DEPENDS+=      wget>=1.*:../../net/wget
+DEPENDS+=      pstoedit>=3.0:../../graphics/pstoedit
+DEPENDS+=      wget>=1.0:../../net/wget
 
 WRKSRC=                ${WRKDIR}/ivtools-1.2
 GNU_CONFIGURE= YES



Home | Main Index | Thread Index | Old Index