From owner-svn-ports-all@freebsd.org Thu Jan 2 16:16:45 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 76F351D34CB; Thu, 2 Jan 2020 16:16:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47pY7x2YD3z4ZfN; Thu, 2 Jan 2020 16:16:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4FBB91DEE7; Thu, 2 Jan 2020 16:16:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 002GGjPM083512; Thu, 2 Jan 2020 16:16:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 002GGipX083510; Thu, 2 Jan 2020 16:16:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001021616.002GGipX083510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jan 2020 16:16:44 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/mail/py-pyspf: . files X-SVN-Commit-Revision: 521839 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2020 16:16:45 -0000 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 - -.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 +.include 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