From f036372126b3d3364e6a1c96b1922d1e2b650c81 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 6 Apr 2023 01:18:11 +0800 Subject: [PATCH] misc/py-progressbar: Update WWW and clean up pkg-descr --- misc/py-progressbar/Makefile | 2 +- misc/py-progressbar/pkg-descr | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/misc/py-progressbar/Makefile b/misc/py-progressbar/Makefile index 5751f52f2fc96..16abbbfd54723 100644 --- a/misc/py-progressbar/Makefile +++ b/misc/py-progressbar/Makefile @@ -6,7 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Text progressbar library for python -WWW= https://pypi.org/project/progressbar/ +WWW= https://github.com/niltonvolpato/python-progressbar LICENSE= BSD3CLAUSE LGPL21+ LICENSE_COMB= dual diff --git a/misc/py-progressbar/pkg-descr b/misc/py-progressbar/pkg-descr index c6a1c128c8ee6..fb1ebec65f774 100644 --- a/misc/py-progressbar/pkg-descr +++ b/misc/py-progressbar/pkg-descr @@ -12,5 +12,3 @@ There are three types of widget: it's update method is called; and - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line. - -See also: https://github.com/niltonvolpato/python-progressbar