aboutsummaryrefslogtreecommitdiff
path: root/lang/logo/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-10-11 19:06:10 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-10-11 19:06:10 +0000
commit403376c33b7070fe100b21aee58874ce317848ce (patch)
tree3ca116e2e53b5291b7a103f0a2677b17d5d3ee1b /lang/logo/Makefile
parente8f74e82ba5c88598b7131e3170108d9b4508bd5 (diff)
downloadports-403376c33b7070fe100b21aee58874ce317848ce.tar.gz
ports-403376c33b7070fe100b21aee58874ce317848ce.zip
- Update to 5.5 and unbreak
PR: ports/87219 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Notes
Notes: svn path=/head/; revision=144987
Diffstat (limited to 'lang/logo/Makefile')
-rw-r--r--lang/logo/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile
index 8fab9028921e..d3c7bbe0a984 100644
--- a/lang/logo/Makefile
+++ b/lang/logo/Makefile
@@ -6,17 +6,14 @@
#
PORTNAME= ucblogo
-PORTVERSION= 5.4
+PORTVERSION= 5.5
CATEGORIES= lang
-MASTER_SITES= ftp://ftp.cs.berkeley.edu/pub/ucblogo/
+MASTER_SITES= http://www.cs.berkeley.edu/~bh/downloads/
+DISTNAME= ${PORTNAME}
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
@@ -27,6 +24,7 @@ BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX \
ps2pdf:${PORTSDIR}/${GHOSTSCRIPT_PORT}
.endif
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XLIB= yes
MAKEFILE= makefile
HAS_CONFIGURE= yes