summaryrefslogtreecommitdiff
path: root/lang/logo
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2005-10-09 20:32:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2005-10-09 20:32:45 +0000
commit62411609636244293f35bc7ec348918f689b7665 (patch)
treee4a1433a3b1896af4ba656fd3ad6429f195bf4d2 /lang/logo
parentChase mastersites. Note: this project looks as though it is inactive. (diff)
Mark as BROKEN: old version does not fetch. A new version is available.
Source: distfile survey
Notes
Notes: svn path=/head/; revision=144705
Diffstat (limited to 'lang/logo')
-rw-r--r--lang/logo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile
index a0f67834ee1f..8fab9028921e 100644
--- a/lang/logo/Makefile
+++ b/lang/logo/Makefile
@@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.cs.berkeley.edu/pub/ucblogo/
MAINTAINER= ports@FreeBSD.org
COMMENT= Brian Harvey's logo language interpreter
+BROKEN= "5.4 fails to fetch, latest version is 5.5"
+DEPRECATED= ${BROKEN}
+EXPIRATION_DATE= 2005-12-09
+
.if defined(EMACS_LOGO_MODE)
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
.endif