Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 13:44:40 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: f206d557f83e - main - graphics/py-pillow: Update to 8.4.0
Message-ID:  <202203251344.22PDieGg021040@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=f206d557f83e870fa77948c1fd64f2e307c6f31c

commit f206d557f83e870fa77948c1fd64f2e307c6f31c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:00:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:04 +0000

    graphics/py-pillow: Update to 8.4.0
    
    - Change MASTER_SITES from GitHub to CHEESESHOP
    
    Changes:        https://github.com/python-pillow/Pillow/releases
---
 graphics/py-pillow/Makefile | 12 ++++--------
 graphics/py-pillow/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile
index 9dfdddbedc63..bd76f3d097a7 100644
--- a/graphics/py-pillow/Makefile
+++ b/graphics/py-pillow/Makefile
@@ -1,10 +1,11 @@
 # Created by: Kubilay Kocak <koobs@FreeBSD.org>
 
 PORTNAME=	pillow
-PORTVERSION=	8.2.0
-PORTREVISION=	1
+PORTVERSION=	8.4.0
 CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	Pillow-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Fork of the Python Imaging Library (PIL)
@@ -16,14 +17,9 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
-# Python 3.5+
-USES=		cpe python:3.5+
-USE_GITHUB=	yes
+USES=		cpe python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
-GH_ACCOUNT=	python-${PORTNAME}
-GH_PROJECT=	${PORTNAME:C/p/P/}
-
 CPE_VENDOR=	python
 
 OPTIONS_DEFINE=		FREETYPE JPEG JPEG2000 LCMS OLE PNG RAQM TIFF TKINTER WEBP XCB
diff --git a/graphics/py-pillow/distinfo b/graphics/py-pillow/distinfo
index a1a68742bb8a..f45d2448bfef 100644
--- a/graphics/py-pillow/distinfo
+++ b/graphics/py-pillow/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619193474
-SHA256 (python-pillow-Pillow-8.2.0_GH0.tar.gz) = da86280bbfcd2b7fd87d33ce6f28688bf600600dfdbe85bfc16c562bbd26ca97
-SIZE (python-pillow-Pillow-8.2.0_GH0.tar.gz) = 47898485
+TIMESTAMP = 1647264596
+SHA256 (Pillow-8.4.0.tar.gz) = b8e2f83c56e141920c39464b852de3719dfbfb6e3c99a2d8da0edf4fb33176ed
+SIZE (Pillow-8.4.0.tar.gz) = 49368411



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