Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2FE98850FA for ; Fri, 29 Dec 2023 01:08:17 +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 yu8W77neKtN2 for ; Fri, 29 Dec 2023 01:08:16 +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 B9F3484EBB for ; Fri, 29 Dec 2023 01:08:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B30E0FA42; Fri, 29 Dec 2023 01:08:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703812096275690" MIME-Version: 1.0 Date: Fri, 29 Dec 2023 01:08:16 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/audio/wavpack To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231229010816.B30E0FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703812096275690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Fri Dec 29 01:08:16 UTC 2023 Modified Files: pkgsrc/audio/wavpack: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/wavpack/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703812096275690 Content-Disposition: inline Content-Length: 578 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/wavpack/Makefile diff -u pkgsrc/audio/wavpack/Makefile:1.14 pkgsrc/audio/wavpack/Makefile:1.15 --- pkgsrc/audio/wavpack/Makefile:1.14 Mon Nov 28 19:57:57 2022 +++ pkgsrc/audio/wavpack/Makefile Fri Dec 29 01:08:16 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2022/11/28 19:57:57 adam Exp $ +# $NetBSD: Makefile,v 1.15 2023/12/29 01:08:16 zafer Exp $ DISTNAME= wavpack-5.6.0 CATEGORIES= audio -MASTER_SITES= http://www.wavpack.com/ +MASTER_SITES= https://www.wavpack.com/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1703812096275690--