Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 25CAE84E67 for ; Sat, 16 Dec 2023 11:40:48 +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 apmUSKJfV02t for ; Sat, 16 Dec 2023 11:40:47 +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 A9B7284D09 for ; Sat, 16 Dec 2023 11:40:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A6774FA42; Sat, 16 Dec 2023 11:40:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702726847122370" MIME-Version: 1.0 Date: Sat, 16 Dec 2023 11:40:47 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/emulators/libdsk To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231216114047.A6774FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702726847122370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 16 11:40:47 UTC 2023 Modified Files: pkgsrc/emulators/libdsk: Makefile Log Message: update protocol To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/libdsk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702726847122370 Content-Disposition: inline Content-Length: 643 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/libdsk/Makefile diff -u pkgsrc/emulators/libdsk/Makefile:1.4 pkgsrc/emulators/libdsk/Makefile:1.5 --- pkgsrc/emulators/libdsk/Makefile:1.4 Sun Apr 12 23:59:42 2020 +++ pkgsrc/emulators/libdsk/Makefile Sat Dec 16 11:40:47 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2020/04/12 23:59:42 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2023/12/16 11:40:47 zafer Exp $ # DISTNAME= libdsk-1.3.8 CATEGORIES= sysutils -MASTER_SITES= http://www.seasip.info/Unix/LibDsk/ +MASTER_SITES= https://www.seasip.info/Unix/LibDsk/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.seasip.info/Unix/LibDsk/ --_----------=_1702726847122370--