aboutsummaryrefslogtreecommitdiff
path: root/mail/py-spf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-29 19:03:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-29 19:03:25 +0000
commit2328bfb8fe2f673218a3283f4491605e94116b41 (patch)
tree47483b0715961d6afad48ecae245dabdf3cc88b8 /mail/py-spf
parent4e398edc2a6b9e139544e37c69e219c22fded087 (diff)
- Move mail/py-spf to mail/py-pyspf
- Update MASTER_SITES: change from SF to CHEESESHOP - Update RUN_DEPENDS: always use dns/py-py3dns - Bump PORTREVISION for dependency change - Bump PORTREVISION for dependent ports
Notes
Notes: svn path=/head/; revision=404778
Diffstat (limited to 'mail/py-spf')
-rw-r--r--mail/py-spf/Makefile37
-rw-r--r--mail/py-spf/distinfo2
-rw-r--r--mail/py-spf/pkg-descr8
3 files changed, 0 insertions, 47 deletions
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile
deleted file mode 100644
index 8a384c87395a..000000000000
--- a/mail/py-spf/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Marcus Alves Grando <mnag@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= spf
-PORTVERSION= 2.0.12
-PORTREVISION= 2
-CATEGORIES= mail python
-MASTER_SITES= SF/pymilter/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= py${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Python implementation of the RFC 4408 SPF protocol
-
-LICENSE= PSFL
-
-NO_ARCH= yes
-USE_PYTHON= autoplist concurrent distutils
-USES= python shebangfix
-
-PLIST_FILES= bin/spf.py
-
-SHEBANG_FILES= spf.py
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns
-.else
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}py3dns>=0:${PORTSDIR}/dns/py-py3dns
-.endif
-
-post-install:
- ${CHMOD} ${BINMODE} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/spf.py
- ${LN} -s ${PYTHONPREFIX_SITELIBDIR}/spf.py ${STAGEDIR}${PREFIX}/bin/
-
-.include <bsd.port.post.mk>
diff --git a/mail/py-spf/distinfo b/mail/py-spf/distinfo
deleted file mode 100644
index afddda8fc049..000000000000
--- a/mail/py-spf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pyspf-2.0.12.tar.gz) = 8aa21ba0e3aff8a4e8ad8f586c500a5d1f9c4c902c3f11bcc107465857cd41a2
-SIZE (pyspf-2.0.12.tar.gz) = 67189
diff --git a/mail/py-spf/pkg-descr b/mail/py-spf/pkg-descr
deleted file mode 100644
index 8f437b1d05f5..000000000000
--- a/mail/py-spf/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The pyspf Python module has been released as version 2.0. pyspf 2.0
-was the first SPF implementation to fully conform to RFC 4408. This
-release has also added IPv6 support. pyspf is the library behind
-several of the open SPF project's SPF record testing tools.
-
-Currently part of the pymilter project: http://pymilter.sourceforge.net
-
-WWW: https://pypi.python.org/pypi/pyspf