git: 84531028a865 - main - graphics/gd: enable option AVIF as default

From: Dirk Meyer <dinoex_at_FreeBSD.org>
Date: Thu, 10 Nov 2022 08:27:52 UTC
The branch main has been updated by dinoex:

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

commit 84531028a86540f4e90c04180d1aef1fd9837fc1
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-11-10 08:27:32 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2022-11-10 08:27:32 +0000

    graphics/gd: enable option AVIF as default
    
    PR: 267523
---
 graphics/gd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index aecda59b8a2f..8afc48ec9860 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libgd
 PORTVERSION=	2.3.3
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES+=	graphics
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/
@@ -25,7 +25,7 @@ USE_LDCONFIG=	yes
 TEST_TARGET=	check
 
 OPTIONS_DEFINE=	PNG JPEG WEBP TIFF XPM HEIF AVIF LIQ FREETYPE FONTCONFIG RAQM ICONV
-OPTIONS_DEFAULT=PNG JPEG WEBP TIFF LIQ FREETYPE FONTCONFIG ICONV
+OPTIONS_DEFAULT=PNG JPEG WEBP TIFF AVIF LIQ FREETYPE FONTCONFIG ICONV
 NO_OPTIONS_SORT=yes
 OPTIONS_SUB=	yes
 PNG_LIB_DEPENDS=	libpng.so:graphics/png