diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-06 15:58:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-06 15:58:43 +0000 |
commit | 309ff9b28681926c436d6e521d944e719e54e20f (patch) | |
tree | 55ea4e9664aaa5c987963e13700b08cf7ddf4108 /mail/py-spf | |
parent | e70e568091518f2c35ed9c926c00e9f2f7d19140 (diff) | |
download | ports-309ff9b28681926c436d6e521d944e719e54e20f.tar.gz ports-309ff9b28681926c436d6e521d944e719e54e20f.zip |
Notes
Diffstat (limited to 'mail/py-spf')
-rw-r--r-- | mail/py-spf/Makefile | 4 | ||||
-rw-r--r-- | mail/py-spf/distinfo | 4 | ||||
-rw-r--r-- | mail/py-spf/pkg-descr | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile index adf396f6b285..994228b7b117 100644 --- a/mail/py-spf/Makefile +++ b/mail/py-spf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spf -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 CATEGORIES= mail python MASTER_SITES= SF/pymilter/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ OPTIONS_DEFINE= DOCS OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= py${PORTNAME} PORTDOCS= CHANGELOG README diff --git a/mail/py-spf/distinfo b/mail/py-spf/distinfo index 228fed1376f3..aa712d022c5b 100644 --- a/mail/py-spf/distinfo +++ b/mail/py-spf/distinfo @@ -1,2 +1,2 @@ -SHA256 (pyspf-2.0.7.tar.gz) = 1c108a5ffc9f7d56b087e96b4b599cbbb28d7234fab745083d3fd7a512d54334 -SIZE (pyspf-2.0.7.tar.gz) = 46281 +SHA256 (pyspf-2.0.8.tar.gz) = 3d2c4635692eee4a59d973ade132623b6b542b373ad643652295d605673c665a +SIZE (pyspf-2.0.8.tar.gz) = 48819 diff --git a/mail/py-spf/pkg-descr b/mail/py-spf/pkg-descr index 85bcb8616e50..58e17759e9b5 100644 --- a/mail/py-spf/pkg-descr +++ b/mail/py-spf/pkg-descr @@ -3,17 +3,6 @@ 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. -License: Python Software Foundation License - -Author: -Terence Way terry@wayforward.net -http://www.wayforward.net/spf/ - -Maintainers: -Stuart Gathman stuart@bmsi.com -Scott Kitterman scott@kitterman.com -http://pypi.python.org/pypi/pyspf - Currently part of the pymilter project: http://pymilter.sourceforge.net WWW: http://pypi.python.org/pypi/pyspf |