Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F27D85101 for ; Fri, 29 Dec 2023 01:06:28 +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 W8XQKvinFrED for ; Fri, 29 Dec 2023 01:06:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0D64A85104 for ; Fri, 29 Dec 2023 01:06:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 067ECFA42; Fri, 29 Dec 2023 01:06:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170381198728730" MIME-Version: 1.0 Date: Fri, 29 Dec 2023 01:06:27 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/audio/tcl-snack To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231229010628.067ECFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170381198728730 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:06:27 UTC 2023 Modified Files: pkgsrc/audio/tcl-snack: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/tcl-snack/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170381198728730 Content-Disposition: inline Content-Length: 669 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/tcl-snack/Makefile diff -u pkgsrc/audio/tcl-snack/Makefile:1.33 pkgsrc/audio/tcl-snack/Makefile:1.34 --- pkgsrc/audio/tcl-snack/Makefile:1.33 Sun Nov 12 13:20:44 2023 +++ pkgsrc/audio/tcl-snack/Makefile Fri Dec 29 01:06:27 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.33 2023/11/12 13:20:44 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2023/12/29 01:06:27 zafer Exp $ DISTNAME= snack2.2.10 PKGNAME= tcl-snack-2.2.10 PKGREVISION= 9 CATEGORIES= audio -MASTER_SITES= http://www.speech.kth.se/snack/dist/ +MASTER_SITES= https://www.speech.kth.se/snack/dist/ MAINTAINER= gson@NetBSD.org HOMEPAGE= https://www.speech.kth.se/snack/ --_----------=_170381198728730--