diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2009-01-08 18:44:19 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2009-01-08 18:44:19 +0000 |
commit | 4aeba70c68b60d27f915f2920b65f064de464754 (patch) | |
tree | 5d38cc754130984dffe5a538d6aea17b9f4c0df5 /lang/cmucl/Makefile | |
parent | 09123d8c52194696328c8b4bd1f581116d360d7f (diff) |
Notes
Diffstat (limited to 'lang/cmucl/Makefile')
-rw-r--r-- | lang/cmucl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index a5472d13578c..b513be6da70c 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cmucl -PORTVERSION= 19c +PORTVERSION= 19e PORTREVISION= 1 CATEGORIES= lang lisp MASTER_SITES= ftp://ftp.common-lisp.net/pub/project/cmucl/release/${PORTVERSION}/ \ @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.common-lisp.net/pub/project/cmucl/release/${PORTVERSION} ftp://ftp.averillpark.net/cmucl/release/${PORTVERSION}/ \ ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/${PORTVERSION}/ \ ftp://ftp.tepus.com/pub/project/cmucl/release/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-FreeBSD +DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd6.3 MAINTAINER= cracauer@cons.org COMMENT= The CMU implementation of Common Lisp |