From nobody Sat Dec 25 08:40:03 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1F9631900CA5; Sat, 25 Dec 2021 08:40:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JLcnH5sfPz3rLH; Sat, 25 Dec 2021 08:40:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99EDB1439D; Sat, 25 Dec 2021 08:40:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BP8e3uF040280; Sat, 25 Dec 2021 08:40:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BP8e3RW040277; Sat, 25 Dec 2021 08:40:03 GMT (envelope-from git) Date: Sat, 25 Dec 2021 08:40:03 GMT Message-Id: <202112250840.1BP8e3RW040277@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: a3534126fe63 - main - ports-mgmt/fastest_pkg: Fix timeout List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a3534126fe633bc11d9e0bbe7429365ce090a6a6 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640421603; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=juOZlEGgmcVHbSHCuvGS1gz5ehTjrhjUzC1RCBhf5lw=; b=gGJl+Jyyo7ZgoueXQpJWkSJfxDzMNIG/214K7A0/Aqe52t/W7SP1cXhVKz0s9iWxPgBLQL nSjNQ1SqE+BGTIGAgd1XHadKcFEUOw1GyCA9U8GCngC0EGYIs4rZwr8R4vTnZZSDTym4S7 m8Ew9Spe6dRZ4TGUOTnx8BYbDx/7fs5rU5ysVrCcZyBdEhuK7ui6plaeCAc0O+P/Tw3He4 b23Okpgzi6NIOPABXKGfaz0Lrd2NpvyZubTdqwm3MzEfNM8g1Zl/4ULaMLyey/CnU6MNfl olZ+r7ySP+xzSPthRUTdYNrs+P4Ya0tVTck3y5TB+8hM+BS2wZHe3aDihKj7ig== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640421603; a=rsa-sha256; cv=none; b=CgqjZryA/VYXq7ZIBoEn97lLgGCFYGx0mgR15BQ2U6rKMd964IcwvwI09OQr30ppNkwqTh XcGPlRNDD59jGacMYYQyABTU4ZGOElCaTD+UqAHAEbJxKkkqWcLBM1U/29PU2V6dwoVXIo X0i6oT5oKIK2Fx7S9Y87aIwa0isyb98z+C5Gv4u6hA7r4qIJAzxTMfua3yl0Yj1iJWmUX0 SWKzGBxiHi9IUWbX1kDkTceKx5etYJR+L+mRT/WYT2w45IuMbmmewfBVJCWY8zlFxSTuM8 7dECtNarrcv1wd2z4FgN0uiTSzn4zPNyYe7q36TdTVaf+R7qJwfP/vAbLJWfzA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3534126fe633bc11d9e0bbe7429365ce090a6a6 commit a3534126fe633bc11d9e0bbe7429365ce090a6a6 Author: Emanuel Haupt AuthorDate: 2021-12-25 08:37:14 +0000 Commit: Emanuel Haupt CommitDate: 2021-12-25 08:37:14 +0000 ports-mgmt/fastest_pkg: Fix timeout Use TIMEOUT_MS instead of TIMEOUT as the argument expects milliseconds. Pull Request: https://github.com/ehaupt/fastest_pkg/pull/5 --- ports-mgmt/fastest_pkg/Makefile | 4 ++++ ports-mgmt/fastest_pkg/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ports-mgmt/fastest_pkg/Makefile b/ports-mgmt/fastest_pkg/Makefile index 9a97d2923c78..33db90e6c80f 100644 --- a/ports-mgmt/fastest_pkg/Makefile +++ b/ports-mgmt/fastest_pkg/Makefile @@ -3,9 +3,13 @@ PORTNAME= fastest_pkg PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= ports-mgmt python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 0a736009a0c98d3277e6cfe93cc36a5bc6f6cd40.patch:-p1 + MAINTAINER= ehaupt@FreeBSD.org COMMENT= Script to find the fastest pkg mirror diff --git a/ports-mgmt/fastest_pkg/distinfo b/ports-mgmt/fastest_pkg/distinfo index f3335a1f9111..3227431e3532 100644 --- a/ports-mgmt/fastest_pkg/distinfo +++ b/ports-mgmt/fastest_pkg/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1640340937 +TIMESTAMP = 1640420967 SHA256 (ehaupt-fastest_pkg-v0.2.0_GH0.tar.gz) = b2ea3ea47eb9c58d82186542aaa73f65998d1254f8851a242a3f1f457ba8b6db SIZE (ehaupt-fastest_pkg-v0.2.0_GH0.tar.gz) = 5708 +SHA256 (0a736009a0c98d3277e6cfe93cc36a5bc6f6cd40.patch) = 2dd4c5301a3729bef2ab557df2bd61d8245fc683e3c4107a32804ee76da1d2ab +SIZE (0a736009a0c98d3277e6cfe93cc36a5bc6f6cd40.patch) = 894