Sat Feb 15 17:20:59 2014 UTC ()
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.


(wiz)
diff -r1.1 -r1.2 pkgsrc/mail/py-spf/Makefile
diff -r1.1 -r1.2 pkgsrc/mail/py-spf/distinfo
diff -r1.2 -r1.3 pkgsrc/mail/py-spf/PLIST

cvs diff -r1.1 -r1.2 pkgsrc/mail/py-spf/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/py-spf/Makefile 2014/02/15 13:26:59 1.1
+++ pkgsrc/mail/py-spf/Makefile 2014/02/15 17:20:59 1.2
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.1 2014/02/15 13:26:59 darcy Exp $ 1# $NetBSD: Makefile,v 1.2 2014/02/15 17:20:59 wiz Exp $
2# FreeBSD Id: head/mail/py-spf/Makefile 344301 2014-02-14 19:41:11Z sunpoet 
3 2
4VERSION= 2.0.8 3VERSION= 2.0.8
5DISTNAME= pyspf-${VERSION} 4DISTNAME= pyspf-${VERSION}
6PKGNAME= ${PYTHON_PKGNAMEPREFIX}spf-${VERSION} 5PKGNAME= ${PYPKGPREFIX}-spf-${VERSION}
7CATEGORIES= mail python 6CATEGORIES= mail python
8MASTER_SITES= https://pypi.python.org/packages/source/p/pyspf 7MASTER_SITES= https://pypi.python.org/packages/source/p/pyspf/
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://pypi.python.org/pypi/pyspf 10HOMEPAGE= https://pypi.python.org/pypi/pyspf
12COMMENT= Python implementation of the RFC 4408 SPF protocol 11COMMENT= Python implementation of the RFC 4408 SPF protocol
13 
14LICENSE= python-software-foundation 12LICENSE= python-software-foundation
15 13
16DEPENDS+= ${PYPKGPREFIX}-dns>=0:../../net/py-dns 14DEPENDS+= ${PYPKGPREFIX}-dns>=0:../../net/py-dns
 15
17EGG_NAME= pyspf-${VERSION} 16EGG_NAME= pyspf-${VERSION}
18 17
 18PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-dns
 19
19.include "../../lang/python/distutils.mk" 20.include "../../lang/python/distutils.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/mail/py-spf/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/py-spf/distinfo 2014/02/15 13:26:59 1.1
+++ pkgsrc/mail/py-spf/distinfo 2014/02/15 17:20:59 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/02/15 13:26:59 darcy Exp $ 1$NetBSD: distinfo,v 1.2 2014/02/15 17:20:59 wiz Exp $
2 2
3SHA1 (pyspf-2.0.8.tar.gz) = 64397bf468325955d82991a0f7580c9dbf39b2b8 3SHA1 (pyspf-2.0.8.tar.gz) = 279634a93614d3887d4bbf44852bd6d73944af5c
4RMD160 (pyspf-2.0.8.tar.gz) = a735cf66b1680cfd64330aaf11e923731610047c 4RMD160 (pyspf-2.0.8.tar.gz) = aa2c6493ed36db1150465d436618035a5da9c624
5Size (pyspf-2.0.8.tar.gz) = 48819 bytes 5Size (pyspf-2.0.8.tar.gz) = 48818 bytes

cvs diff -r1.2 -r1.3 pkgsrc/mail/py-spf/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/py-spf/PLIST 2014/02/15 14:29:40 1.2
+++ pkgsrc/mail/py-spf/PLIST 2014/02/15 17:20:59 1.3
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1@comment $NetBSD: PLIST,v 1.2 2014/02/15 14:29:40 darcy Exp $ 1@comment $NetBSD: PLIST,v 1.3 2014/02/15 17:20:59 wiz Exp $
2bin/spfquery.py 2bin/spfquery.py
3bin/type99.py 3bin/type99.py
 4${PYSITELIB}/${EGG_FILE}
4${PYSITELIB}/spf.py 5${PYSITELIB}/spf.py
5${PYSITELIB}/spf.pyc 6${PYSITELIB}/spf.pyc
6${PYSITELIB}/spf.pyo 7${PYSITELIB}/spf.pyo