Bug 255624

Summary: misc/tkcron: fixes BROKEN (tk:85)
Product: Ports & Packages Reporter: Chris Hutchinson <portmaster>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Some People CC: cy
Priority: --- Keywords: patch, patch-ready
Version: LatestFlags: bugzilla: maintainer-feedback? (cy)
portmaster: maintainer-feedback? (cy)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for misc/tkcron none

Description Chris Hutchinson 2021-05-05 17:44:21 UTC
Created attachment 224698 [details]
patch for misc/tkcron

misc/tkcron is currently marked BROKEN for
USES= tk:85
The patch attached to this pr(1) raises the
tk version to 86.
The port builds/works as intended after this
change.

portlint is still unhappy about there being no
LICENSE. I was unable to determine a correct
license for this. So did not add one.

Changes
Makefile (tk:85-->tk:86)

Thats it!

--Chris
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-05-05 19:24:17 UTC
A commit in branch main references this bug:

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

commit d87efbc4572321f5aec06e94d199217cdb257f57
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-05-05 19:16:56 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-05-05 19:16:56 +0000

    misc/tkcron: Use default tk

    tkcron is able to run under any version of tk. Use the default tk
    prescribed by the ports tree.

    PR:             255624
    Reported by:    Chris Hutchinson <portmaster_bsdforge.com
    MFH:            2021Q2

 misc/tkcron/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2021-05-05 19:38:00 UTC
It can depend on any version of tk. Uses=tk:,run will use the currently defaulted tk.

I'll need to run portlint on this as well.

There is no license file. I suspect the author simply cobbled it up and a couple of other people added features.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-06-03 14:00:14 UTC
A commit in branch 2021Q2 references this bug:

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

commit e735db796840d86e4d65335996406cc7cbdb3f1d
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-05-05 19:16:56 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-06-03 13:59:03 +0000

    misc/tkcron: Use default tk

    tkcron is able to run under any version of tk. Use the default tk
    prescribed by the ports tree.

    PR:             255624
    Reported by:    Chris Hutchinson <portmaster_bsdforge.com
    MFH:            2021Q2

    (cherry picked from commit d87efbc4572321f5aec06e94d199217cdb257f57)

 misc/tkcron/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 4 Cy Schubert freebsd_committer freebsd_triage 2021-10-06 14:17:32 UTC
Committed June 3, 2021.