git: 7bd5ee011fe9 - main - multimedia/lms: Change default option to STB

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 31 Jan 2023 15:56:14 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7bd5ee011fe9f09329d83ab77f8aa0565d6dcb7f

commit 7bd5ee011fe9f09329d83ab77f8aa0565d6dcb7f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-31 15:52:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-31 15:56:11 +0000

    multimedia/lms: Change default option to STB
    
    ... because this is upstream's preferred choice.
    
    Reported by:    bapt@
---
 multimedia/lms/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile
index 5798dfe2b159..833f078ec686 100644
--- a/multimedia/lms/Makefile
+++ b/multimedia/lms/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	lms
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.35.1
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -32,7 +33,7 @@ PLIST_SUB=	USER="${USER}" GROUP="${GROUP}"
 
 OPTIONS_RADIO=			IMAGE_LIB
 OPTIONS_RADIO_IMAGE_LIB=	STB MAGICK
-OPTIONS_DEFAULT=		MAGICK
+OPTIONS_DEFAULT=		STB # STB is prefered by the upstream
 
 STB_DESC=			Use STB as image library (uses less memory)
 STB_BUILD_DEPENDS=		${LOCALBASE}/include/stb/stb_image.h:devel/stb