diff options
author | mandree <mandree@FreeBSD.org> | 2013-12-14 07:27:33 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-12-14 07:27:33 +0800 |
commit | f7444c942bee2a3f9ce63123dc15231176277dea (patch) | |
tree | 72cf0ad49ed03eb93aa849c1763bdeb049b7dc38 /databases/db42 | |
parent | b5aa0b0f5c9afdbe2e46216a96bc75bfbede552c (diff) | |
download | freebsd-ports-gnome-f7444c942bee2a3f9ce63123dc15231176277dea.tar.gz freebsd-ports-gnome-f7444c942bee2a3f9ce63123dc15231176277dea.tar.zst freebsd-ports-gnome-f7444c942bee2a3f9ce63123dc15231176277dea.zip |
Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports.
Diffstat (limited to 'databases/db42')
-rw-r--r-- | databases/db42/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/db42/Makefile b/databases/db42/Makefile index 4c58a4c3ba6d..3d9e2f5ba4f5 100644 --- a/databases/db42/Makefile +++ b/databases/db42/Makefile @@ -14,6 +14,10 @@ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 \ MAINTAINER= mandree@FreeBSD.org COMMENT= The Berkeley DB package, revision 4.2 +DEPRECATED= Please migrate to databases/db5 + +CONFLICTS?= db42-nocrypto-4* + MASTERDIR?= ${.CURDIR} SLAVE_PORT= no |