summaryrefslogtreecommitdiff
path: root/java/berkeley-db/files/patch-junit (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-12Fix the build in the case of newer JUnit, that, in its turn, uses hamcrest now.Mikhail Teterin1-12/+20
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: svn path=/head/; revision=386168
2014-09-29Upgrade from 3.2.76 to 6.1.5 (the latest at this time). Fix up the WWW-entryMikhail Teterin1-4/+3
in pkg-descr. Vendor's self tests continue to fail (timeouts), so this feature remains disabled by default. Notes: svn path=/head/; revision=369561
2006-10-07Upgrade from 1.7.1 to 3.1.0, thanks largely to the diffs supplied by ijliaoMikhail Teterin1-4/+25
(for the earlier version 3.0.12). Make post-build test possible (via OPTIONS) and, unfortunately, disable it by default due to several test failures. (Java-maintainers may want to take a look.) Switch to an auto-generated pkg-plist (HUGE amount of examples and documentation). Ying-Chieh is planning to delete his databases/java-db and is invited to take over this port. Notes: svn path=/head/; revision=174699
2005-02-05This is a port of 'JE', or Berkeley DB Java Edition -- a pure JavaMikhail Teterin1-0/+11
implementation of "db". See: http://www.sleepycat.com/products/je.shtml for more information. Notes: svn path=/head/; revision=128054