Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 03C2084D3C for ; Fri, 15 Dec 2023 17:58:53 +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 M91AOOa_mA9J for ; Fri, 15 Dec 2023 17:58:52 +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 898BA8505E for ; Fri, 15 Dec 2023 17:58:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 855D8FA42; Fri, 15 Dec 2023 17:58:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702663132294080" MIME-Version: 1.0 Date: Fri, 15 Dec 2023 17:58:52 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/audio/mp3check To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231215175852.855D8FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702663132294080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Fri Dec 15 17:58:52 UTC 2023 Modified Files: pkgsrc/audio/mp3check: Makefile Log Message: update master site To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/mp3check/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702663132294080 Content-Disposition: inline Content-Length: 659 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/mp3check/Makefile diff -u pkgsrc/audio/mp3check/Makefile:1.22 pkgsrc/audio/mp3check/Makefile:1.23 --- pkgsrc/audio/mp3check/Makefile:1.22 Wed Aug 2 19:20:17 2023 +++ pkgsrc/audio/mp3check/Makefile Fri Dec 15 17:58:52 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2023/08/02 19:20:17 nia Exp $ +# $NetBSD: Makefile,v 1.23 2023/12/15 17:58:52 zafer Exp $ DISTNAME= mp3check-0.8.7 CATEGORIES= audio -MASTER_SITES= http://mp3check.googlecode.com/files/ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mp3check/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1702663132294080--