Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2024 20:43:07 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b9e750e0dc18 - main - graphics/py-pillow: Update to 11.0.0
Message-ID:  <202410312043.49VKh7Nl002070@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9e750e0dc18066dab09e05b6b32bd3fafd54b85

commit b9e750e0dc18066dab09e05b6b32bd3fafd54b85
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-31 20:40:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-31 20:40:35 +0000

    graphics/py-pillow: Update to 11.0.0
    
    - Update LICENSE
    
    Changes:        https://github.com/python-pillow/Pillow/releases
                    https://pillow.readthedocs.io/en/stable/releasenotes/index.html
---
 graphics/py-pillow/Makefile | 8 ++++----
 graphics/py-pillow/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile
index 68d573a387f1..125eaf971cbb 100644
--- a/graphics/py-pillow/Makefile
+++ b/graphics/py-pillow/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pillow
-PORTVERSION=	10.4.0
+PORTVERSION=	11.0.0
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +10,10 @@ WWW=		https://python-pillow.org/ \
 		https://pillow.readthedocs.io/en/stable/ \
 		https://github.com/python-pillow/Pillow
 
-LICENSE=	PIL
-LICENSE_NAME=	Standard PIL License
+LICENSE=	MIT-CMU
+LICENSE_NAME=	CMU License
 LICENSE_FILE=	${WRKSRC}/LICENSE
-LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_PERMS=	auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
diff --git a/graphics/py-pillow/distinfo b/graphics/py-pillow/distinfo
index 07d6014e98a6..80825b3a278b 100644
--- a/graphics/py-pillow/distinfo
+++ b/graphics/py-pillow/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720022858
-SHA256 (pillow-10.4.0.tar.gz) = 166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06
-SIZE (pillow-10.4.0.tar.gz) = 46555059
+TIMESTAMP = 1730387100
+SHA256 (pillow-11.0.0.tar.gz) = 72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739
+SIZE (pillow-11.0.0.tar.gz) = 46737780



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410312043.49VKh7Nl002070>