Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2021 13:59:47 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: e735db796840 - 2021Q2 - misc/tkcron: Use default tk
Message-ID:  <202106031359.153DxlYP057146@gitrepo.freebsd.org>

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

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

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?202106031359.153DxlYP057146>