Bug 258533

Summary: textproc/gspell: Invalid portscout configuration
Product: Ports & Packages Reporter: Ryan Steinmetz <zi>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: Closed FIXED    
Severity: Affects Only Me CC: alster, bofh, gnome, zi
Priority: --- Flags: alster: maintainer-feedback-
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
[PATCH] textproc/gspell: Fix portscout configuration
none
[PATCH] textproc/gspell: Fix portscout configuration alster: maintainer-approval? (gnome)

Description Ryan Steinmetz freebsd_committer freebsd_triage 2021-09-16 14:01:23 UTC
The existing PORTSCOUT variable is invalid:
 	PORTSCOUT=      limitw:even

limitw: Limit one part of the version number to either even or odd
        numbers. This variable is in the form "number,[even|odd]"
        The (number+1)th version component will be limited.


Please see this URL for the correct syntax:
https://portscout.freebsd.org/info/portscout-portconfig.txt
Comment 1 Andrey Korobkov 2023-08-05 14:20:52 UTC
Created attachment 243869 [details]
[PATCH] textproc/gspell: Fix portscout configuration
Comment 2 Andrey Korobkov 2023-08-06 13:53:27 UTC
Created attachment 243888 [details]
[PATCH] textproc/gspell: Fix portscout configuration
Comment 3 Ryan Steinmetz freebsd_committer freebsd_triage 2023-10-15 22:58:42 UTC
gnome@ is the maintainer for this--not me. :)
Comment 4 Andrey Korobkov 2023-10-16 00:11:38 UTC
Comment on attachment 243888 [details]
[PATCH] textproc/gspell: Fix portscout configuration

OK :)
Comment 5 Andrey Korobkov 2023-10-31 21:18:16 UTC
Maintainer timeout
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-11-12 19:23:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=97410c063745b82cb48245ff5e12a45fe2bdd18c

commit 97410c063745b82cb48245ff5e12a45fe2bdd18c
Author:     Andrey Korobkov <alster@vinterdalen.se>
AuthorDate: 2023-11-12 18:40:30 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-12 19:23:01 +0000

    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(-)