mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Update to 19c
PR: 97562 Submitted by: Martin Wilke <freebsd___unixfreunde.de> Approved by: maintainer timeout (14 days)
This commit is contained in:
parent
8ad9f156ef
commit
f24f583acd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164371
@ -5,14 +5,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cmucl-extra
|
||||
PORTVERSION= 19b
|
||||
PORTVERSION= 19c
|
||||
CATEGORIES= lang lisp
|
||||
MASTER_SITES= ftp://ftp.common-lisp.net/pub/project/cmucl/release/19b/ \
|
||||
http://www.pmsf.de/pub/cmucl/release/19b/ \
|
||||
ftp://ftp.averillpark.net/cmucl/release/19b/ \
|
||||
ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/19b/ \
|
||||
ftp://ftp.tepus.com/pub/project/cmucl/release/19b/
|
||||
DISTNAME= cmucl-19b-x86-FreeBSD.extra
|
||||
MASTER_SITES= ftp://ftp.common-lisp.net/pub/project/cmucl/release/${PORTVERSION}/ \
|
||||
http://www.pmsf.de/pub/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= cmucl-${PORTVERSION}-x86-FreeBSD.extra
|
||||
|
||||
MAINTAINER= sf@slappy.org
|
||||
COMMENT= Optional extras for the CMU implementation of Common Lisp
|
||||
@ -31,7 +31,7 @@ LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
-${MKDIR} ${PREFIX}/lib/cmucl
|
||||
@${MKDIR} ${PREFIX}/lib/cmucl
|
||||
cd ${WRKDIR} && ${FIND} lib | \
|
||||
${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cmucl-19b-x86-FreeBSD.extra.tar.bz2) = 8fb0364f3784a12ef87a148792bcdc80
|
||||
SHA256 (cmucl-19b-x86-FreeBSD.extra.tar.bz2) = 8d3ff7dd02ab18cd7213184087b75043352dd47e6df109f9587ef491c8fe5581
|
||||
SIZE (cmucl-19b-x86-FreeBSD.extra.tar.bz2) = 2276882
|
||||
MD5 (cmucl-19c-x86-FreeBSD.extra.tar.bz2) = 4dd92eefeb97139c065c439320d20921
|
||||
SHA256 (cmucl-19c-x86-FreeBSD.extra.tar.bz2) = 60efc85c6542fcd53857b3c80afa6a9deaa3e7dd93f4153cfbc4ecb77b12bb4d
|
||||
SIZE (cmucl-19c-x86-FreeBSD.extra.tar.bz2) = 2276145
|
||||
|
@ -7,3 +7,6 @@ lib/cmucl/lib/spell-dictionary.bin
|
||||
lib/cmucl/lib/subsystems/clm-library.x86f
|
||||
lib/cmucl/lib/subsystems/clx-library.x86f
|
||||
lib/cmucl/lib/subsystems/hemlock-library.x86f
|
||||
@dirrmtry lib/cmucl/lib/subsystems
|
||||
@dirrmtry lib/cmucl/lib
|
||||
@dirrmtry lib/cmucl
|
||||
|
Loading…
Reference in New Issue
Block a user