aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2021-12-24 10:23:36 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2021-12-24 10:23:36 +0000
commit59941d29e9058052e41d0e45a57e37200054c17c (patch)
tree8c6b28cc5dbb020ad36fb4f196bb9f89f0268d87
parent9f57722a567461b58dc0aae3261e14db4ed2ccaf (diff)
downloadports-59941d29e9058052e41d0e45a57e37200054c17c.tar.gz
ports-59941d29e9058052e41d0e45a57e37200054c17c.zip
ports-mgmt/fastest_pkg: Update to 0.2.0
Added * Timeout switch * Verbose switch * CHANGELOG.md file Changed * Switch from external cURL to pycurl * Display human-readable formatting of bytes, using metric (powers of 1000) representation * Display only one decimal for bytes representation * Code refactoring * Installation is using entry_points instead of scripts Removed * Dependency to external cURL binary
-rw-r--r--ports-mgmt/fastest_pkg/Makefile4
-rw-r--r--ports-mgmt/fastest_pkg/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/fastest_pkg/Makefile b/ports-mgmt/fastest_pkg/Makefile
index d37fb50695fe..9a97d2923c78 100644
--- a/ports-mgmt/fastest_pkg/Makefile
+++ b/ports-mgmt/fastest_pkg/Makefile
@@ -1,7 +1,7 @@
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= fastest_pkg
-PORTVERSION= 0.1.2
+PORTVERSION= 0.2.0
DISTVERSIONPREFIX= v
CATEGORIES= ports-mgmt python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT= Script to find the fastest pkg mirror
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \
- curl:ftp/curl
+ ${PYTHON_PKGNAMEPREFIX}pycurl>0:ftp/py-pycurl@${PY_FLAVOR}
USES= python:3.6+
USE_GITHUB= yes
diff --git a/ports-mgmt/fastest_pkg/distinfo b/ports-mgmt/fastest_pkg/distinfo
index 74879e93894e..f3335a1f9111 100644
--- a/ports-mgmt/fastest_pkg/distinfo
+++ b/ports-mgmt/fastest_pkg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607501707
-SHA256 (ehaupt-fastest_pkg-v0.1.2_GH0.tar.gz) = d938324b82572889e62bbd674ff5231e529b12afcedd341267307913dc5d42ae
-SIZE (ehaupt-fastest_pkg-v0.1.2_GH0.tar.gz) = 2789
+TIMESTAMP = 1640340937
+SHA256 (ehaupt-fastest_pkg-v0.2.0_GH0.tar.gz) = b2ea3ea47eb9c58d82186542aaa73f65998d1254f8851a242a3f1f457ba8b6db
+SIZE (ehaupt-fastest_pkg-v0.2.0_GH0.tar.gz) = 5708