Bug 65962 - ports/shells/osh - upstream release is at 040421
Summary: ports/shells/osh - upstream release is at 040421
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-25 18:40 UTC by Jeffrey Allen Neitzel
Modified: 2004-05-10 21:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Allen Neitzel 2004-04-25 18:40:22 UTC
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

Fix: 

If desirable/possible, somebody may wish to update the port.
The latest source is available at:
http://jneitzel.sdf1.org/osh/src/
How-To-Repeat: not applicable
Comment 1 Oliver Eikemeier 2004-04-25 20:30:22 UTC
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
Comment 2 Jeffrey Allen Neitzel 2004-04-25 22:36:14 UTC
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
Comment 3 Frank Ruell 2004-04-26 13:44:29 UTC
--- 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
Comment 4 Jeffrey Allen Neitzel 2004-04-26 23:23:50 UTC
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
Comment 5 Oliver Eikemeier 2004-04-27 01:08:59 UTC
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
Comment 6 Jeffrey Allen Neitzel 2004-04-27 01:26:11 UTC
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
Comment 7 Mark Linimon freebsd_committer freebsd_triage 2004-05-10 21:09:25 UTC
State Changed
From-To: open->closed

Committed, thanks.