Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 305BF84EF9 for ; Sat, 23 Dec 2023 01:45:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ieHmSolzZ6nA for ; Sat, 23 Dec 2023 01:45:01 +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 B51E184EF3 for ; Sat, 23 Dec 2023 01:45:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ACA14FA42; Sat, 23 Dec 2023 01:45:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703295901142270" MIME-Version: 1.0 Date: Sat, 23 Dec 2023 01:45:01 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/benchmarks/zelibm To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231223014501.ACA14FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703295901142270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 23 01:45:01 UTC 2023 Modified Files: pkgsrc/benchmarks/zelibm: Makefile Log Message: update master site To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/benchmarks/zelibm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703295901142270 Content-Disposition: inline Content-Length: 695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/benchmarks/zelibm/Makefile diff -u pkgsrc/benchmarks/zelibm/Makefile:1.32 pkgsrc/benchmarks/zelibm/Makefile:1.33 --- pkgsrc/benchmarks/zelibm/Makefile:1.32 Sun Nov 12 13:20:45 2023 +++ pkgsrc/benchmarks/zelibm/Makefile Sat Dec 23 01:45:01 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.32 2023/11/12 13:20:45 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2023/12/23 01:45:01 zafer Exp $ # DISTNAME= zelibm PKGNAME= zelibm-0 PKGREVISION= 25 CATEGORIES= benchmarks -MASTER_SITES= http://people.redhat.com/drepper/libm/ +MASTER_SITES= https://akkadia.org/drepper/libm/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://people.redhat.com/drepper/libm/ --_----------=_1703295901142270--