diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-08-24 10:14:03 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-08-24 10:14:03 +0800 |
commit | f85a654ea8e67c2b77fc72e0323b984d1e05e41c (patch) | |
tree | 4c08eb74b877a716ba7276ba8fd7b1310deffac3 /mail | |
parent | 1986526c6b327760d30915709347d6eb90c2fa04 (diff) | |
download | freebsd-ports-gnome-f85a654ea8e67c2b77fc72e0323b984d1e05e41c.tar.gz freebsd-ports-gnome-f85a654ea8e67c2b77fc72e0323b984d1e05e41c.tar.zst freebsd-ports-gnome-f85a654ea8e67c2b77fc72e0323b984d1e05e41c.zip |
- Deprecate: mail/qmail-spamcontrol should be used instead
as it accomplishes the same goals and more.
PR: ports/170860
Submitted by: Luiz Otavio O Souza <loos.br@gmail.com> (maintainer)
Approved by: eadler (mentor)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/vchkuser/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/vchkuser/Makefile b/mail/vchkuser/Makefile index f0b2b1084ff4..dcc3ebd07c85 100644 --- a/mail/vchkuser/Makefile +++ b/mail/vchkuser/Makefile @@ -23,6 +23,9 @@ USE_QMAIL= yes WRKSRC= ${WRKDIR}/${PORTNAME} VPOPMAILDIR?= ${PREFIX}/vpopmail +DEPRECATED= mail/qmail-spamcontrol replaces this port +EXPIRATION_DATE=2012-11-23 + DOCS= README CHANGELOG post-install: |