From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 14 18:40:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 046CF1065673 for ; Sun, 14 Dec 2008 18:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E67AB8FC0C for ; Sun, 14 Dec 2008 18:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBEIe5Vq065329 for ; Sun, 14 Dec 2008 18:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBEIe51J065328; Sun, 14 Dec 2008 18:40:05 GMT (envelope-from gnats) Date: Sun, 14 Dec 2008 18:40:05 GMT Message-Id: <200812141840.mBEIe51J065328@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Fulvio Ciriaco Cc: Subject: Re: ports/126890: port update: lang/cmucl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fulvio Ciriaco List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2008 18:40:06 -0000 The following reply was made to PR ports/126890; it has been noted by GNATS. From: Fulvio Ciriaco To: Stefan Walter Cc: fulvio ciriaco , Martin Cracauer , GNATS Subject: Re: ports/126890: port update: lang/cmucl Date: Sun, 14 Dec 2008 19:06:49 +0100 --Multipart_Sun_Dec_14_19:06:48_2008-1 Content-Type: text/plain; charset=US-ASCII At Fri, 12 Dec 2008 14:12:56 +0100, Stefan Walter wrote: > > Hi Fulvio, > > could you please re-send your update as a patch in unified diff format (as > produced by 'diff -u') against the current version of the port? > > Thanks and regards, > Stefan --Multipart_Sun_Dec_14_19:06:48_2008-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="cmucl.diff" Content-Transfer-Encoding: quoted-printable diff -ur cmucl/Makefile /home/fc/lang/cmucl/Makefile --- cmucl/Makefile 2008-11-20 17:14:53.000000000 +0100 +++ /home/fc/lang/cmucl/Makefile 2008-12-14 19:04:41.000000000 +0100 @@ -2,25 +2,24 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $FreeBSD: ports/lang/cmucl/Makefile,v 1.32 2008/11/18 15:56:28 itetcu Ex= p $ +# $FreeBSD: ports/lang/cmucl/Makefile,v 1.32 2008/08/24 00:00:00 fulvio Ex= p $ # # =20 PORTNAME=3D cmucl -PORTVERSION=3D 19c -PORTREVISION=3D 1 +PORTVERSION=3D 19e CATEGORIES=3D lang lisp -MASTER_SITES=3D ftp://ftp.common-lisp.net/pub/project/cmucl/release/${PORT= VERSION}/ \ +MASTER_SITES=3D http://common-lisp.net/project/cmucl/downloads/release/${P= ORTVERSION}/ \ 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=3D ${PORTNAME}-${PORTVERSION}-x86-FreeBSD +DISTNAME=3D ${PORTNAME}-${PORTVERSION}-x86-freebsd${OSREL} =20 MAINTAINER=3D cracauer@cons.org COMMENT=3D The CMU implementation of Common Lisp =20 -LIB_DEPENDS=3D c.4:${PORTSDIR}/misc/compat4x +#LIB_DEPENDS=3D c.4:${PORTSDIR}/misc/compat4x =20 # To make available on other archs, has to be cross-compiled (there is a # script for this, but a configuration file has to be written). diff -ur cmucl/distinfo /home/fc/lang/cmucl/distinfo --- cmucl/distinfo 2006-05-05 20:34:50.000000000 +0200 +++ /home/fc/lang/cmucl/distinfo 2008-12-14 19:04:41.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (cmucl-19c-x86-FreeBSD.tar.bz2) =3D e256545bcbc83ae7fb836bcb7b34b0a8 -SHA256 (cmucl-19c-x86-FreeBSD.tar.bz2) =3D 0190d8e7359b0963c5e90b9fba93e79= 1c20635a059affbe854b04156bd1d5897 -SIZE (cmucl-19c-x86-FreeBSD.tar.bz2) =3D 7303318 +MD5 (cmucl-19e-x86-freebsd7.0.tar.bz2) =3D 7d429004a9c2efdcc281ccd65d9b416b +SHA256 (cmucl-19e-x86-freebsd7.0.tar.bz2) =3D 9a2611b53672448891c765d6e89e= fd2274f0fa42c0ac0e6ce02160bd9419e8cf +SIZE (cmucl-19e-x86-freebsd7.0.tar.bz2) =3D 7727839 diff -ur cmucl/pkg-plist /home/fc/lang/cmucl/pkg-plist --- cmucl/pkg-plist 2008-11-20 17:14:53.000000000 +0100 +++ /home/fc/lang/cmucl/pkg-plist 2008-12-14 19:04:41.000000000 +0100 @@ -1,11 +1,19 @@ bin/lisp +lib/cmucl/ lib/cmucl/internals.h lib/cmucl/internals.inc +lib/cmucl/lib lib/cmucl/lib/config lib/cmucl/lib/config.lisp +lib/cmucl/lib/ext-formats +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/generic-site.lisp lib/cmucl/lib/lisp.core lib/cmucl/lib/load-foreign.csh +lib/cmucl/lib/subsystems +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 @@ -13,9 +21,10 @@ lib/cmucl/lisp.map lib/cmucl/lisp.nm lib/cmucl/sample-wrapper -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/release-19c.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%DOCSDIR%%/README +%%DOCSDIR%%/release-19e.txt +@dirrm %%DOCSDIR%% +@dirrm lib/cmucl/lib/ext-formats @dirrm lib/cmucl/lib/subsystems @dirrm lib/cmucl/lib @dirrm lib/cmucl Only in /home/fc/lang/cmucl/: pkg-plist~ --Multipart_Sun_Dec_14_19:06:48_2008-1--