git: 78d345a8d068 - main - graphics/py-willow: Enable HEIF option after b280ef6a26bf2cc0c5047f2fff8ca4274148dec3 and 2e5b12893ec69fbde468fd984ec00de70279f876

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 15 Nov 2024 10:18:11 UTC
The branch main has been updated by sunpoet:

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

commit 78d345a8d068cd1a912cecb944bdc1d3aa361761
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-11-15 10:09:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-11-15 10:17:13 +0000

    graphics/py-willow: Enable HEIF option after b280ef6a26bf2cc0c5047f2fff8ca4274148dec3 and 2e5b12893ec69fbde468fd984ec00de70279f876
    
    - Bump PORTREVISION for dependency change
---
 graphics/py-willow/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/py-willow/Makefile b/graphics/py-willow/Makefile
index e637b10548a7..ab65b9622095 100644
--- a/graphics/py-willow/Makefile
+++ b/graphics/py-willow/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	willow
 PORTVERSION=	1.9.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,7 +25,7 @@ NO_ARCH=	yes
 OPTIONS_DEFINE=	HEIF
 OPTIONS_MULTI=	BACKEND
 OPTIONS_MULTI_BACKEND=	PILLOW WAND OPENCV
-OPTIONS_DEFAULT=PILLOW
+OPTIONS_DEFAULT=HEIF PILLOW
 HEIF_DESC=	HEIF support
 OPENCV_DESC=	Use OpenCV as backend
 PILLOW_DESC=	Use Pillow as backend