From nobody@FreeBSD.org  Sun Apr 25 10:35:39 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EFF3316A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 25 Apr 2004 10:35:39 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EB02643D58
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 25 Apr 2004 10:35:39 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i3PHZdIn055632
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 25 Apr 2004 10:35:39 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i3PHZdLK055631;
	Sun, 25 Apr 2004 10:35:39 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200404251735.i3PHZdLK055631@www.freebsd.org>
Date: Sun, 25 Apr 2004 10:35:39 -0700 (PDT)
From: Jeffrey Allen Neitzel <jneitzel@sdf.lonestar.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ports/shells/osh - upstream release is at 040421
X-Send-Pr-Version: www-2.3

>Number:         65962
>Category:       ports
>Synopsis:       ports/shells/osh - upstream release is at 040421
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 25 10:40:22 PDT 2004
>Closed-Date:    Mon May 10 13:09:40 PDT 2004
>Last-Modified:  Mon May 10 13:09:40 PDT 2004
>Originator:     Jeffrey Allen Neitzel
>Release:        not applicable
>Organization:
not applicable
>Environment:
not applicable
>Description:
The latest upstream source release for this port is osh-040421.
The changes include some more compatibility improvements, as well as
a few bugfixes.  All changes are described at:
http://jneitzel.sdf1.org/osh/src/CHANGES

>How-To-Repeat:
not applicable
>Fix:
If desirable/possible, somebody may wish to update the port.
The latest source is available at:
http://jneitzel.sdf1.org/osh/src/

>Release-Note:
>Audit-Trail:

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Jeffrey Allen Neitzel <jneitzel@sdf.lonestar.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/65962: ports/shells/osh - upstream release is at 040421
Date: Sun, 25 Apr 2004 21:30:22 +0200

 Jeffrey Allen Neitzel wrote:
 
 >>Fix:
 > 
 > If desirable/possible, somebody may wish to update the port.
 > The latest source is available at:
 > http://jneitzel.sdf1.org/osh/src/
 
 You? Please submit a patch as a follow-up to this PR.
 
 Thanks
     Oliver

From: "J.A. Neitzel" <jneitzel@sdf.lonestar.org>
To: eikemeier@fillmore-labs.com
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/65962: ports/shells/osh - upstream release is at 040421
Date: Sun, 25 Apr 2004 21:36:14 GMT

 Oliver Eikemeier <eikemeier@fillmore-labs.com> wrote:
 >
 > You? Please submit a patch as a follow-up to this PR.
 
 I would, but I neither run FreeBSD nor have access
 to any FreeBSD system.
 
 Since I maintain this software and know that the old distfile the
 FreeBSD port uses will become unavailable, I thought this PR would
 be helpful.  Perhaps not.
 -- 
 Jeffrey Allen Neitzel

From: Frank Ruell <stoerte@dreamwarrior.net>
To: Jeffrey Allen Neitzel <jneitzel@sdf.lonestar.org>,
	Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/65962: ports/shells/osh - upstream release is at 040421
Date: Mon, 26 Apr 2004 14:44:29 +0200

 --- osh-040216-040421.patch begins here ---
 diff -u osh.old/Makefile osh/Makefile
 --- osh.old/Makefile	Fri Apr  9 20:22:27 2004
 +++ osh/Makefile	Mon Apr 26 14:29:48 2004
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	osh
 -PORTVERSION=	040216
 +PORTVERSION=	040421
  CATEGORIES=	shells
  MASTER_SITES=	http://jneitzel.sdf1.org/osh/src/
  
 diff -u osh.old/distinfo osh/distinfo
 --- osh.old/distinfo	Fri Apr  9 20:22:27 2004
 +++ osh/distinfo	Mon Apr 26 14:30:07 2004
 @@ -1,2 +1,2 @@
 -MD5 (osh-040216.tar.gz) = afb9aa813df11b6c624fc1953e1bf650
 -SIZE (osh-040216.tar.gz) = 34235
 +MD5 (osh-040421.tar.gz) = bbb16879bca974c623823566e5ac2674
 +SIZE (osh-040421.tar.gz) = 36508
 
 --- osh-040216-040421.patch ends here ---
 
 cheers,
 Frank

From: "J.A. Neitzel" <jneitzel@sdf.lonestar.org>
To: eikemeier@fillmore-labs.com, jneitzel@sdf.lonestar.org,
	stoerte@dreamwarrior.net
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/65962: ports/shells/osh - upstream release is at 040421
Date: Mon, 26 Apr 2004 22:23:50 GMT

 Frank Ruell <stoerte@dreamwarrior.net> wrote:
 >
 > --- osh-040216-040421.patch begins here ---
 > diff -u osh.old/Makefile osh/Makefile
 > --- osh.old/Makefile	Fri Apr  9 20:22:27 2004
 > +++ osh/Makefile	Mon Apr 26 14:29:48 2004
 
 [snip]
 
 > --- osh-040216-040421.patch ends here ---
 
 Frank, that is kind of you!  Thanks.
 I can keep this for future reference.
 
 In retrospect, I could have done the same by just fetching a copy
 of the port...  I simply would not be able to test, verify, or
 whatever.  So in future, I could attach a patch and simply state
 that I am unable to test it since I don't have access to a FreeBSD
 system.  I'll do that next time if it is kosher with all of you..?
 -- 
 Cheers,
 Jeffrey Allen Neitzel

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: "J.A. Neitzel" <jneitzel@sdf.lonestar.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/65962: ports/shells/osh - upstream release is at 040421
Date: Tue, 27 Apr 2004 02:08:59 +0200

 J.A. Neitzel wrote:
 
 > Frank Ruell <stoerte@dreamwarrior.net> wrote:
 > 
 >>--- osh-040216-040421.patch begins here ---
 >>diff -u osh.old/Makefile osh/Makefile
 >>--- osh.old/Makefile	Fri Apr  9 20:22:27 2004
 >>+++ osh/Makefile	Mon Apr 26 14:29:48 2004
 > 
 > [snip]
 > 
 >>--- osh-040216-040421.patch ends here ---
 > 
 > Frank, that is kind of you!  Thanks.
 > I can keep this for future reference.
 > 
 > In retrospect, I could have done the same by just fetching a copy
 > of the port...  I simply would not be able to test, verify, or
 > whatever.  So in future, I could attach a patch and simply state
 > that I am unable to test it since I don't have access to a FreeBSD
 > system.  I'll do that next time if it is kosher with all of you..?
 
 Committers will expect you to
 a) test the update before you submit it
 b) fix problems with your upgrade
 so that won't really help. Btw, installing FreeBSd is really easy:
   <http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html>
 
 -Oliver

From: "J.A. Neitzel" <jneitzel@sdf.lonestar.org>
To: eikemeier@fillmore-labs.com, jneitzel@sdf.lonestar.org
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/65962: ports/shells/osh - upstream release is at 040421
Date: Tue, 27 Apr 2004 00:26:11 GMT

 Oliver Eikemeier <eikemeier@fillmore-labs.com> wrote:
 >
 > Committers will expect you to
 > a) test the update before you submit it
 > b) fix problems with your upgrade
 > so that won't really help. Btw, installing FreeBSd is really easy:
 >   <http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html>
 
 Thanks for the info, Oliver.
 -- 
 Jeff
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Mon May 10 13:09:25 PDT 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65962 
>Unformatted:
