Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 46FB8850F6 for ; Thu, 28 Dec 2023 23:50:03 +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 ygdNLg8TWXbx for ; Thu, 28 Dec 2023 23:50:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CFE9484D52 for ; Thu, 28 Dec 2023 23:50:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8F4BFA42; Thu, 28 Dec 2023 23:50:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703807402135440" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 23:50:02 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/audio/mpdas To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231228235002.C8F4BFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703807402135440 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:50:02 UTC 2023 Modified Files: pkgsrc/audio/mpdas: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/audio/mpdas/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703807402135440 Content-Disposition: inline Content-Length: 591 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/mpdas/Makefile diff -u pkgsrc/audio/mpdas/Makefile:1.41 pkgsrc/audio/mpdas/Makefile:1.42 --- pkgsrc/audio/mpdas/Makefile:1.41 Wed Nov 8 13:18:08 2023 +++ pkgsrc/audio/mpdas/Makefile Thu Dec 28 23:50:02 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.41 2023/11/08 13:18:08 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2023/12/28 23:50:02 zafer Exp $ # DISTNAME= mpdas-0.4.5 PKGREVISION= 5 CATEGORIES= audio -MASTER_SITES= http://50hz.ws/mpdas/ +MASTER_SITES= https://50hz.ws/mpdas/ MAINTAINER= gls@NetBSD.org HOMEPAGE= https://50hz.ws/mpdas/ --_----------=_1703807402135440--