diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:17:33 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:30:43 +0000 |
commit | a9d3785b720a8e6ce40e9f449703f8066084698d (patch) | |
tree | da24cd808f8f4ec565ffcbc73119a6a2c1c7573f | |
parent | 402e7768734448e8a625954a98ef33c3aecce703 (diff) |
graphics/py-pillow: Update WWW and clean up pkg-descr
-rw-r--r-- | graphics/py-pillow/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-pillow/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile index ca791d026dc4..ad0719438472 100644 --- a/graphics/py-pillow/Makefile +++ b/graphics/py-pillow/Makefile @@ -7,7 +7,8 @@ DISTNAME= Pillow-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fork of the Python Imaging Library (PIL) -WWW= https://python-pillow.org/ +WWW= https://python-pillow.org/ \ + https://github.com/python-pillow/Pillow LICENSE= PIL LICENSE_NAME= Standard PIL License diff --git a/graphics/py-pillow/pkg-descr b/graphics/py-pillow/pkg-descr index 2289adf8c8e4..6db462a4d4d2 100644 --- a/graphics/py-pillow/pkg-descr +++ b/graphics/py-pillow/pkg-descr @@ -11,5 +11,3 @@ representation, and fairly powerful image processing capabilities. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool. - -See also: https://github.com/python-pillow/Pillow |