Bug 128576 - [PATCH] lang/bsh: Fix wrapper script
Summary: [PATCH] lang/bsh: Fix wrapper script
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: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-04 05:50 UTC by Greg Lewis
Modified: 2008-11-18 22:30 UTC (History)
1 user (show)

See Also:


Attachments
bsh-2.0.b4_5.patch (592 bytes, patch)
2008-11-04 05:50 UTC, Greg Lewis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Lewis freebsd_committer freebsd_triage 2008-11-04 05:50:01 UTC
The bsh port installs the JAR file in JAVAJARDIR but the wrapper script
looks for it in DATADIR.  This change fixes that mismatch.

Port maintainer (simon@olofsson.de) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-04 05:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-04 05:50:13 UTC
Maintainer of lang/bsh,

Please note that PR ports/128576 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128576

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-04 05:50:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Simon Olofsson 2008-11-04 09:13:14 UTC
Thanks for the catch.
Obviously the installation location changed in the previous commits, but the 
wrapper script wasn't adjusted.
I approve the patch. 

Simon
Comment 5 Simon Olofsson 2008-11-18 08:31:30 UTC
Greg, 

could you please commit this, as the patch is important for users of bsh. 

Thanks,
Simon
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-11-18 22:27:36 UTC
glewis      2008-11-18 22:27:26 UTC

  FreeBSD ports repository

  Modified files:
    lang/bsh/files       bsh.sh.in 
  Log:
  . Fix the location the wrapper script looks for bsh.jar in.
  
  PR:             128576
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.4       +2 -2      ports/lang/bsh/files/bsh.sh.in
_______________________________________________
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"
Comment 7 Greg Lewis freebsd_committer freebsd_triage 2008-11-18 22:27:46 UTC
State Changed
From-To: feedback->closed

Sorry, committed now.