Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF08B84F26 for ; Sun, 1 Oct 2023 22:33:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VCMdtMlEiNef for ; Sun, 1 Oct 2023 22:33:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 271A584EC5 for ; Sun, 1 Oct 2023 22:33:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F894FBDB; Sun, 1 Oct 2023 22:33:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696199595164200" MIME-Version: 1.0 Date: Sun, 1 Oct 2023 22:33:15 +0000 From: "matthew green" Subject: CVS commit: pkgsrc/multimedia/minidlna To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mrg@netbsd.org X-Mailer: log_accum Message-Id: <20231001223315.1F894FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696199595164200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mrg Date: Sun Oct 1 22:33:15 UTC 2023 Modified Files: pkgsrc/multimedia/minidlna: Makefile Log Message: switch to using ffmpeg6. bump pkg version. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/multimedia/minidlna/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696199595164200 Content-Disposition: inline Content-Length: 904 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/minidlna/Makefile diff -u pkgsrc/multimedia/minidlna/Makefile:1.54 pkgsrc/multimedia/minidlna/Makefile:1.55 --- pkgsrc/multimedia/minidlna/Makefile:1.54 Tue Jun 6 12:42:02 2023 +++ pkgsrc/multimedia/minidlna/Makefile Sun Oct 1 22:33:14 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2023/06/06 12:42:02 riastradh Exp $ +# $NetBSD: Makefile,v 1.55 2023/10/01 22:33:14 mrg Exp $ DISTNAME= minidlna-1.3.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=minidlna/} @@ -27,7 +27,7 @@ pre-install: TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools -.include "../../multimedia/ffmpeg4/buildlink3.mk" +.include "../../multimedia/ffmpeg6/buildlink3.mk" .include "../../audio/flac/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" .include "../../multimedia/libogg/buildlink3.mk" --_----------=_1696199595164200--