diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-03 14:00:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-03 14:00:03 +0000 |
commit | 1f8ed3f840f6040989aa66d3c49c2a3e3b445622 (patch) | |
tree | b8633108431cd820a78d832dbe27f4375ae16c7b /mail | |
parent | cb7748a1398aa3f5a4fc8dd1390f630a69e7722f (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-spf/Makefile | 8 | ||||
-rw-r--r-- | mail/py-spf/distinfo | 4 |
2 files changed, 3 insertions, 9 deletions
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile index e45440f6bdec..7729cb96357f 100644 --- a/mail/py-spf/Makefile +++ b/mail/py-spf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spf -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= mail python MASTER_SITES= SF/pymilter/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,14 +13,10 @@ COMMENT= Python implementation of the RFC 4408 SPF protocol LICENSE= PSFL -OPTIONS_DEFINE= DOCS -OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options - USE_PYTHON= autoplist distutils USES= python shebangfix PLIST_FILES= bin/spf.py -PORTDOCS= CHANGELOG README SHEBANG_FILES= spf.py @@ -35,7 +31,5 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns3>=0:${PORTSDIR}/dns/py-dns3 post-install: ${CHMOD} ${BINMODE} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/spf.py ${LN} -s ${PYTHONPREFIX_SITELIBDIR}/spf.py ${STAGEDIR}${PREFIX}/bin/ - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.post.mk> diff --git a/mail/py-spf/distinfo b/mail/py-spf/distinfo index b2c91141f871..44019b9e0908 100644 --- a/mail/py-spf/distinfo +++ b/mail/py-spf/distinfo @@ -1,2 +1,2 @@ -SHA256 (pyspf-2.0.9.tar.gz) = e4828f785c935d5d24dcab1e8abe13b57de965219c8e821222e763a27fd423e0 -SIZE (pyspf-2.0.9.tar.gz) = 63537 +SHA256 (pyspf-2.0.10.tar.gz) = 0a3be1cc1915649ed8960a1b8add4110379c3c348e98e642a53f69d028709de8 +SIZE (pyspf-2.0.10.tar.gz) = 62890 |