Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 84F0E84D1D for ; Sat, 30 Dec 2023 01:13:19 +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 MGbzCwQAFHqi for ; Sat, 30 Dec 2023 01:13:19 +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 1921184D08 for ; Sat, 30 Dec 2023 01:13:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15245FA42; Sat, 30 Dec 2023 01:13:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170389879966850" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 01:13:19 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/audio/juke To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231230011319.15245FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170389879966850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 30 01:13:19 UTC 2023 Modified Files: pkgsrc/audio/juke: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/juke/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170389879966850 Content-Disposition: inline Content-Length: 629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/juke/Makefile diff -u pkgsrc/audio/juke/Makefile:1.20 pkgsrc/audio/juke/Makefile:1.21 --- pkgsrc/audio/juke/Makefile:1.20 Thu May 23 19:22:55 2019 +++ pkgsrc/audio/juke/Makefile Sat Dec 30 01:13:18 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2019/05/23 19:22:55 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2023/12/30 01:13:18 zafer Exp $ # DISTNAME= juke-0.7 PKGREVISION= 5 CATEGORIES= audio -MASTER_SITES= http://www.moll.no/oyvind/distfiles/ +MASTER_SITES= https://www.moll.no/oyvind/distfiles/ MAINTAINER= mob@bicekru.org #HOMEPAGE= http://johan.nocrew.org/nav10/unix/juke/ --_----------=_170389879966850--