diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 21:20:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 21:20:22 +0000 |
commit | 92ac2d278a4d5c7c1640f3f2591bc3b00d40b0e6 (patch) | |
tree | dd6192af6a8521efe815e7686685a70ce32f23d1 /misc/tkcron | |
parent | 82da967c84e9d3902af15235bed71202a9acd474 (diff) |
Mark as BROKEN: does not fetch.
Source: distfile survey
Notes
Notes:
svn path=/head/; revision=145012
Diffstat (limited to 'misc/tkcron')
-rw-r--r-- | misc/tkcron/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index 7c1df7df535d..1c016026a5aa 100644 --- a/misc/tkcron/Makefile +++ b/misc/tkcron/Makefile @@ -8,12 +8,16 @@ PORTNAME= tkcron PORTVERSION= 2.12 CATEGORIES= misc tk82 -MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/misc/tkcron-2.12/ +MASTER_SITES= # disappeared EXTRACT_SUFX= .tcl.gz MAINTAINER= sander@haldjas.folklore.ee COMMENT= A frontend to crontab +BROKEN= "mastersite disappeared" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-11 + RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 EXTRACT_CMD= ${GZIP_CMD} |