Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DAA2484ED8 for ; Sat, 23 Dec 2023 10:10: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 O_BfctkuyEWG for ; Sat, 23 Dec 2023 10:10:12 +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 34F9184CD9 for ; Sat, 23 Dec 2023 10:10:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29332FA42; Sat, 23 Dec 2023 10:10:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703326212272170" MIME-Version: 1.0 Date: Sat, 23 Dec 2023 10:10:12 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/sysutils/memtester To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231223101012.29332FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703326212272170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 23 10:10:12 UTC 2023 Modified Files: pkgsrc/sysutils/memtester: Makefile Log Message: update master site To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/memtester/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703326212272170 Content-Disposition: inline Content-Length: 755 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/memtester/Makefile diff -u pkgsrc/sysutils/memtester/Makefile:1.31 pkgsrc/sysutils/memtester/Makefile:1.32 --- pkgsrc/sysutils/memtester/Makefile:1.31 Tue Dec 20 20:56:11 2022 +++ pkgsrc/sysutils/memtester/Makefile Sat Dec 23 10:10:11 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2022/12/20 20:56:11 schmonz Exp $ +# $NetBSD: Makefile,v 1.32 2023/12/23 10:10:11 zafer Exp $ # DISTNAME= memtester-4.6.0 @@ -6,7 +6,7 @@ CATEGORIES= sysutils MASTER_SITES= ${HOMEPAGE}old-versions/ MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://pyropus.ca/software/memtester/ +HOMEPAGE= https://pyropus.ca./software/memtester/ COMMENT= Utility for testing the memory subsystem for faults LICENSE= gnu-gpl-v2 --_----------=_1703326212272170--