pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/icon-naming-utils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 30 17:15:52 UTC 2023

Modified Files:
        pkgsrc/graphics/icon-naming-utils: Makefile buildlink3.mk

Log Message:
icon-naming-utils: remove unused intltool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/icon-naming-utils/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/icon-naming-utils/buildlink3.mk

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

Modified files:

Index: pkgsrc/graphics/icon-naming-utils/Makefile
diff -u pkgsrc/graphics/icon-naming-utils/Makefile:1.22 pkgsrc/graphics/icon-naming-utils/Makefile:1.23
--- pkgsrc/graphics/icon-naming-utils/Makefile:1.22     Tue Jun 28 11:34:02 2022
+++ pkgsrc/graphics/icon-naming-utils/Makefile  Mon Jan 30 17:15:52 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2022/06/28 11:34:02 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.23 2023/01/30 17:15:52 wiz Exp $
 
 DISTNAME=      icon-naming-utils-0.8.90
 PKGREVISION=   10
@@ -14,6 +13,6 @@ DEPENDS+=     p5-XML-Simple>=2.14:../../text
 
 GNU_CONFIGURE= yes
 USE_LANGUAGES= # none, not even C
-USE_TOOLS+=    gmake intltool perl:run
+USE_TOOLS+=    gmake perl:run
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/icon-naming-utils/buildlink3.mk
diff -u pkgsrc/graphics/icon-naming-utils/buildlink3.mk:1.4 pkgsrc/graphics/icon-naming-utils/buildlink3.mk:1.5
--- pkgsrc/graphics/icon-naming-utils/buildlink3.mk:1.4 Tue Jun 28 11:34:02 2022
+++ pkgsrc/graphics/icon-naming-utils/buildlink3.mk     Mon Jan 30 17:15:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/06/28 11:34:02 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2023/01/30 17:15:52 wiz Exp $
 
 BUILDLINK_TREE+=       icon-naming-utils
 
@@ -7,7 +7,7 @@ ICON_NAMING_UTILS_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.icon-naming-utils+=      icon-naming-utils>=0.8.7
 BUILDLINK_DEPMETHOD.icon-naming-utils?=                build
-BUILDLINK_ABI_DEPENDS.icon-naming-utils?=              icon-naming-utils>=0.8.90nb10
+BUILDLINK_ABI_DEPENDS.icon-naming-utils?=      icon-naming-utils>=0.8.90nb10
 BUILDLINK_PKGSRCDIR.icon-naming-utils?=                ../../graphics/icon-naming-utils
 .endif # ICON_NAMING_UTILS_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index