diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2015-05-12 19:03:30 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2015-05-12 19:03:30 +0000 |
commit | 9530e7710049534697dd8bd7f86ecb73932a83c9 (patch) | |
tree | 9f48ce664d0bbf8960070c2b4acb0a32e609b58d /java/berkeley-db/pkg-descr | |
parent | Upgrade to version 3.5.2. (diff) |
Fix the build in the case of newer JUnit, that, in its turn, uses hamcrest now.
Upgrade from 6.1.5 to 6.2.31. Based on:
PR: 156251
Submitted by: pi
Now that the test-target fully works, add "regression-test" alias to it so it
can be used for that purpose.
Notes
Notes:
svn path=/head/; revision=386168
Diffstat (limited to 'java/berkeley-db/pkg-descr')
-rw-r--r-- | java/berkeley-db/pkg-descr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/berkeley-db/pkg-descr b/java/berkeley-db/pkg-descr index 1c2e96327bff..b10d5cdaf87c 100644 --- a/java/berkeley-db/pkg-descr +++ b/java/berkeley-db/pkg-descr @@ -1,6 +1,5 @@ This is a pure-Java implementation of Berkeley DB by SleepyCat (now -Oracle). Java-1.5 is required for building, although the result should -be usable with 1.4 too. From the +Oracle). Java-1.7 is required for building. From the WWW: http://www.oracle.com/technetwork/database/berkeleydb/ |