diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-12-16 20:46:12 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-12-16 20:46:12 +0000 |
commit | 9b3181fd0971d41de63ce3e3be0271980f2c1783 (patch) | |
tree | 31ccd9cb56a78942c12ac3c749aa5e8fbfef6f1e /databases/db47/Makefile | |
parent | b43152157fbe991034a8a5049993764bf93e74bf (diff) |
Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit
so that people don't rush to upgrades yet.
Notes
Notes:
svn path=/head/; revision=336664
Diffstat (limited to 'databases/db47/Makefile')
-rw-r--r-- | databases/db47/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/db47/Makefile b/databases/db47/Makefile index 991c6e029a1e..c908a5c2e0a6 100644 --- a/databases/db47/Makefile +++ b/databases/db47/Makefile @@ -30,7 +30,7 @@ PATCH_DIST_STRIP= -d .. --ignore-whitespace MAINTAINER= gslin@gslin.org COMMENT= The Berkeley DB package, revision 4.7 -DEPRECATED= Please migrate to databases/db5 +DEPRECATED= Please use databases/db5 or db6 for new installs. BDBVER= ${PORTVERSION:R:R} CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \ |