Re: git: 85ba12a0c65e - main - x11-fonts/stix-fonts: upgrade to v2.14

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 06 Apr 2025 21:54:49 UTC
On 2025-04-06 21:57, Thierry Thomas wrote:
> The branch main has been updated by thierry:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=85ba12a0c65e715a9ab6b9ab1955c08d044c68e6
>
> commit 85ba12a0c65e715a9ab6b9ab1955c08d044c68e6
> Author:     Thierry Thomas <thierry@FreeBSD.org>
> AuthorDate: 2025-04-06 16:13:18 +0000
> Commit:     Thierry Thomas <thierry@FreeBSD.org>
> CommitDate: 2025-04-06 19:57:20 +0000
>
>      x11-fonts/stix-fonts: upgrade to v2.14
>      
>      Release notes at https://github.com/stipub/stixfonts/releases/tag/v2.14
> ---
>   x11-fonts/stix-fonts/Makefile  | 20 ++++++++++++--------
>   x11-fonts/stix-fonts/distinfo  |  6 +++---
>   x11-fonts/stix-fonts/pkg-plist | 32 ++++++++++++++++++++++----------
>   3 files changed, 37 insertions(+), 21 deletions(-)
>
> diff --git a/x11-fonts/stix-fonts/Makefile b/x11-fonts/stix-fonts/Makefile
> index 5d335b7cf8a5..48360bbab4d5 100644
> --- a/x11-fonts/stix-fonts/Makefile
> +++ b/x11-fonts/stix-fonts/Makefile
> @@ -1,7 +1,10 @@
>   PORTNAME=	stixfonts
> -PORTVERSION=	2.13
> +PORTVERSION=	2.14
>   DISTVERSIONPREFIX=	v
>   CATEGORIES=	x11-fonts
> +MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
> +DISTNAME=	fonts
> +DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
>   
>   MAINTAINER=	thierry@FreeBSD.org
>   COMMENT=	OpenType Unicode fonts for Scientific, Technical, and Math texts
> @@ -9,11 +12,13 @@ WWW=		https://www.stixfonts.org/
>   
>   LICENSE=	OFL11
>   
> -USES=		fonts xorg
> +USES=		fonts xorg zip

Hi,

Maybe I'm missing something obvious but listing xorg as a dependency 
seems incorrect?

Best regards,

Daniel