pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/mate-utils



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Mar 27 04:48:46 UTC 2019

Modified Files:
        pkgsrc/misc/mate-utils: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/misc/mate-utils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/mate-utils/Makefile
diff -u pkgsrc/misc/mate-utils/Makefile:1.15 pkgsrc/misc/mate-utils/Makefile:1.16
--- pkgsrc/misc/mate-utils/Makefile:1.15        Wed Mar  6 07:58:24 2019
+++ pkgsrc/misc/mate-utils/Makefile     Wed Mar 27 04:48:45 2019
@@ -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