pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/mate-utils mate-utils: revert part of the last ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22e4f047c915
branches:  trunk
changeset: 331903:22e4f047c915
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Mar 27 04:48:45 2019 +0000

description:
mate-utils: revert part of the last change to Makefile

The hard dependency on itstool >= 2.0.5 actually didn't fix the issue;
there is something else still amiss, so revert that part to simplify.

diffstat:

 misc/mate-utils/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 72f1e7fcfd22 -r 22e4f047c915 misc/mate-utils/Makefile
--- a/misc/mate-utils/Makefile  Wed Mar 27 04:06:53 2019 +0000
+++ b/misc/mate-utils/Makefile  Wed Mar 27 04:48:45 2019 +0000
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.15 2019/03/06 07:58:24 gutteridge Exp $
+# $NetBSD: Makefile,v 1.16 2019/03/27 04:48:45 gutteridge Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-utils-${VERSION}
 CATEGORIES=    misc
 
-COMMENT=       Utiltiles for MATE Desktop
+COMMENT=       Utilities for MATE Desktop
 
 USE_LANGUAGES= c c++
 
-# itstool 2.0.4 was failing to parse a specific .po file
-TOOL_DEPENDS+= itstool>=2.0.5:../../textproc/itstool
+TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
 TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
 
 PKGCONFIG_OVERRIDE+=   mate-dictionary/libgdict/mate-dict.pc.in



Home | Main Index | Thread Index | Old Index