ports/103335: [maintainer-update] lang/sketchy

Nils M Holm nmh at t3x.org
Sun Sep 17 19:30:27 UTC 2006


>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 at 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 <nmh at t3x.org> -- http://www.t3x.org/nmh/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list