Upgrade to version 1.7.
This commit is contained in:
parent
8b7cb7c52e
commit
adc2f8a947
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279898
3 changed files with 4 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ccl
|
||||
PORTVERSION= 1.6
|
||||
PORTVERSION= 1.7
|
||||
CATEGORIES= lang lisp
|
||||
MASTER_SITES= ftp://ftp.clozure.com/pub/release/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsdx86
|
||||
|
@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsdx86
|
|||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Clozure CL is a free Common Lisp implementation
|
||||
|
||||
WRKSRC= ${WRKDIR}/ccl
|
||||
WRKSRC= ${WRKDIR}/ccl-${PORTVERSION}
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
|
@ -74,7 +74,6 @@ post-install:
|
|||
@cd ${WRKSRC} && ${ECHO_CMD} | ./${FX86CL} --no-init --batch --quiet \
|
||||
--eval "(require 'asdf)" \
|
||||
--eval '(load "/usr/local/etc/asdf-init.lisp")' \
|
||||
--eval "(asdf:operate 'asdf:load-op 'asdf-install)" \
|
||||
--eval "(quit)"
|
||||
@cd ${PREFIX}; ${FIND} lib/ccl/* -type d -empty \
|
||||
| ${SORT} \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ccl-1.6-freebsdx86.tar.gz) = c7f29bbefc847118678de7094f3e968559d9f827cb4e10f3c6af6e6c27fa6928
|
||||
SIZE (ccl-1.6-freebsdx86.tar.gz) = 43289256
|
||||
SHA256 (ccl-1.7-freebsdx86.tar.gz) = 1243dad85e7813f06c4ee53ffaacda6e2868c269fbb31bf8f41441a84519bbd9
|
||||
SIZE (ccl-1.7-freebsdx86.tar.gz) = 43068659
|
||||
|
|
|
@ -3,10 +3,4 @@ You can permanently enable ASDF package management by using the
|
|||
following commands in your .ccl-init.lisp file:
|
||||
|
||||
(require 'asdf)
|
||||
(asdf:operate 'asdf:load-op 'asdf-install)
|
||||
|
||||
If you wish to disable signature verification (not recommended)
|
||||
add:
|
||||
|
||||
(setq asdf-install:*verify-gpg-signatures* nil)
|
||||
|
||||
|
|
Loading…
Reference in a new issue