Skip to content

Commit

Permalink
mail/py-spf-engine: Update to 2.9.3
Browse files Browse the repository at this point in the history
* Switch to DISTVERSION
* Pet portclippy
* Tidy up Makefile with portfmt

ChangeLog:	https://git.launchpad.net/spf-engine/tree/CHANGES?h=2.9.3
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Feb 8, 2022
1 parent dbc6539 commit 03fd784
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 27 deletions.
25 changes: 11 additions & 14 deletions mail/py-spf-engine/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Giel van Schijndel <me@mortis.eu>

PORTNAME= spf-engine
PORTVERSION= 2.9.2
DISTVERSION= 2.9.3
CATEGORIES= mail python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -21,30 +21,27 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authres>0:mail/py-authres@${PY_FLAVOR} \
USES= python:3.3+ shebangfix
USE_PYTHON= autoplist distutils
USE_RC_SUBR= pyspf-milter
NO_ARCH= yes

SHEBANG_FILES= spf_engine/milter_spf.py spf_engine/policyd_spf.py

CONFLICTS= py*-postfix-policyd-spf-python

NO_ARCH= yes
SUB_FILES= pkg-message
SUB_LIST= PYSPF_MILTER_RUNDIR=${PYSPF_MILTER_RUNDIR} \
PYTHON_CMD=${PYTHON_CMD}

USERS= pyspf-milter
GROUPS= pyspf-milter

PYSPF_MILTER_RUNDIR= /var/run/pyspf-milter

PLIST_FILES= '@sample etc/python-policyd-spf/policyd-spf.conf.sample' \
'@dir(${USERS},${GROUPS},755) ${PYSPF_MILTER_RUNDIR}'

SHEBANG_FILES= spf_engine/milter_spf.py \
spf_engine/policyd_spf.py
PLIST_FILES= '@dir(${USERS},${GROUPS},755) ${PYSPF_MILTER_RUNDIR}' \
'@sample etc/python-policyd-spf/policyd-spf.conf.sample'

PORTDOCS= CHANGES \
README \
README.per_user_whitelisting \
PORTDOCS= CHANGES README README.per_user_whitelisting \
policyd-spf.conf.commented

SUB_FILES= pkg-message
SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \
PYSPF_MILTER_RUNDIR=${PYSPF_MILTER_RUNDIR}

OPTIONS_DEFINE= DOCS

post-patch:
Expand Down
6 changes: 3 additions & 3 deletions mail/py-spf-engine/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1582568246
SHA256 (spf-engine-2.9.2.tar.gz) = 188a8bc78f1ddb40f1b87a0b6fe2fa78efa0b4cc5d984ff19a53724bb5c28131
SIZE (spf-engine-2.9.2.tar.gz) = 52737
TIMESTAMP = 1644313848
SHA256 (spf-engine-2.9.3.tar.gz) = c3435bf8bfceb3728f02910da329710956820f816f826be97d5bf00a4b762031
SIZE (spf-engine-2.9.3.tar.gz) = 52974
10 changes: 0 additions & 10 deletions mail/py-spf-engine/files/patch-spf__engine_milter__spf.py

This file was deleted.

0 comments on commit 03fd784

Please sign in to comment.