From f45b05d75945a68d357ead6f6ef94558890b67c8 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 15 Feb 2014 17:20:59 +0000 Subject: Fix a few bugs (portsisms?). Fix PKGNAME. Fix MASTER_SITES. The file I get from there is one byte smaller, so update distinfo. Mark as not ready for python-3.x. --- mail/py-spf/Makefile | 11 ++++++----- mail/py-spf/PLIST | 3 ++- mail/py-spf/distinfo | 8 ++++---- 3 files changed, 12 insertions(+), 10 deletions(-) (limited to 'mail') diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile index 865bbfedaa1..101a783a121 100644 --- a/mail/py-spf/Makefile +++ b/mail/py-spf/Makefile @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.1 2014/02/15 13:26:59 darcy Exp $ -# FreeBSD Id: head/mail/py-spf/Makefile 344301 2014-02-14 19:41:11Z sunpoet +# $NetBSD: Makefile,v 1.2 2014/02/15 17:20:59 wiz Exp $ VERSION= 2.0.8 DISTNAME= pyspf-${VERSION} -PKGNAME= ${PYTHON_PKGNAMEPREFIX}spf-${VERSION} +PKGNAME= ${PYPKGPREFIX}-spf-${VERSION} CATEGORIES= mail python -MASTER_SITES= https://pypi.python.org/packages/source/p/pyspf +MASTER_SITES= https://pypi.python.org/packages/source/p/pyspf/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/pyspf COMMENT= Python implementation of the RFC 4408 SPF protocol - LICENSE= python-software-foundation DEPENDS+= ${PYPKGPREFIX}-dns>=0:../../net/py-dns + EGG_NAME= pyspf-${VERSION} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-dns + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/py-spf/PLIST b/mail/py-spf/PLIST index c6ce35196cf..2ddd4bba7b7 100644 --- a/mail/py-spf/PLIST +++ b/mail/py-spf/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2014/02/15 14:29:40 darcy Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/02/15 17:20:59 wiz Exp $ bin/spfquery.py bin/type99.py +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/spf.py ${PYSITELIB}/spf.pyc ${PYSITELIB}/spf.pyo diff --git a/mail/py-spf/distinfo b/mail/py-spf/distinfo index 000d0bc8c77..213c793ea8e 100644 --- a/mail/py-spf/distinfo +++ b/mail/py-spf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/02/15 13:26:59 darcy Exp $ +$NetBSD: distinfo,v 1.2 2014/02/15 17:20:59 wiz Exp $ -SHA1 (pyspf-2.0.8.tar.gz) = 64397bf468325955d82991a0f7580c9dbf39b2b8 -RMD160 (pyspf-2.0.8.tar.gz) = a735cf66b1680cfd64330aaf11e923731610047c -Size (pyspf-2.0.8.tar.gz) = 48819 bytes +SHA1 (pyspf-2.0.8.tar.gz) = 279634a93614d3887d4bbf44852bd6d73944af5c +RMD160 (pyspf-2.0.8.tar.gz) = aa2c6493ed36db1150465d436618035a5da9c624 +Size (pyspf-2.0.8.tar.gz) = 48818 bytes -- cgit v1.2.3