From nmh@t3x.org  Wed Aug  4 04:54:32 2010
Return-Path: <nmh@t3x.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7460B106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Aug 2010 04:54:32 +0000 (UTC)
	(envelope-from nmh@t3x.org)
Received: from ngcobalt09.manitu.net (ngcobalt09.manitu.net [217.11.48.109])
	by mx1.freebsd.org (Postfix) with ESMTP id DE3B78FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Aug 2010 04:54:31 +0000 (UTC)
Received: from t3x.org (n117-213.dsl.de.inter.net [213.73.117.213])
	(authenticated as u8278 with LOGIN)
	by ngcobalt09.manitu.net (8.10.2/8.10.2) with ESMTP id o744sT209766;
	Wed, 4 Aug 2010 06:54:29 +0200
Received: by t3x.org (sSMTP sendmail emulation); Wed,  4 Aug 2010 06:55:35 +0200
Message-Id: <201008040454.o744sT209766@ngcobalt09.manitu.net>
Date: Wed,  4 Aug 2010 06:55:35 +0200
From: "Nils M Holm" <nmh@t3x.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Nils M Holm <nmh@t3x.org>
Subject: maintainer update: lang/s9fes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149255
>Category:       ports
>Synopsis:       maintainer update: lang/s9fes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 04 05:00:23 UTC 2010
>Closed-Date:    Wed Aug 04 07:21:31 UTC 2010
>Last-Modified:  Wed Aug  4 07:30:13 UTC 2010
>Originator:     Nils M Holm
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
not really
>Environment:
System: FreeBSD maya.t3x.org 7.0-RELEASE FreeBSD 7.0-RELEASE #4: Sun Mar 1 11:43:23 CET 2009 nmh@maya.t3x.org:/u/local/src/sys/i386/compile/MAYA i386

>Description:

Critical fix and update to 2010-08-03.

>How-To-Repeat:

>Fix:

diff -ru lang/s9fes-old/Makefile lang/s9fes/Makefile
--- lang/s9fes-old/Makefile	2010-08-01 17:18:36.000000000 +0200
+++ lang/s9fes/Makefile	2010-08-04 06:52:54.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	s9fes
-PORTVERSION=	20100731
+PORTVERSION=	20100803
 CATEGORIES=	lang scheme
 MASTER_SITES=	http://www.t3x.org/misc/
 
diff -ru lang/s9fes-old/distinfo lang/s9fes/distinfo
--- lang/s9fes-old/distinfo	2010-08-01 17:18:36.000000000 +0200
+++ lang/s9fes/distinfo	2010-08-04 06:52:54.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (s9fes-20100731.tar.gz) = 0d064a43b9e0b3d3b64c963b23884131
-SHA256 (s9fes-20100731.tar.gz) = 988d58f4650e50781b8160b999da3c886039d7670cc74726f8c2b8b7af88a270
-SIZE (s9fes-20100731.tar.gz) = 388762
+MD5 (s9fes-20100803.tar.gz) = 5f07289269ea1007d50b89401a283c09
+SHA256 (s9fes-20100803.tar.gz) = c70f479b0c2213836190071fdef14ad41629cf89ede8269ca97961e09b874559
+SIZE (s9fes-20100803.tar.gz) = 393400
diff -ru lang/s9fes-old/pkg-plist lang/s9fes/pkg-plist
--- lang/s9fes-old/pkg-plist	2010-08-01 17:18:36.000000000 +0200
+++ lang/s9fes/pkg-plist	2010-08-04 06:52:54.000000000 +0200
@@ -11,6 +11,7 @@
 %%DATADIR%%/amk.scm
 %%DATADIR%%/and-letstar.scm
 %%DATADIR%%/append-to-output-file.scm
+%%DATADIR%%/appendb.scm
 %%DATADIR%%/array.scm
 %%DATADIR%%/arse-core.image
 %%DATADIR%%/arse.help
@@ -65,6 +66,7 @@
 %%DATADIR%%/help/append
 %%DATADIR%%/help/append-streams
 %%DATADIR%%/help/append-to-output-file
+%%DATADIR%%/help/appendb
 %%DATADIR%%/help/apply
 %%DATADIR%%/help/apropos
 %%DATADIR%%/help/array
@@ -337,6 +339,7 @@
 %%DATADIR%%/help/list-to-string
 %%DATADIR%%/help/list-to-vector
 %%DATADIR%%/help/listp
+%%DATADIR%%/help/listq
 %%DATADIR%%/help/load
 %%DATADIR%%/help/load-from-library
 %%DATADIR%%/help/locate-file
@@ -422,6 +425,7 @@
 %%DATADIR%%/help/r4rs-procedures
 %%DATADIR%%/help/r4rs-syntax-objects
 %%DATADIR%%/help/random
+%%DATADIR%%/help/random-sort
 %%DATADIR%%/help/random-state
 %%DATADIR%%/help/re-comp
 %%DATADIR%%/help/re-match
@@ -735,6 +739,7 @@
 %%DATADIR%%/letrecstar.scm
 %%DATADIR%%/list-to-set.scm
 %%DATADIR%%/list-tools.scm
+%%DATADIR%%/listq.scm
 %%DATADIR%%/make-partitions.scm
 %%DATADIR%%/matcher.scm
 %%DATADIR%%/math-tools.scm
@@ -758,6 +763,7 @@
 %%DATADIR%%/pushb.scm
 %%DATADIR%%/queue.scm
 %%DATADIR%%/quicksort.scm
+%%DATADIR%%/random-sort.scm
 %%DATADIR%%/random.scm
 %%DATADIR%%/read-file.scm
 %%DATADIR%%/read-from-string.scm

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: lwhsu 
State-Changed-When: Wed Aug 4 07:21:30 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149255 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149255: commit references a PR
Date: Wed,  4 Aug 2010 07:21:42 +0000 (UTC)

 lwhsu       2010-08-04 07:21:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/s9fes           Makefile distinfo pkg-plist 
   Log:
   - Update to 2010-08-03
   
   PR:             ports/149255
   Submitted by:   "Nils M Holm" <nmh AT t3x.org> (maintainer)
   
   Revision  Changes    Path
   1.13      +1 -1      ports/lang/s9fes/Makefile
   1.13      +3 -3      ports/lang/s9fes/distinfo
   1.9       +6 -0      ports/lang/s9fes/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
