Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2021 19:23:54 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d87efbc45723 - main - misc/tkcron: Use default tk
Message-ID:  <202105051923.145JNsHu009225@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

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

diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile
index de0a73407e8b..a0cd34aa104b 100644
--- a/misc/tkcron/Makefile
+++ b/misc/tkcron/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	tkcron
 PORTVERSION=	2.12
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc
 MASTER_SITES=	ftp://ftp.tcl.tk/pub/tcl/mirror/ftp.procplace.com/sorted/packages-7.6/misc/tkcron-2.12/ \
 		http://ftp.sunet.se/pub/lang/tcl/sorted/packages-7.6/misc/tkcron-2.12/ \
@@ -14,7 +14,7 @@ EXTRACT_SUFX=	.tcl.gz
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Frontend to crontab
 
-USES=		tk:85,run
+USES=		tk:,run
 
 EXTRACT_CMD=	${GZIP_CMD}
 EXTRACT_BEFORE_ARGS= -cd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105051923.145JNsHu009225>