Date: Sat, 4 Sep 2021 11:45:59 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5e047679e79a - main - graphics/py-pillow: Fix CPE information Message-ID: <202109041145.184BjxdI084776@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e047679e79adfd250e3ff5596d2caf42ec4fdf5 commit 5e047679e79adfd250e3ff5596d2caf42ec4fdf5 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-04 10:44:26 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-04 11:45:41 +0000 graphics/py-pillow: Fix CPE information Approved by: portmgr (blanket) --- graphics/py-pillow/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile index 99d98d64326d..60c6c3367a97 100644 --- a/graphics/py-pillow/Makefile +++ b/graphics/py-pillow/Makefile @@ -23,6 +23,8 @@ 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 OPTIONS_DEFAULT= FREETYPE JPEG JPEG2000 LCMS OLE PNG RAQM TIFF TKINTER WEBP XCB
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109041145.184BjxdI084776>