Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41F4685101 for ; Thu, 28 Dec 2023 23:45:39 +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 SLsiWFfmG3V6 for ; Thu, 28 Dec 2023 23:45:38 +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 98159850F6 for ; Thu, 28 Dec 2023 23:45:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 913EDFA42; Thu, 28 Dec 2023 23:45:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703807138266190" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 23:45:38 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/audio/gmpc-magnatune To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231228234538.913EDFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703807138266190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Thu Dec 28 23:45:38 UTC 2023 Modified Files: pkgsrc/audio/gmpc-magnatune: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/audio/gmpc-magnatune/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703807138266190 Content-Disposition: inline Content-Length: 773 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/gmpc-magnatune/Makefile diff -u pkgsrc/audio/gmpc-magnatune/Makefile:1.69 pkgsrc/audio/gmpc-magnatune/Makefile:1.70 --- pkgsrc/audio/gmpc-magnatune/Makefile:1.69 Tue Nov 14 14:01:22 2023 +++ pkgsrc/audio/gmpc-magnatune/Makefile Thu Dec 28 23:45:38 2023 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.69 2023/11/14 14:01:22 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2023/12/28 23:45:38 zafer Exp $ DISTNAME= gmpc-magnatune-11.8.16 PKGREVISION= 42 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/11.8/ -MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=musicpd/} +MASTER_SITES= https://download.sarine.nl/Programs/gmpc/11.8/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MAGNATUNE --_----------=_1703807138266190--