git: e735db796840 - 2021Q2 - misc/tkcron: Use default tk
Cy Schubert
cy at FreeBSD.org
Thu Jun 3 13:59:48 UTC 2021
The branch 2021Q2 has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e735db796840d86e4d65335996406cc7cbdb3f1d
commit e735db796840d86e4d65335996406cc7cbdb3f1d
Author: Cy Schubert <cy at FreeBSD.org>
AuthorDate: 2021-05-05 19:16:56 +0000
Commit: Cy Schubert <cy at 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 at FreeBSD.org
COMMENT= Frontend to crontab
-USES= tk:85,run
+USES= tk:,run
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -cd
More information about the dev-commits-ports-all
mailing list