summaryrefslogtreecommitdiff
path: root/mail/py-spf-engine/files/patch-setup.py
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-05-31 13:49:28 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-05-31 13:49:28 +0000
commit49387ba716a4adb9e24afa646c38168355bc839f (patch)
treed86e12c4eb575104e4dd00780d654b8a9fb3cfc1 /mail/py-spf-engine/files/patch-setup.py
parentmath/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)
Diffstat (limited to 'mail/py-spf-engine/files/patch-setup.py')
-rw-r--r--mail/py-spf-engine/files/patch-setup.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/py-spf-engine/files/patch-setup.py b/mail/py-spf-engine/files/patch-setup.py
new file mode 100644
index 000000000000..1dbd9b028133
--- /dev/null
+++ b/mail/py-spf-engine/files/patch-setup.py
@@ -0,0 +1,16 @@
+--- setup.py.orig 2019-10-27 01:15:11 UTC
++++ setup.py
+@@ -25,11 +25,8 @@ setup(name='spf-engine',
+ include_package_data=True,
+ data_files=[(os.path.join('share', 'man', 'man1'),
+ ['policyd-spf.1']), (os.path.join('share', 'man', 'man5'),
+- ['policyd-spf.conf.5']), (os.path.join('etc', 'python-policyd-spf'),
+- ['policyd-spf.conf']), (os.path.join('share', 'man', 'man5'),
+- ['policyd-spf.peruser.5']), (os.path.join('lib', 'systemd', 'system'),
+- ['system/pyspf-milter.service']),(os.path.join('etc', 'init.d'),
+- ['system/pyspf-milter']) ],
++ ['policyd-spf.conf.5']), (os.path.join('share', 'man', 'man5'),
++ ['policyd-spf.peruser.5'])],
+ classifiers = [
+ 'Development Status :: 5 - Production/Stable',
+ 'Environment :: No Input/Output (Daemon)',