Update to 0.8.17.
This commit is contained in:
parent
5f2d912ff6
commit
fcdaeb79e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124628
3 changed files with 8 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= sbcl
|
||||
PORTVERSION= 0.8.16
|
||||
PORTVERSION= 0.8.17
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= sbcl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MD5 (sbcl-0.8.16-source.tar.bz2) = ae305cbc7a018f45c119282aebf43c90
|
||||
SIZE (sbcl-0.8.16-source.tar.bz2) = 2342519
|
||||
MD5 (sbcl-0.8.16-html.tar.bz2) = 096adea4e54463761e4d08f8067611ff
|
||||
SIZE (sbcl-0.8.16-html.tar.bz2) = 108443
|
||||
MD5 (sbcl-0.8.17-source.tar.bz2) = 684d1a96496b46331dc50840db612909
|
||||
SIZE (sbcl-0.8.17-source.tar.bz2) = 2474794
|
||||
MD5 (sbcl-0.8.17-html.tar.bz2) = a5eea2768bf91e19ac1132928252382d
|
||||
SIZE (sbcl-0.8.17-html.tar.bz2) = 108720
|
||||
|
|
|
@ -214,6 +214,7 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Profiling.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Quit.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Read-Errors.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Resolution-of-Name-Conflicts.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Running-from-Emacs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Running-from-Shell.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Runtime-Options.html
|
||||
|
@ -265,6 +266,8 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002ddebug_003a_002atrace_002dencapsulate_002ddefault_002a.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002ddebug_003a_002atrace_002dindentation_002dstep_002a.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002ddebug_003a_002atrace_002dvalues_002a.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dext_003a_002acompiler_002dprint_002dvariable_002dalist_002a.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dext_003a_002adebug_002dprint_002dvariable_002dalist_002a.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dext_003a_002aed_002dfunctions_002a.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dext_003a_002ainvoke_002ddebugger_002dhook_002a.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dext_003a_002amodule_002dprovider_002dfunctions_002a.html
|
||||
|
@ -376,17 +379,6 @@ lib/sbcl/sb-grovel/sb-grovel.fasl
|
|||
lib/sbcl/sb-grovel/sb-grovel.texinfo
|
||||
lib/sbcl/sb-grovel/test-passed
|
||||
lib/sbcl/sb-introspect/sb-introspect.fasl
|
||||
lib/sbcl/sb-md5/.cvsignore
|
||||
lib/sbcl/sb-md5/Makefile
|
||||
lib/sbcl/sb-md5/README
|
||||
lib/sbcl/sb-md5/md5-tests.fasl
|
||||
lib/sbcl/sb-md5/md5-tests.lisp
|
||||
lib/sbcl/sb-md5/md5.fasl
|
||||
lib/sbcl/sb-md5/md5.lisp
|
||||
lib/sbcl/sb-md5/sb-md5.asd
|
||||
lib/sbcl/sb-md5/sb-md5.fasl
|
||||
lib/sbcl/sb-md5/sb-md5.texinfo
|
||||
lib/sbcl/sb-md5/test-passed
|
||||
lib/sbcl/sb-posix/.cvsignore
|
||||
lib/sbcl/sb-posix/Makefile
|
||||
lib/sbcl/sb-posix/README
|
||||
|
@ -483,7 +475,6 @@ lib/sbcl/systems/sb-aclrepl.asd
|
|||
lib/sbcl/systems/sb-bsd-sockets.asd
|
||||
lib/sbcl/systems/sb-cltl2.asd
|
||||
lib/sbcl/systems/sb-grovel.asd
|
||||
lib/sbcl/systems/sb-md5.asd
|
||||
lib/sbcl/systems/sb-posix.asd
|
||||
lib/sbcl/systems/sb-rotate-byte.asd
|
||||
lib/sbcl/systems/sb-rt.asd
|
||||
|
@ -502,7 +493,6 @@ lib/sbcl/systems/sb-simple-streams.asd
|
|||
@dirrm lib/sbcl/sb-posix/test-lab
|
||||
@dirrm lib/sbcl/sb-posix/alien
|
||||
@dirrm lib/sbcl/sb-posix
|
||||
@dirrm lib/sbcl/sb-md5
|
||||
@dirrm lib/sbcl/sb-introspect
|
||||
@dirrm lib/sbcl/sb-grovel
|
||||
@dirrm lib/sbcl/sb-executable
|
||||
|
|
Loading…
Reference in a new issue