Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D674884EE9 for ; Mon, 25 Sep 2023 08:28:58 +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 36KxJ8RZ0opT for ; Mon, 25 Sep 2023 08:28:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 269A284D4A for ; Mon, 25 Sep 2023 08:28:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F9D7FBDB; Mon, 25 Sep 2023 08:28:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1695630538249250" MIME-Version: 1.0 Date: Mon, 25 Sep 2023 08:28:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/gifski To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230925082858.1F9D7FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1695630538249250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 25 08:28:58 UTC 2023 Modified Files: pkgsrc/graphics/gifski: Makefile Log Message: gifski: switch to ffmpeg6 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/gifski/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1695630538249250 Content-Disposition: inline Content-Length: 740 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gifski/Makefile diff -u pkgsrc/graphics/gifski/Makefile:1.7 pkgsrc/graphics/gifski/Makefile:1.8 --- pkgsrc/graphics/gifski/Makefile:1.7 Mon May 1 15:11:23 2023 +++ pkgsrc/graphics/gifski/Makefile Mon Sep 25 08:28:57 2023 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2023/05/01 15:11:23 pin Exp $ +# $NetBSD: Makefile,v 1.8 2023/09/25 08:28:57 wiz Exp $ DISTNAME= gifski-1.11.0 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=ImageOptim/} @@ -20,5 +21,5 @@ do-install: ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" -.include "../../multimedia/ffmpeg5/buildlink3.mk" +.include "../../multimedia/ffmpeg6/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1695630538249250--