git: 59941d29e905 - main - ports-mgmt/fastest_pkg: Update to 0.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Dec 2021 10:23:41 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=59941d29e9058052e41d0e45a57e37200054c17c
commit 59941d29e9058052e41d0e45a57e37200054c17c
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2021-12-24 10:23:36 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2021-12-24 10:23:36 +0000
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
---
ports-mgmt/fastest_pkg/Makefile | 4 ++--
ports-mgmt/fastest_pkg/distinfo | 6 +++---
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