From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 17 19:30:27 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09CCD16A4C8 for ; Sun, 17 Sep 2006 19:30:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7ECE43D4C for ; Sun, 17 Sep 2006 19:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8HJUIZd052283 for ; Sun, 17 Sep 2006 19:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8HJUInM052280; Sun, 17 Sep 2006 19:30:18 GMT (envelope-from gnats) Resent-Date: Sun, 17 Sep 2006 19:30:18 GMT Resent-Message-Id: <200609171930.k8HJUInM052280@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, Nils M Holm Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 740F316A412 for ; Sun, 17 Sep 2006 19:28:58 +0000 (UTC) (envelope-from nmh@T3X.ORG) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id B34F543D73 for ; Sun, 17 Sep 2006 19:28:54 +0000 (GMT) (envelope-from nmh@T3X.ORG) Received: from [84.172.59.62] (helo=T3X.ORG) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1GP2Ju44J9-0003uI; Sun, 17 Sep 2006 21:28:51 +0200 Received: (from nmh@localhost) by T3X.ORG (8.11.6/8.11.6) id k8HJTgJ22254 for FreeBSD-gnats-submit@freebsd.org; Sun, 17 Sep 2006 21:29:42 +0200 (CEST) Message-Id: <20060917192942.GA22245@Freedom.T3X.ORG> Date: Sun, 17 Sep 2006 21:29:42 +0200 From: Nils M Holm To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/103335: [maintainer-update] lang/sketchy 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: Sun, 17 Sep 2006 19:30:27 -0000 >Number: 103335 >Category: ports >Synopsis: [maintainer-update] lang/sketchy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 17 19:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nils M Holm >Release: FreeBSD 4.9-RELEASE i386 >Organization: T3X.ORG >Environment: System: FreeBSD Freedom.T3X.ORG 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Fri May 7 18:12:57 CEST 2004 nmh@Freedom.LOCAL:/usr/src/sys/compile/FREEDOM i386 >Description: Update to version 2006-09-13. Fixed a bug in the tail call optimizer. >How-To-Repeat: >Fix: diff -ru lang/sketchy.old/Makefile lang/sketchy/Makefile --- lang/sketchy.old/Makefile Fri Aug 18 21:29:43 2006 +++ lang/sketchy/Makefile Sun Sep 17 21:26:47 2006 @@ -6,7 +6,7 @@ # PORTNAME= sketchy -PORTVERSION= 20060807 +PORTVERSION= 20060913 CATEGORIES= lang devel lisp scheme MASTER_SITES= http://www.t3x.org/files/ @@ -18,6 +18,7 @@ MAKE_ENV+= BINOWN=${BINOWN} \ BINGRP=${BINGRP} +# Please keep this! USE_REINPLACE= yes post-patch: diff -ru lang/sketchy.old/distinfo lang/sketchy/distinfo --- lang/sketchy.old/distinfo Fri Aug 18 21:29:43 2006 +++ lang/sketchy/distinfo Sun Sep 17 21:26:47 2006 @@ -1,3 +1,3 @@ -MD5 (sketchy-20060807.tar.gz) = 94128dfa35be37e7e8469d8ef26095af -SHA256 (sketchy-20060807.tar.gz) = 6e8aeffe1d1a6d56d664b4a6949637eaba29e2568c3e76f2d33ec3d714a2542c -SIZE (sketchy-20060807.tar.gz) = 155852 +MD5 (sketchy-20060913.tar.gz) = 6d5d0d736dbfd33ef6173b089e6e8610 +SIZE (sketchy-20060913.tar.gz) = 147537 +SHA256 (sketchy-20060913.tar.gz) = 52994164f1502e69b9271a9c9a257ed9c5f4744f7d6c91bf808c0a1c75de4ee3 diff -ru lang/sketchy.old/pkg-descr lang/sketchy/pkg-descr --- lang/sketchy.old/pkg-descr Mon Mar 20 11:12:54 2006 +++ lang/sketchy/pkg-descr Sun Sep 17 21:26:47 2006 @@ -1,9 +1,9 @@ -Sketchy is an interpreter for a purely applicative dialect +SketchyLISP is an interpreter for a purely applicative dialect of Scheme. It may be considered an implementation of pure LISP plus global definitions, first-class continuations and input/output functions. -This package contains the Sketchy interpreter and library, +This package contains the SketchyLISP interpreter and library, the manual, and example programs. WWW: http://www.t3x.org/sketchy/ diff -ru lang/sketchy.old/pkg-plist lang/sketchy/pkg-plist --- lang/sketchy.old/pkg-plist Fri Aug 18 21:29:43 2006 +++ lang/sketchy/pkg-plist Sun Sep 17 21:26:47 2006 @@ -285,7 +285,6 @@ %%DOCSDIR%%/sk08.html %%DOCSDIR%%/sk09.html %%DOCSDIR%%/sk10.html -%%DOCSDIR%%/sketchy.css %%DOCSDIR%%/toc2-x.html %%DOCSDIR%%/toc2.html @dirrm %%DATADIR%%/lib -- Nils M Holm -- http://www.t3x.org/nmh/ >Release-Note: >Audit-Trail: >Unformatted: