Bug 258060

Summary: x11/xdotool: version number went backwards
Product: Ports & Packages Reporter: Ting-Wei Lan <lantw44>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape, gregf
Priority: --- Flags: bugzilla: maintainer-feedback? (gregf)
Version: Latest   
Hardware: Any   
OS: Any   

Description Ting-Wei Lan 2021-08-26 14:43:31 UTC
In commit 6212c464a8141b0c3700d3ae4e72b6057982e8c0, PORTEPOCH was removed, so the version number went backwards from 3.20160805.1,1 to 3.20210804.2. This causes 'pkg version' to report that the package succeeds index.

$ pkg version -IvL =
xdotool-3.20160805.1,1             >   succeeds index (index has 3.20210804.2)
Comment 1 Greg Fitzgerald 2021-08-26 14:48:54 UTC
I'm not able to take care of this until next week. I have a spotty connection at best, and no laptop with me. Is someone able to fix this for me? Thanks.
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2021-08-26 16:31:26 UTC
I didn't spot this when committing last time.

I'll fix it.
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2021-08-26 16:46:25 UTC
Fixed.

Thanks for reporting this!
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-08-26 16:46:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78234d3bffba02b7e928d8d7d9cb936276cbdf93

commit 78234d3bffba02b7e928d8d7d9cb936276cbdf93
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2021-08-26 16:37:37 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2021-08-26 16:41:18 +0000

    x11/xdotool: Restore PORTEPOCH

    After it was accidentally removed in 6212c464a814

    $ pkg version -t 3.20210804.2 3.20210804.2,1
    <

    PR:     258060
    Reported by:    lantw44@gmail.com
    Reviewed by:

 x11/xdotool/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)