Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6731D84EE1 for ; Fri, 13 Oct 2023 06:18:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ndbI2IDCr7kH for ; Fri, 13 Oct 2023 06:18:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C3CCD84ED0 for ; Fri, 13 Oct 2023 06:18:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2E68FADC; Fri, 13 Oct 2023 06:18:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169717788198500" MIME-Version: 1.0 Date: Fri, 13 Oct 2023 06:18:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/libimagequant To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231013061801.B2E68FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169717788198500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Oct 13 06:18:01 UTC 2023 Modified Files: pkgsrc/graphics/libimagequant: Makefile PLIST buildlink3.mk Log Message: libimagequant: depend on latest cargo-c and update PLIST for it Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/libimagequant/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libimagequant/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/libimagequant/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169717788198500 Content-Disposition: inline Content-Length: 2421 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libimagequant/Makefile diff -u pkgsrc/graphics/libimagequant/Makefile:1.33 pkgsrc/graphics/libimagequant/Makefile:1.34 --- pkgsrc/graphics/libimagequant/Makefile:1.33 Mon Sep 18 12:46:51 2023 +++ pkgsrc/graphics/libimagequant/Makefile Fri Oct 13 06:18:01 2023 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2023/09/18 12:46:51 adam Exp $ +# $NetBSD: Makefile,v 1.34 2023/10/13 06:18:01 wiz Exp $ DISTNAME= libimagequant-4.2.1 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES+= ${MASTER_SITE_GITHUB:=ImageOptim/} GITHUB_TAG= ${PKGVERSION_NOREV} @@ -10,7 +11,7 @@ HOMEPAGE= https://pngquant.org/lib/ COMMENT= High-quality conversion of RGBA images to 8-bit indexed-color LICENSE= gnu-gpl-v3 -TOOL_DEPENDS+= cargo-c>=0.9.19:../../devel/cargo-c +TOOL_DEPENDS+= cargo-c>=0.9.27:../../devel/cargo-c WRKSRC= ${WRKDIR}/${DISTNAME}/imagequant-sys Index: pkgsrc/graphics/libimagequant/PLIST diff -u pkgsrc/graphics/libimagequant/PLIST:1.4 pkgsrc/graphics/libimagequant/PLIST:1.5 --- pkgsrc/graphics/libimagequant/PLIST:1.4 Mon May 22 11:37:14 2023 +++ pkgsrc/graphics/libimagequant/PLIST Fri Oct 13 06:18:01 2023 @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2023/05/22 11:37:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2023/10/13 06:18:01 wiz Exp $ include/libimagequant.h lib/libimagequant.a lib/libimagequant.so -lib/libimagequant.so.0 lib/libimagequant.so.0.0.0 lib/pkgconfig/imagequant.pc Index: pkgsrc/graphics/libimagequant/buildlink3.mk diff -u pkgsrc/graphics/libimagequant/buildlink3.mk:1.5 pkgsrc/graphics/libimagequant/buildlink3.mk:1.6 --- pkgsrc/graphics/libimagequant/buildlink3.mk:1.5 Fri Jul 21 16:03:38 2023 +++ pkgsrc/graphics/libimagequant/buildlink3.mk Fri Oct 13 06:18:01 2023 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2023/07/21 16:03:38 hauke Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2023/10/13 06:18:01 wiz Exp $ BUILDLINK_TREE+= libimagequant @@ -16,7 +16,7 @@ BUILDLINK_PKGSRCDIR.libimagequant?= ../. BUILDLINK_API_DEPENDS.libimagequant+= libimagequant>=2.17.0<3.0.0 BUILDLINK_PKGSRCDIR.libimagequant?= ../../graphics/libimagequant-c .else -PKG_FAIL_REASON+= "[graphics/libimagequant/buildlink3.mk] Invalid value ${LIBIMAGEQUANT_TYPE} for LIBIMAGEQUANT_TYPE." +PKG_FAIL_REASON+= "[graphics/libimagequant/buildlink3.mk] Invalid value ${LIBIMAGEQUANT_TYPE} for LIBIMAGEQUANT_TYPE." .endif .endif # LIBIMAGEQUANT_BUILDLINK3_MK --_----------=_169717788198500--