diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-03 07:29:09 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-03 07:29:09 +0000 |
commit | 25e3727b10e9087a99acb4084b8a65a74bc1aafe (patch) | |
tree | aafad418fc0c8433c8748221fd3149b6afca8b94 /lang/bsh | |
parent | 7e40c3002b656a9caea733d8d1825979b1a3c932 (diff) | |
download | ports-25e3727b10e9087a99acb4084b8a65a74bc1aafe.tar.gz ports-25e3727b10e9087a99acb4084b8a65a74bc1aafe.zip |
Chase the checksum. Changes are:
- Fixed bug affecting scoping in blocks.
- Added a special test for the test harness to catch this sort of thing
in the future.
- Fixed problem with classloading causing bsh extensions not to be found
in some environments.
PR: 35470
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=55459
Diffstat (limited to 'lang/bsh')
-rw-r--r-- | lang/bsh/Makefile | 1 | ||||
-rw-r--r-- | lang/bsh/distinfo | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/bsh/Makefile b/lang/bsh/Makefile index 4965b02ba58a..ef2e2f7661d9 100644 --- a/lang/bsh/Makefile +++ b/lang/bsh/Makefile @@ -7,6 +7,7 @@ PORTNAME= bsh PORTVERSION= 1.2.b4 +PORTREVISION= 1 CATEGORIES= java MASTER_SITES= http://www.beanshell.org/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} diff --git a/lang/bsh/distinfo b/lang/bsh/distinfo index 8ad023f7d2b8..76f2ea8a6d7e 100644 --- a/lang/bsh/distinfo +++ b/lang/bsh/distinfo @@ -1 +1 @@ -MD5 (bsh-1.2b4.jar) = 5cb844bd8e0e24103e7664965fd87f6a +MD5 (bsh-1.2b4.jar) = b410cdee1acc6c1c3ea15d1b3e0ae587 |