aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:18:11 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:46 +0000
commitf036372126b3d3364e6a1c96b1922d1e2b650c81 (patch)
treed591ff5a20da4111833f3bde361b89f4c2273db1
parent7c3745ec7787c6674a38fba413a188c5b7ac654d (diff)
downloadports-f036372126b3d3364e6a1c96b1922d1e2b650c81.tar.gz
ports-f036372126b3d3364e6a1c96b1922d1e2b650c81.zip
misc/py-progressbar: Update WWW and clean up pkg-descr
-rw-r--r--misc/py-progressbar/Makefile2
-rw-r--r--misc/py-progressbar/pkg-descr2
2 files changed, 1 insertions, 3 deletions
diff --git a/misc/py-progressbar/Makefile b/misc/py-progressbar/Makefile
index 5751f52f2fc9..16abbbfd5472 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 c6a1c128c8ee..fb1ebec65f77 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