View | Details | Raw Unified | Return to bug 243665 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/Makefile (+1 lines)
Lines 829-834 Link Here
829
    SUBDIR += py-openimageio
829
    SUBDIR += py-openimageio
830
    SUBDIR += py-photocollage
830
    SUBDIR += py-photocollage
831
    SUBDIR += py-pillow
831
    SUBDIR += py-pillow
832
    SUBDIR += py-pillow6
832
    SUBDIR += py-pivy
833
    SUBDIR += py-pivy
833
    SUBDIR += py-plotly
834
    SUBDIR += py-plotly
834
    SUBDIR += py-png
835
    SUBDIR += py-png
(-)graphics/py-pillow/Makefile (-3 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pillow
4
PORTNAME=	pillow
5
PORTVERSION=	6.2.2
5
PORTVERSION=	7.0.0
6
CATEGORIES=	graphics python
6
CATEGORIES=	graphics python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
Lines 17-24 Link Here
17
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
17
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
19
19
20
# Python 2.7,3.5+
20
# Python 3.5+
21
USES=		cpe python
21
USES=		cpe python:3.5+
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
USE_PYTHON=	autoplist concurrent distutils
23
USE_PYTHON=	autoplist concurrent distutils
24
24
Lines 25-30 Link Here
25
GH_ACCOUNT=	python-${PORTNAME}
25
GH_ACCOUNT=	python-${PORTNAME}
26
GH_PROJECT=	${PORTNAME:C/p/P/}
26
GH_PROJECT=	${PORTNAME:C/p/P/}
27
27
28
CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}pillow6
29
28
OPTIONS_DEFINE=		FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
30
OPTIONS_DEFINE=		FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
29
OPTIONS_DEFAULT=	FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
31
OPTIONS_DEFAULT=	FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
30
32
(-)graphics/py-pillow/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1579047758
1
TIMESTAMP = 1579047762
2
SHA256 (python-pillow-Pillow-6.2.2_GH0.tar.gz) = cc4ec754ddcc98b7166a1afe062c6355c841776145f0f23bdd3bea1eaa41e2db
2
SHA256 (python-pillow-Pillow-7.0.0_GH0.tar.gz) = 925f52e26491063943c14edadc6d276e3a8427b11d6943113fd2ef24dcbeabca
3
SIZE (python-pillow-Pillow-6.2.2_GH0.tar.gz) = 37538464
3
SIZE (python-pillow-Pillow-7.0.0_GH0.tar.gz) = 37880130
(-)graphics/py-pillow6/Makefile (+3 lines)
Lines 5-10 Link Here
5
PORTVERSION=	6.2.2
5
PORTVERSION=	6.2.2
6
CATEGORIES=	graphics python
6
CATEGORIES=	graphics python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMESUFFIX=	6
8
9
9
MAINTAINER=	koobs@FreeBSD.org
10
MAINTAINER=	koobs@FreeBSD.org
10
COMMENT=	Fork of the Python Imaging Library (PIL)
11
COMMENT=	Fork of the Python Imaging Library (PIL)
Lines 25-30 Link Here
25
GH_ACCOUNT=	python-${PORTNAME}
26
GH_ACCOUNT=	python-${PORTNAME}
26
GH_PROJECT=	${PORTNAME:C/p/P/}
27
GH_PROJECT=	${PORTNAME:C/p/P/}
27
28
29
CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}pillow
30
28
OPTIONS_DEFINE=		FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
31
OPTIONS_DEFINE=		FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
29
OPTIONS_DEFAULT=	FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
32
OPTIONS_DEFAULT=	FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
30
33

Return to bug 243665