Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2006 16:13:44 +0100 (CET)
From:      Nils M Holm <nmh@t3x.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105605: [maintainer-update] lang/sketchy
Message-ID:  <200611161513.kAGFDin41459@T3X.ORG>
Resent-Message-ID: <200611161520.kAGFKC2P056467@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105605
>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:   Thu Nov 16 15:20:11 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-11-16.

>How-To-Repeat:

>Fix:

diff -ru lang/sketchy-old/Makefile lang/sketchy/Makefile
--- lang/sketchy-old/Makefile	Wed Nov  8 17:24:26 2006
+++ lang/sketchy/Makefile	Thu Nov 16 16:10:27 2006
@@ -6,22 +6,22 @@
 #
 
 PORTNAME=	sketchy
-PORTVERSION=	20061108
+PORTVERSION=	20061116
 CATEGORIES=	lang devel lisp scheme
 MASTER_SITES=	http://www.t3x.org/files/
 
 MAINTAINER=	nmh@t3x.org
 COMMENT=	An interpreter for purely applicative Scheme
 
-CONFLICTS=	p5-PAR-0.*
-
 USE_LDCONFIG=	yes
 MAKE_ENV+=	BINOWN=${BINOWN} \
 		BINGRP=${BINGRP}
 
-MAN7=		sketchy.7
+MAN1=		sketchy.1 skpp.1
+MLINKS=		sketchy.1 sk.1
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/sketchy.h
+	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/src/pp.scm
 
 .include <bsd.port.mk>
diff -ru lang/sketchy-old/distinfo lang/sketchy/distinfo
--- lang/sketchy-old/distinfo	Wed Nov  8 17:24:26 2006
+++ lang/sketchy/distinfo	Thu Nov 16 16:10:27 2006
@@ -1,3 +1,3 @@
-MD5 (sketchy-20061108.tar.gz) = 86a5f3200f0c3656b7d64efa4661bd5e
-SIZE (sketchy-20061108.tar.gz) = 182229
-SHA256 (sketchy-20061108.tar.gz) = 4da6ed06b4a51a0172c9029c4147ddb44ea1f75cb9dd171299aab4b715d8df5b
+MD5 (sketchy-20061116.tar.gz) = 022717a8adc4ba7c2e0593014130484c
+SIZE (sketchy-20061116.tar.gz) = 182714
+SHA256 (sketchy-20061116.tar.gz) = b6bde0a77cd29b644da57f660acdb56a3d3a155b7822271d11547d2611b8177e
diff -ru lang/sketchy-old/pkg-plist lang/sketchy/pkg-plist
--- lang/sketchy-old/pkg-plist	Wed Nov  8 17:24:26 2006
+++ lang/sketchy/pkg-plist	Thu Nov 16 16:10:27 2006
@@ -1,10 +1,10 @@
-bin/pp
 bin/sk
 bin/sketchy
+bin/skpp
 include/sketchy.h
 lib/libsketchy.a
 lib/libsketchy.so
-lib/libsketchy.so.24
+lib/libsketchy.so.25
 %%DATADIR%%/LICENSE
 %%DATADIR%%/ext/assp.scm
 %%DATADIR%%/ext/count.scm
@@ -346,7 +346,6 @@
 %%DOCSDIR%%/sk08.html
 %%DOCSDIR%%/sk09.html
 %%DOCSDIR%%/sk10.html
-%%DOCSDIR%%/sk11.html
 %%DOCSDIR%%/toc2-x.html
 %%DOCSDIR%%/toc2.html
 @dirrm %%DATADIR%%/ext

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611161513.kAGFDin41459>