diff options
author | mnag <mnag@FreeBSD.org> | 2006-06-05 07:49:56 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-06-05 07:49:56 +0800 |
commit | 5c819c0504c9aeea54e365cf0652af62a423e5df (patch) | |
tree | 3c1b686165e0f4832de83fd736e31a6896f5a40d /lang | |
parent | e8ef876d1c7d709e16b208cf3a210e2769cb4bee (diff) | |
download | freebsd-ports-gnome-5c819c0504c9aeea54e365cf0652af62a423e5df.tar.gz freebsd-ports-gnome-5c819c0504c9aeea54e365cf0652af62a423e5df.tar.zst freebsd-ports-gnome-5c819c0504c9aeea54e365cf0652af62a423e5df.zip |
- Update to 19c
PR: 97562
Submitted by: Martin Wilke <freebsd___unixfreunde.de>
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cmucl-extra/Makefile | 16 | ||||
-rw-r--r-- | lang/cmucl-extra/distinfo | 6 | ||||
-rw-r--r-- | lang/cmucl-extra/pkg-plist | 3 |
3 files changed, 14 insertions, 11 deletions
diff --git a/lang/cmucl-extra/Makefile b/lang/cmucl-extra/Makefile index 96b183259aae..bb837d252173 100644 --- a/lang/cmucl-extra/Makefile +++ b/lang/cmucl-extra/Makefile @@ -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} diff --git a/lang/cmucl-extra/distinfo b/lang/cmucl-extra/distinfo index a8e07126da48..cbf49b2bc625 100644 --- a/lang/cmucl-extra/distinfo +++ b/lang/cmucl-extra/distinfo @@ -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 diff --git a/lang/cmucl-extra/pkg-plist b/lang/cmucl-extra/pkg-plist index 0f67f163a0dd..01845ffdd819 100644 --- a/lang/cmucl-extra/pkg-plist +++ b/lang/cmucl-extra/pkg-plist @@ -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 |