git: a3534126fe63 - main - ports-mgmt/fastest_pkg: Fix timeout

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Sat, 25 Dec 2021 08:40:03 UTC
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3534126fe633bc11d9e0bbe7429365ce090a6a6

commit a3534126fe633bc11d9e0bbe7429365ce090a6a6
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2021-12-25 08:37:14 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
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