aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2021-12-25 08:37:14 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2021-12-25 08:37:14 +0000
commita3534126fe633bc11d9e0bbe7429365ce090a6a6 (patch)
tree817b20870896d5a8a147dc67d606a57eef2ccdd6 /ports-mgmt
parent97a70632f5893d440536a7b7ac7dbb57c1975349 (diff)
downloadports-a3534126fe633bc11d9e0bbe7429365ce090a6a6.tar.gz
ports-a3534126fe633bc11d9e0bbe7429365ce090a6a6.zip
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
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/fastest_pkg/Makefile4
-rw-r--r--ports-mgmt/fastest_pkg/distinfo4
2 files changed, 7 insertions, 1 deletions
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