From 97410c063745b82cb48245ff5e12a45fe2bdd18c Mon Sep 17 00:00:00 2001 From: Andrey Korobkov Date: Sun, 12 Nov 2023 19:40:30 +0100 Subject: [PATCH] textproc/gspell: Fix portscout configuration It is the 2-nd (minor), not the 1-st (major) part of version number, that should be even. And limitw: key is 1-based, rather than 0-based, so it's the (number+1)th version component that will be limited by it. https://portscout.freebsd.org/info/portscout-portconfig.txt PR: 258533 Reported by: zi Approved by: gnome (maintainer-timeout) --- textproc/gspell/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/gspell/Makefile b/textproc/gspell/Makefile index c98e1cc218761..ece0d895dc3ad 100644 --- a/textproc/gspell/Makefile +++ b/textproc/gspell/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip -PORTSCOUT= limitw:even +PORTSCOUT= limitw:1,even OPTIONS_DEFINE= NLS OPTIONS_SUB= yes