From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 23 15:20:01 2010 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 C3ED91065673 for ; Thu, 23 Sep 2010 15:20:01 +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 7EFCB8FC17 for ; Thu, 23 Sep 2010 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8NFK10E077129 for ; Thu, 23 Sep 2010 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8NFK1at077128; Thu, 23 Sep 2010 15:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 23 Sep 2010 15:20:01 GMT Resent-Message-Id: <201009231520.o8NFK1at077128@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jimmy Olgeni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E113B1065672; Thu, 23 Sep 2010 15:12:03 +0000 (UTC) (envelope-from g.olgeni@colby.it) Received: from mail.colby.tv (93-62-141-58.ip22.fastwebnet.it [93.62.141.58]) by mx1.freebsd.org (Postfix) with ESMTP id 261548FC1A; Thu, 23 Sep 2010 15:12:02 +0000 (UTC) Received: from server.colby.local (localhost [127.0.0.1]) by server.colby.local (8.14.4/8.14.4) with ESMTP id o8NFC1HX094443; Thu, 23 Sep 2010 17:12:02 +0200 (CEST) (envelope-from g.olgeni@colby.it) Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local) with IPv4:25 by server.colby.local; 23 Sep 2010 17:12:01 +0200 Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 23 Sep 2010 17:12:01 +0200 Received: from backoffice.colby.local (localhost [127.0.0.1]) by backoffice.colby.local (8.14.4/8.14.4) with ESMTP id o8NFC1rv099449; Thu, 23 Sep 2010 17:12:01 +0200 (CEST) (envelope-from olgeni@backoffice.colby.local) Received: (from olgeni@localhost) by backoffice.colby.local (8.14.4/8.14.4/Submit) id o8NFC1Kj099448; Thu, 23 Sep 2010 17:12:01 +0200 (CEST) (envelope-from olgeni) Message-Id: <201009231512.o8NFC1Kj099448@backoffice.colby.local> Date: Thu, 23 Sep 2010 17:12:01 +0200 (CEST) From: Jimmy Olgeni To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: stas@FreeBSD.org Subject: ports/150887: [PATCH] lang/sbcl: update to 1.0.42.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 15:20:01 -0000 >Number: 150887 >Category: ports >Synopsis: [PATCH] lang/sbcl: update to 1.0.42.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 23 15:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 8.1-RELEASE i386 >Organization: >Environment: System: FreeBSD backoffice 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 14:01:04 CEST 2010 >Description: - Update to 1.0.42.0 - Do not install .cvsignore files Port maintainer (stas@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- sbcl-1.0.42.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/sbcl/Makefile,v retrieving revision 1.76 diff -u -u -r1.76 Makefile --- Makefile 23 Sep 2010 14:15:52 -0000 1.76 +++ Makefile 23 Sep 2010 15:10:26 -0000 @@ -9,7 +9,7 @@ # PORTNAME= sbcl -PORTVERSION= 1.0.40.0 +PORTVERSION= 1.0.42.0 CATEGORIES= lang lisp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} \ ftp://ftp.SpringDaemons.com/soft/sbcl-binary/:binaries @@ -105,7 +105,7 @@ post-patch: @${REINPLACE_CMD} -E -e 's|(CFLAGS =) .*|\1 ${CFLAGS}|' \ ${WRKSRC}/src/runtime/GNUmakefile - @${FIND} ${WRKSRC} -name '*.orig' -o -name '*.bak' -delete + @${FIND} ${WRKSRC} -name '*.orig' -o -name '*.bak' -o -name .cvsignore -delete .if defined(WITH_THREADS) @${CP} ${FILESDIR}/customize-target-features.lisp ${WRKSRC} .endif Index: distinfo =================================================================== RCS file: /home/pcvs/ports/lang/sbcl/distinfo,v retrieving revision 1.61 diff -u -u -r1.61 distinfo --- distinfo 23 Sep 2010 14:15:52 -0000 1.61 +++ distinfo 23 Sep 2010 15:10:26 -0000 @@ -1,6 +1,6 @@ -MD5 (sbcl-1.0.40-source.tar.bz2) = 36adc46abbd3038c82ac3e2ff572a0d9 -SHA256 (sbcl-1.0.40-source.tar.bz2) = f800825363fced70b8bf70f9ab55a1b341685c5efa6e6d70b69a5fc37d635650 -SIZE (sbcl-1.0.40-source.tar.bz2) = 3428830 +MD5 (sbcl-1.0.42-source.tar.bz2) = 09cc54b3afc84fe2ce1d5c2af98ea2a2 +SHA256 (sbcl-1.0.42-source.tar.bz2) = a55e4227a901a7c02d747f25678d9ce679c0b2e69f4a7c2b9bea703b564ec948 +SIZE (sbcl-1.0.42-source.tar.bz2) = 3431872 MD5 (sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2) = eb21c4c454d0ef9784d679d9c913f789 SHA256 (sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2) = 06a1e4e3a5f5f8e012ff6037a51624d7d1f34bff0979ce45e70418a293412b4e SIZE (sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2) = 8397764 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/lang/sbcl/pkg-plist,v retrieving revision 1.42 diff -u -u -r1.42 pkg-plist --- pkg-plist 23 Sep 2010 14:15:52 -0000 1.42 +++ pkg-plist 23 Sep 2010 15:10:26 -0000 @@ -3,7 +3,6 @@ %%DOCSDIR%%/CREDITS %%DOCSDIR%%/NEWS bin/sbcl -lib/sbcl/asdf-install/.cvsignore lib/sbcl/asdf-install/Makefile lib/sbcl/asdf-install/README lib/sbcl/asdf-install/asdf-install.asd @@ -14,7 +13,6 @@ lib/sbcl/asdf-install/installer.lisp lib/sbcl/asdf-install/test-passed lib/sbcl/asdf/asdf.fasl -lib/sbcl/sb-aclrepl/.cvsignore lib/sbcl/sb-aclrepl/Makefile lib/sbcl/sb-aclrepl/README lib/sbcl/sb-aclrepl/debug.fasl @@ -31,7 +29,6 @@ lib/sbcl/sb-aclrepl/tests.lisp lib/sbcl/sb-aclrepl/toplevel.fasl lib/sbcl/sb-aclrepl/toplevel.lisp -lib/sbcl/sb-bsd-sockets/.cvsignore lib/sbcl/sb-bsd-sockets/FAQ lib/sbcl/sb-bsd-sockets/Makefile lib/sbcl/sb-bsd-sockets/NEWS @@ -67,7 +64,6 @@ lib/sbcl/sb-bsd-sockets/win32-constants.lisp lib/sbcl/sb-bsd-sockets/win32-lib.lisp lib/sbcl/sb-bsd-sockets/win32-sockets.lisp -lib/sbcl/sb-cltl2/.cvsignore lib/sbcl/sb-cltl2/Makefile lib/sbcl/sb-cltl2/compiler-let.fasl lib/sbcl/sb-cltl2/compiler-let.lisp @@ -101,7 +97,6 @@ lib/sbcl/sb-concurrency/tests/test-queue.lisp lib/sbcl/sb-concurrency/tests/test-utils.fasl lib/sbcl/sb-concurrency/tests/test-utils.lisp -lib/sbcl/sb-cover/.cvsignore lib/sbcl/sb-cover/Makefile lib/sbcl/sb-cover/cover.fasl lib/sbcl/sb-cover/cover.lisp @@ -118,7 +113,6 @@ lib/sbcl/sb-cover/tests.fasl lib/sbcl/sb-cover/tests.lisp lib/sbcl/sb-executable/sb-executable.fasl -lib/sbcl/sb-grovel/.cvsignore lib/sbcl/sb-grovel/Makefile lib/sbcl/sb-grovel/def-to-lisp.fasl lib/sbcl/sb-grovel/def-to-lisp.lisp @@ -131,7 +125,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/.cvsignore lib/sbcl/sb-introspect/Makefile lib/sbcl/sb-introspect/introspect.fasl lib/sbcl/sb-introspect/introspect.lisp @@ -146,7 +139,6 @@ lib/sbcl/sb-introspect/xref-test-data.lisp lib/sbcl/sb-introspect/xref-test.fasl lib/sbcl/sb-introspect/xref-test.lisp -lib/sbcl/sb-md5/.cvsignore lib/sbcl/sb-md5/Makefile lib/sbcl/sb-md5/README lib/sbcl/sb-md5/md5-tests.fasl @@ -157,7 +149,6 @@ 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 lib/sbcl/sb-posix/TODO @@ -182,7 +173,6 @@ lib/sbcl/sb-posix/sb-posix.texinfo lib/sbcl/sb-posix/test-lab/.keep_me lib/sbcl/sb-posix/test-passed -lib/sbcl/sb-queue/.cvsignore lib/sbcl/sb-queue/Makefile lib/sbcl/sb-queue/package.fasl lib/sbcl/sb-queue/package.lisp @@ -190,7 +180,6 @@ lib/sbcl/sb-queue/sb-queue.fasl lib/sbcl/sb-queue/sb-queue.texinfo lib/sbcl/sb-queue/test-passed -lib/sbcl/sb-rotate-byte/.cvsignore lib/sbcl/sb-rotate-byte/Makefile lib/sbcl/sb-rotate-byte/README lib/sbcl/sb-rotate-byte/x86-64-vm.lisp @@ -209,14 +198,12 @@ lib/sbcl/sb-rotate-byte/test-passed %%I386_ONLY%%lib/sbcl/sb-rotate-byte/x86-vm.fasl lib/sbcl/sb-rotate-byte/x86-vm.lisp -lib/sbcl/sb-rt/.cvsignore lib/sbcl/sb-rt/Makefile lib/sbcl/sb-rt/rt.fasl lib/sbcl/sb-rt/rt.lisp lib/sbcl/sb-rt/sb-rt.asd lib/sbcl/sb-rt/sb-rt.fasl lib/sbcl/sb-rt/test-passed -lib/sbcl/sb-simple-streams/.cvsignore lib/sbcl/sb-simple-streams/Makefile lib/sbcl/sb-simple-streams/README lib/sbcl/sb-simple-streams/TODO --- sbcl-1.0.42.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: