diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-12-25 08:37:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-12-25 08:37:14 +0000 |
commit | a3534126fe633bc11d9e0bbe7429365ce090a6a6 (patch) | |
tree | 817b20870896d5a8a147dc67d606a57eef2ccdd6 /ports-mgmt | |
parent | 97a70632f5893d440536a7b7ac7dbb57c1975349 (diff) |
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/fastest_pkg/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/fastest_pkg/distinfo | 4 |
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 |