diff options
author | cy <cy@FreeBSD.org> | 2012-04-08 01:24:36 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-04-08 01:24:36 +0800 |
commit | 236459963e17b9cb8b086b59d6e6328ff048a52d (patch) | |
tree | 6f84259a25ec1a3312cd79561b67cce26e027d2c /misc/tkcron | |
parent | fd3d6a12a18acacd47af4a7edfd128b59d64c1c3 (diff) | |
download | freebsd-ports-gnome-236459963e17b9cb8b086b59d6e6328ff048a52d.tar.gz freebsd-ports-gnome-236459963e17b9cb8b086b59d6e6328ff048a52d.tar.zst freebsd-ports-gnome-236459963e17b9cb8b086b59d6e6328ff048a52d.zip |
Update dependency to tk8.5.
Feature safe: yes
Diffstat (limited to 'misc/tkcron')
-rw-r--r-- | misc/tkcron/Makefile | 4 | ||||
-rw-r--r-- | misc/tkcron/files/Makefile | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index 85e209ccb8f5..a938236f17b4 100644 --- a/misc/tkcron/Makefile +++ b/misc/tkcron/Makefile @@ -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 diff --git a/misc/tkcron/files/Makefile b/misc/tkcron/files/Makefile index b18a1dee335f..63791c9b563e 100644 --- a/misc/tkcron/files/Makefile +++ b/misc/tkcron/files/Makefile @@ -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} |