summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-03-25 00:50:01 +0000
committerXin LI <delphij@FreeBSD.org>2010-03-25 00:50:01 +0000
commit06fdcdd7b5e3714fe3db55a71ae0ec70ad70a34d (patch)
tree1c35486e02692a7e6a42d530dedf84879963b16f /databases
parentUpdate to 0.06. (diff)
Apply two vendor fixes:
* patch.4.5.20.1: ----------------------------------------------------------- Fixes access to sequences in the Java API in DB 4.5.20. * patch.4.5.20.2: ----------------------------------------------------------- Fixes a problem introduced in 4.5.20 when we changed the way DBTs are copied in calls from the Java API into the core API.
Notes
Notes: svn path=/head/; revision=251471
Diffstat (limited to 'databases')
-rw-r--r--databases/db45/Makefile12
-rw-r--r--databases/db45/distinfo6
2 files changed, 17 insertions, 1 deletions
diff --git a/databases/db45/Makefile b/databases/db45/Makefile
index e1de74057174..0e0d0e518c77 100644
--- a/databases/db45/Makefile
+++ b/databases/db45/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= db45
-PORTVERSION= 4.5.20.0
+PORTVERSION= 4.5.20.2
CATEGORIES= databases
MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \
http://download-east.oracle.com/berkeley-db/ \
@@ -15,8 +15,18 @@ PKGNAMEPREFIX?=
DISTNAME= db-${PORTVERSION:R}
DIST_SUBDIR= bdb
+PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION:R}/
+PATCHFILES= patch.4.5.20.1 patch.4.5.20.2
+PATCH_DIST_STRIP= -d .. -l
+# * patch.4.5.20.1: -----------------------------------------------------------
+# Fixes access to sequences in the Java API in DB 4.5.20.
+# * patch.4.5.20.2: -----------------------------------------------------------
+# Fixes a problem introduced in 4.5.20 when we changed the way DBTs are copied
+# in calls from the Java API into the core API.
+
# I allow matthias.andree@gmx.de and all freebsd committer to do changes
# to this package.
+
MAINTAINER= gslin@gslin.org
COMMENT= The Berkeley DB package, revision 4.5
diff --git a/databases/db45/distinfo b/databases/db45/distinfo
index 114935942b29..5fc7704d9c0e 100644
--- a/databases/db45/distinfo
+++ b/databases/db45/distinfo
@@ -1,3 +1,9 @@
MD5 (bdb/db-4.5.20.tar.gz) = b0f1c777708cb8e9d37fb47e7ed3312d
SHA256 (bdb/db-4.5.20.tar.gz) = f52cd5cea899823dd200d56556f70b33c55e48a33bb7b65ee128968dc10ca82d
SIZE (bdb/db-4.5.20.tar.gz) = 9281894
+MD5 (bdb/patch.4.5.20.1) = a571e239b9041d7990df287cbc59ad6f
+SHA256 (bdb/patch.4.5.20.1) = f0749a6780cd260fed20b6e961a0d354889ffe84505129d5c81925a4a4dcf6cb
+SIZE (bdb/patch.4.5.20.1) = 984
+MD5 (bdb/patch.4.5.20.2) = b7a7086a067ba116f5a8464362c9a9a7
+SHA256 (bdb/patch.4.5.20.2) = 232a93565ab1bf34db10f7513b612867bb61e0c012def7f63715800a05d07e6a
+SIZE (bdb/patch.4.5.20.2) = 1752