Bug 255624 - misc/tkcron: fixes BROKEN (tk:85)
Summary: misc/tkcron: fixes BROKEN (tk:85)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Cy Schubert
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2021-05-05 17:44 UTC by Chris Hutchinson
Modified: 2021-10-06 14:17 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (cy)
portmaster: maintainer-feedback? (cy)


Attachments
patch for misc/tkcron (332 bytes, patch)
2021-05-05 17:44 UTC, Chris Hutchinson
no flags Details | Diff

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