Skip to content

Commit

Permalink
textproc/gspell: Fix portscout configuration
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Andrey Korobkov authored and 5u623l20 committed Nov 12, 2023
1 parent 00b411f commit 97410c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textproc/gspell/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 97410c0

Please sign in to comment.