freebsd-ports/mail/py-spf-engine/files/patch-setup.py
Danilo G. Baio 49387ba716 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)
2020-05-31 13:49:28 +00:00

16 lines
835 B
Python

--- 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)',