Date: Thu, 2 Jan 2020 16:16:44 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521839 - in head/mail/py-pyspf: . files Message-ID: <202001021616.002GGipX083510@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 2 16:16:44 2020 New Revision: 521839 URL: https://svnweb.freebsd.org/changeset/ports/521839 Log: Update to 2.0.14 Changes: https://github.com/sdgathman/pyspf/releases https://github.com/sdgathman/pyspf/blob/master/CHANGELOG Deleted: head/mail/py-pyspf/files/patch-spf.py Modified: head/mail/py-pyspf/Makefile head/mail/py-pyspf/distinfo Modified: head/mail/py-pyspf/Makefile ============================================================================== --- head/mail/py-pyspf/Makefile Thu Jan 2 16:16:38 2020 (r521838) +++ head/mail/py-pyspf/Makefile Thu Jan 2 16:16:44 2020 (r521839) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pyspf -PORTVERSION= 2.0.13 -PORTREVISION= 1 +PORTVERSION= 2.0.14 CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,25 +12,19 @@ COMMENT= SPF (Sender Policy Framework) implemented in LICENSE= PSFL -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authres>=0:mail/py-authres@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authres>=0:mail/py-authres@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16.0:dns/py-dnspython@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python shebangfix +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/spf.py SHEBANG_FILES= spf.py -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} >= 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}py3dns>=0:dns/py-py3dns@${PY_FLAVOR} -.else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns>=0:dns/py-dns@${PY_FLAVOR} -.endif - # Make the tests run as a module post-patch: @${TOUCH} ${WRKSRC}/test/__init__.py @@ -43,4 +36,4 @@ post-install: do-test: cd ${WRKSRC}/ && ${PYTHON_CMD} -m test.testspf -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/mail/py-pyspf/distinfo ============================================================================== --- head/mail/py-pyspf/distinfo Thu Jan 2 16:16:38 2020 (r521838) +++ head/mail/py-pyspf/distinfo Thu Jan 2 16:16:44 2020 (r521839) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572806140 -SHA256 (pyspf-2.0.13.tar.gz) = 62dc1be39519e343202d480da7ef93d834b5a50cd4f217bef9335ed15292929b -SIZE (pyspf-2.0.13.tar.gz) = 65960 +TIMESTAMP = 1577977078 +SHA256 (pyspf-2.0.14.tar.gz) = 57a7ef01bda090173aafb6af0106251686ed73f03db4e911fcd34c57fc347186 +SIZE (pyspf-2.0.14.tar.gz) = 69446
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001021616.002GGipX083510>