Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA702850F6 for ; Thu, 28 Dec 2023 23:37:08 +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 l39fydOgZg3w for ; Thu, 28 Dec 2023 23:37:08 +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 1CAEC84D52 for ; Thu, 28 Dec 2023 23:37:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0FD3BFA42; Thu, 28 Dec 2023 23:37:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703806628260610" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 23:37:08 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/audio/freeswitch-sounds-fr To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231228233708.0FD3BFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703806628260610 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:37:08 UTC 2023 Modified Files: pkgsrc/audio/freeswitch-sounds-fr: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/freeswitch-sounds-fr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703806628260610 Content-Disposition: inline Content-Length: 700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/freeswitch-sounds-fr/Makefile diff -u pkgsrc/audio/freeswitch-sounds-fr/Makefile:1.5 pkgsrc/audio/freeswitch-sounds-fr/Makefile:1.6 --- pkgsrc/audio/freeswitch-sounds-fr/Makefile:1.5 Mon Jul 13 20:05:11 2020 +++ pkgsrc/audio/freeswitch-sounds-fr/Makefile Thu Dec 28 23:37:07 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2020/07/13 20:05:11 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2023/12/28 23:37:07 zafer Exp $ DISTNAME= freeswitch-sounds-fr-${VERSION} VERSION= 1.0.18 CATEGORIES= audio -MASTER_SITES= http://files.freeswitch.org/ +MASTER_SITES= https://files.freeswitch.org/releases/sounds/ DIST_SUBDIR= freeswitch MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1703806628260610--