diff options
| author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-05-31 13:49:28 +0000 |
|---|---|---|
| committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-05-31 13:49:28 +0000 |
| commit | 49387ba716a4adb9e24afa646c38168355bc839f (patch) | |
| tree | d86e12c4eb575104e4dd00780d654b8a9fb3cfc1 /mail/postfix-policyd-spf-python | |
| parent | math/scilab-toolbox-swt: (diff) | |
Add mail/py-spf-engine, Deprecate mail/postfix-policyd-spf-python
Give time to users to change their env
The new port is the successor, it supports milter feature and its
config file is in another path.
PR: 244424
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=537162
Diffstat (limited to 'mail/postfix-policyd-spf-python')
| -rw-r--r-- | mail/postfix-policyd-spf-python/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/postfix-policyd-spf-python/Makefile b/mail/postfix-policyd-spf-python/Makefile index 637a8d6158e2..a7374d7073c3 100644 --- a/mail/postfix-policyd-spf-python/Makefile +++ b/mail/postfix-policyd-spf-python/Makefile @@ -3,6 +3,7 @@ PORTNAME= postfix-policyd-spf-python PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,9 @@ COMMENT= Pure Python Postfix policy daemon for SPF checking LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Use mail/py-spf-engine instead (Project is superseded by successor) +EXPIRATION_DATE= 2020-08-31 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspf>0:mail/py-pyspf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}authres>0:mail/py-authres@${PY_FLAVOR} @@ -21,6 +25,8 @@ USES= python:3.3+ USE_PYTHON= autoplist distutils NO_ARCH= yes +CONFLICTS= py*-spf-engine + PORTDOCS= CHANGES \ README \ README.per_user_whitelisting \ |
