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 /java/bsh/Makefile | |
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 'java/bsh/Makefile')
-rw-r--r-- | java/bsh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/bsh/Makefile b/java/bsh/Makefile index 4965b02ba58a..ef2e2f7661d9 100644 --- a/java/bsh/Makefile +++ b/java/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/} |