Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 88C32850FE for ; Thu, 28 Dec 2023 23:47:12 +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 7-ElcZq337RH for ; Thu, 28 Dec 2023 23:47:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BB3A2850F6 for ; Thu, 28 Dec 2023 23:47:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B566DFA42; Thu, 28 Dec 2023 23:47:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703807231155460" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 23:47:11 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/audio/libsidplay To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231228234711.B566DFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703807231155460 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:47:11 UTC 2023 Modified Files: pkgsrc/audio/libsidplay: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/libsidplay/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703807231155460 Content-Disposition: inline Content-Length: 627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/libsidplay/Makefile diff -u pkgsrc/audio/libsidplay/Makefile:1.28 pkgsrc/audio/libsidplay/Makefile:1.29 --- pkgsrc/audio/libsidplay/Makefile:1.28 Mon Feb 5 16:10:25 2018 +++ pkgsrc/audio/libsidplay/Makefile Thu Dec 28 23:47:11 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2018/02/05 16:10:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.29 2023/12/28 23:47:11 zafer Exp $ # DISTNAME= libsidplay-1.36.59 PKGREVISION= 3 CATEGORIES= audio -MASTER_SITES= http://tnsp.org/xs-files/ +MASTER_SITES= https://tnsp.org/xs-files/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1703807231155460--