mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Update dependency to tk8.5.
Feature safe: yes
This commit is contained in:
parent
42e9a79423
commit
2d87251db8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294339
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= tkcron
|
||||
PORTVERSION= 2.12
|
||||
PORTREVISION= 1
|
||||
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/ \
|
||||
@ -18,7 +19,8 @@ EXTRACT_SUFX= .tcl.gz
|
||||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= A frontend to crontab
|
||||
|
||||
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
||||
RUN_DEPENDS= wish8.5:${PORTSDIR}/x11-toolkits/tk85 \
|
||||
wish:${PORTSDIR}/x11-toolkits/tk-wrapper
|
||||
|
||||
EXTRACT_CMD= ${GZIP_CMD}
|
||||
EXTRACT_BEFORE_ARGS= -cd
|
||||
|
@ -8,7 +8,7 @@ WISHDIR?= ${BINDIR}
|
||||
all: tkcron
|
||||
|
||||
tkcron:
|
||||
sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.2;g" tkcron.tcl > tkcron
|
||||
cp tkcron.tcl tkcron
|
||||
|
||||
install: all
|
||||
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user