mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 19e.
PR: 126890 Submitted by: fulvio ciriaco <oivulf@gmail.com> Patch by: maintainer
This commit is contained in:
parent
09123d8c52
commit
4aeba70c68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225517
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user