diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2020-09-04 19:34:48 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2020-09-04 19:34:48 +0000 |
| commit | 964c0ccab9186e9a854b5915ff068fb57c3ba1de (patch) | |
| tree | 3999bc6e868bb956a8f49ff2fcf9454e4dae97e0 /mail/postfix-policyd-spf-python | |
| parent | net-mgmt/triton-guesttools: expire on 2020-09-30, depends on expired mdata-cl... (diff) | |
Remove expired ports:
2020-09-01 multimedia/w_scan: No longer developed since September 2017, MASTER_SITES gone
2020-08-31 net/ntp-devel: Current devel branch of ntp is no longer published
2020-08-31 mail/postfix-policyd-spf-python: Use mail/py-spf-engine instead (Project is superseded by successor)
2020-08-26 graphics/py-pyembree: Broken for more than 6 months
2020-08-26 games/asteroid: Broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=547568
Diffstat (limited to 'mail/postfix-policyd-spf-python')
| -rw-r--r-- | mail/postfix-policyd-spf-python/Makefile | 58 | ||||
| -rw-r--r-- | mail/postfix-policyd-spf-python/distinfo | 3 | ||||
| -rw-r--r-- | mail/postfix-policyd-spf-python/files/patch-setup.py | 17 | ||||
| -rw-r--r-- | mail/postfix-policyd-spf-python/files/pkg-message.in | 37 | ||||
| -rw-r--r-- | mail/postfix-policyd-spf-python/pkg-descr | 4 |
5 files changed, 0 insertions, 119 deletions
diff --git a/mail/postfix-policyd-spf-python/Makefile b/mail/postfix-policyd-spf-python/Makefile deleted file mode 100644 index a7374d7073c3..000000000000 --- a/mail/postfix-policyd-spf-python/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# Created by: Giel van Schijndel <me@mortis.eu> -# $FreeBSD$ - -PORTNAME= postfix-policyd-spf-python -PORTVERSION= 2.0.2 -PORTREVISION= 1 -CATEGORIES= mail python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pypolicyd-spf-${PORTVERSION} - -MAINTAINER= yasu@utahime.org -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} - -USES= python:3.3+ -USE_PYTHON= autoplist distutils -NO_ARCH= yes - -CONFLICTS= py*-spf-engine - -PORTDOCS= CHANGES \ - README \ - README.per_user_whitelisting \ - policyd-spf.conf.commented - -PKGMESSAGE= ${WRKSRC}/pkg-message - -SUB_FILES= pkg-message - -OPTIONS_DEFINE= DOCS - -post-patch: - @${MV} ${WRKSRC}/policyd-spf.conf ${WRKSRC}/policyd-spf.conf.sample - @${REINPLACE_CMD} -e "s|/etc/python-policyd-spf/|${PREFIX}/etc/postfix-policyd-spf-python/|" \ - ${WRKSRC}/policyd-spf - @${REINPLACE_CMD} -e "s|/etc/policyd-spf/|${PREFIX}/etc/postfix-policyd-spf-python/|" \ - -e "s|/usr/bin/policyd-spf|${PREFIX}/bin/policyd-spf|" \ - -e "s|/etc/postfix/|${LOCALBASE}/etc/postfix/|" ${WRKSRC}/policyd-spf.1 - @${REINPLACE_CMD} -e "s|/etc/policyd-spf/|${PREFIX}/etc/postfix-policyd-spf-python/|" \ - ${WRKSRC}/policyd-spf.conf.5 - @${REINPLACE_CMD} -e "s|/etc/policyd-spf/|${PREFIX}/etc/postfix-policyd-spf-python/|" \ - -e "s|/etc/pypolicyd-spf/|${PREFIX}/etc/postfix-policyd-spf-python/|" \ - ${WRKSRC}/policyd-spf.peruser.5 - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}/${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/mail/postfix-policyd-spf-python/distinfo b/mail/postfix-policyd-spf-python/distinfo deleted file mode 100644 index dd13861993dd..000000000000 --- a/mail/postfix-policyd-spf-python/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1513282791 -SHA256 (pypolicyd-spf-2.0.2.tar.gz) = df9cf888583c1003ff8dd2f0c8c1e5f46de466b56de5ce56eed5f42765f0a8da -SIZE (pypolicyd-spf-2.0.2.tar.gz) = 38546 diff --git a/mail/postfix-policyd-spf-python/files/patch-setup.py b/mail/postfix-policyd-spf-python/files/patch-setup.py deleted file mode 100644 index 00d4c3e7457c..000000000000 --- a/mail/postfix-policyd-spf-python/files/patch-setup.py +++ /dev/null @@ -1,17 +0,0 @@ ---- setup.py.orig 2014-06-04 05:08:20 UTC -+++ setup.py -@@ -13,10 +13,10 @@ setup(name='pypolicyd-spf', - py_modules=['policydspfsupp', 'policydspfuser'], - keywords = ['Postfix','spf','email'], - scripts = ['policyd-spf'], -- 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'), -+ data_files=[(os.path.join('man', 'man1'), -+ ['policyd-spf.1']), (os.path.join('man', 'man5'), -+ ['policyd-spf.conf.5']), (os.path.join('etc', 'postfix-policyd-spf-python'), -+ ['policyd-spf.conf.sample']), (os.path.join('man', 'man5'), - ['policyd-spf.peruser.5'])], - classifiers = [ - 'Development Status :: 5 - Production/Stable', diff --git a/mail/postfix-policyd-spf-python/files/pkg-message.in b/mail/postfix-policyd-spf-python/files/pkg-message.in deleted file mode 100644 index d8baa7ce1aa8..000000000000 --- a/mail/postfix-policyd-spf-python/files/pkg-message.in +++ /dev/null @@ -1,37 +0,0 @@ -[ -{ type: install - message: <<EOM -# -# To configure Postfix -# - -This package must be integrated with Postfix to be effective: - - 1. Add to your postfix master.cf: - - policyd-spf unix - n n - 0 spawn - user=nobody argv=%%PREFIX%%/bin/policyd-spf - - 2. Configure the Postfix policy service in your main.cf so that the - "smtpd_recipient_restrictions" includes a call to the policyd-spf policy - filter. If you already have a "smtpd_recipient_restrictions" line, you can - add the "check_policy_service" command anywhere *after* the line which - reads "reject_unauth_destination" (otherwise you're system can become an - open relay). - - smtpd_recipient_restrictions = - ... - reject_unauth_destination - check_policy_service unix:private/policyd-spf - ... - - policyd-spf_time_limit = 3600 - - 3. Please consult the postfix documentation for more information on these and - other settings you may wish to have in the "smtpd_recipient_restrictions" - configuration. - - 4. Reload postfix. -EOM -} -] diff --git a/mail/postfix-policyd-spf-python/pkg-descr b/mail/postfix-policyd-spf-python/pkg-descr deleted file mode 100644 index 6ef47bf545c6..000000000000 --- a/mail/postfix-policyd-spf-python/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -python-policyd-spf is a Postfix SMTPd policy engine for SPF checking. It is -implemented in pure Python and uses the python-spf module. - -WWW: https://launchpad.net/pypolicyd-spf/ |
