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 | |
parent | 09123d8c52194696328c8b4bd1f581116d360d7f (diff) | |
download | ports-4aeba70c68b60d27f915f2920b65f064de464754.tar.gz ports-4aeba70c68b60d27f915f2920b65f064de464754.zip |
Notes
Diffstat (limited to 'lang/cmucl')
-rw-r--r-- | lang/cmucl/Makefile | 4 | ||||
-rw-r--r-- | lang/cmucl/distinfo | 6 | ||||
-rw-r--r-- | lang/cmucl/pkg-plist | 7 |
3 files changed, 11 insertions, 6 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 diff --git a/lang/cmucl/distinfo b/lang/cmucl/distinfo index 107ba4fa411e..278323734983 100644 --- a/lang/cmucl/distinfo +++ b/lang/cmucl/distinfo @@ -1,3 +1,3 @@ -MD5 (cmucl-19c-x86-FreeBSD.tar.bz2) = e256545bcbc83ae7fb836bcb7b34b0a8 -SHA256 (cmucl-19c-x86-FreeBSD.tar.bz2) = 0190d8e7359b0963c5e90b9fba93e791c20635a059affbe854b04156bd1d5897 -SIZE (cmucl-19c-x86-FreeBSD.tar.bz2) = 7303318 +MD5 (cmucl-19e-x86-freebsd6.3.tar.bz2) = dbb4ca6e0702f968581f6cb1939a8c75 +SHA256 (cmucl-19e-x86-freebsd6.3.tar.bz2) = 49508a4d05fdd0b7ad8faf309ac9b669a52860ea65a477507593c8c513116d76 +SIZE (cmucl-19e-x86-freebsd6.3.tar.bz2) = 7706442 diff --git a/lang/cmucl/pkg-plist b/lang/cmucl/pkg-plist index 3c7a4c3b7e26..0d4dcdb9b257 100644 --- a/lang/cmucl/pkg-plist +++ b/lang/cmucl/pkg-plist @@ -6,6 +6,10 @@ lib/cmucl/lib/config.lisp lib/cmucl/lib/generic-site.lisp lib/cmucl/lib/lisp.core lib/cmucl/lib/load-foreign.csh +lib/cmucl/lib/ext-formats/iso8859-1.lisp +lib/cmucl/lib/ext-formats/utf-8.lisp +lib/cmucl/lib/ext-formats/void.lisp +lib/cmucl/lib/subsystems/external-formats-library.x86f lib/cmucl/lib/subsystems/gray-compat-library.x86f lib/cmucl/lib/subsystems/gray-streams-library.x86f lib/cmucl/lib/subsystems/iodefs-library.x86f @@ -14,8 +18,9 @@ lib/cmucl/lisp.map lib/cmucl/lisp.nm lib/cmucl/sample-wrapper %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/release-19c.txt +%%PORTDOCS%%%%DOCSDIR%%/release-19e.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm lib/cmucl/lib/ext-formats @dirrm lib/cmucl/lib/subsystems @dirrm lib/cmucl/lib @dirrm lib/cmucl |