aboutsummaryrefslogtreecommitdiff
path: root/databases/db47/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2008-10-08 09:41:43 +0000
committerXin LI <delphij@FreeBSD.org>2008-10-08 09:41:43 +0000
commitc36a7fe5ce15ce465474a76816093331308dd9bc (patch)
treeb66893ddeb1a69a9235260085991ff68603e94cb /databases/db47/Makefile
parenta4a1314486b912f61a626edae2c413cba6a59268 (diff)
downloadports-c36a7fe5ce15ce465474a76816093331308dd9bc.tar.gz
ports-c36a7fe5ce15ce465474a76816093331308dd9bc.zip
Notes
Diffstat (limited to 'databases/db47/Makefile')
-rw-r--r--databases/db47/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/db47/Makefile b/databases/db47/Makefile
index 13e339678503..2445b46c9872 100644
--- a/databases/db47/Makefile
+++ b/databases/db47/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= db47
-PORTVERSION= 4.7.25.0
+PORTVERSION= 4.7.25.1
CATEGORIES= databases
MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \
http://download-east.oracle.com/berkeley-db/ \
@@ -15,6 +15,12 @@ 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.7.25.1
+PATCH_DIST_STRIP= -d .. --ignore-whitespace
+# * patch.4.7.25.1: -----------------------------------------------------------
+# # [#16406] Replication clients should be able to open a sequence.
+
# I allow matthias.andree@gmx.de and all freebsd committer to do changes
# to this package.