Bug 258533 - textproc/gspell: Invalid portscout configuration
Summary: textproc/gspell: Invalid portscout configuration
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-16 14:01 UTC by Ryan Steinmetz
Modified: 2023-11-12 19:24 UTC (History)
4 users (show)

See Also:
alster: maintainer-feedback-


Attachments
[PATCH] textproc/gspell: Fix portscout configuration (1.42 KB, patch)
2023-08-05 14:20 UTC, Andrey Korobkov
no flags Details | Diff
[PATCH] textproc/gspell: Fix portscout configuration (1.50 KB, patch)
2023-08-06 13:53 UTC, Andrey Korobkov
alster: maintainer-approval? (gnome)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)