forked from Lainports/freebsd-ports
Upgrade from 3.2.76 to 6.1.5 (the latest at this time). Fix up the WWW-entry
in pkg-descr. Vendor's self tests continue to fail (timeouts), so this feature remains disabled by default.
This commit is contained in:
parent
8987561bb2
commit
5d93dd73d4
4 changed files with 7 additions and 9 deletions
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= je
|
||||
PORTVERSION= 3.2.76
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 6.1.5
|
||||
CATEGORIES= java databases
|
||||
MASTER_SITES= http://download.oracle.com/berkeley-db/ \
|
||||
http://download-east.oracle.com/berkeley-db/ \
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (je-3.2.76.tar.gz) = 017744ec57580d709c7f8dca985b71f81f5e41615d014ad187368a0a14627b02
|
||||
SIZE (je-3.2.76.tar.gz) = 4873715
|
||||
SHA256 (je-6.1.5.tar.gz) = 778122759dc79080e599410c3540ce2e64e6bcaf26c9b4944639fdfe66d2cc8a
|
||||
SIZE (je-6.1.5.tar.gz) = 11171411
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
--- build.xml Wed Sep 20 18:10:10 2006
|
||||
+++ build.xml Fri Oct 6 20:12:12 2006
|
||||
@@ -80,7 +80,9 @@
|
||||
+++ build.xml 2014-09-29 14:22:48.000000000 -0400
|
||||
@@ -135,6 +135,8 @@
|
||||
</path>
|
||||
|
||||
+ <property environment="env"/>
|
||||
<path id="unittest.classpath">
|
||||
<pathelement location="${destdir}"/>
|
||||
<pathelement location="."/>
|
||||
<path refid="class.path"/>
|
||||
+ <pathelement location="${env.JAVALIBDIR}/junit.jar"/>
|
||||
<pathelement location="${unittest.destdir}"/>
|
||||
</path>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ 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
|
||||
|
||||
WWW: http://www.oracle.com/database/berkeley-db/index.html
|
||||
WWW: http://www.oracle.com/technetwork/database/berkeleydb/
|
||||
|
||||
"Berkeley DB JE was designed from the ground up in Java. It takes full
|
||||
advantage of the Java environment. The Berkeley DB JE API provides a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue