diff options
author | pat <pat@FreeBSD.org> | 2002-03-03 15:29:09 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-03 15:29:09 +0800 |
commit | 9456d88b7cb053099801fcd9805a09c68b3bcadf (patch) | |
tree | e31438cb175ea6c0ec0e921c55e4aec48f4e9621 /lang | |
parent | e4112dc74b5f258379331cd8cdff2c25e318f490 (diff) | |
download | freebsd-ports-gnome-9456d88b7cb053099801fcd9805a09c68b3bcadf.tar.gz freebsd-ports-gnome-9456d88b7cb053099801fcd9805a09c68b3bcadf.tar.zst freebsd-ports-gnome-9456d88b7cb053099801fcd9805a09c68b3bcadf.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
Diffstat (limited to 'lang')
-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 |