Sat Jun 14 15:18:29 2014 UTC ()
Fix broken PKGNAME. Update MASTER_SITES and add pypi to them. From
RELEASENOTES:

== 2.1.11 ==

(2014-01-31)

  * hostmask parsing bug fixed by pmarks (a nearly complete rewrite of the mask parsing code)
  * i97, incorrectly parses some v6 addresses.
  * docstring typos.
  * i95, refer to the nets in the exception raised by collapse_address_list
  * add license to boilerplate to test-2to3.sh


(rodent)
diff -r1.3 -r1.4 pkgsrc/devel/py-ipaddr/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-ipaddr/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-ipaddr/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-ipaddr/Makefile 2014/05/09 07:37:01 1.3
+++ pkgsrc/devel/py-ipaddr/Makefile 2014/06/14 15:18:29 1.4
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2014/06/14 15:18:29 rodent Exp $
2 2
3DISTNAME= ipaddr-2.1.10 3DISTNAME= ipaddr-2.1.11
4PKGNAME= ${PYPKGPREFIX}ipaddr-2.1.10 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= http://ipaddr-py.googlecode.com/files/ 6MASTER_SITES= https://googledrive.com/host/0B6wLlfdySbEUMkh1ZWhpZk1pZmc/
 7MASTER_SITES+= https://pypi.python.org/packages/source/i/ipaddr/
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://code.google.com/p/ipaddr-py/ 10HOMEPAGE= http://code.google.com/p/ipaddr-py/
10COMMENT= Google open source IPv4/IPv6 manipulation library in Python 11COMMENT= Google open source IPv4/IPv6 manipulation library in Python
11LICENSE= apache-2.0 12LICENSE= apache-2.0
12 13
13PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.10 14PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.10
14 15
15.include "../../lang/python/distutils.mk" 16.include "../../lang/python/distutils.mk"
16.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/py-ipaddr/distinfo 2014/02/15 14:35:13 1.1
+++ pkgsrc/devel/py-ipaddr/distinfo 2014/06/14 15:18:29 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/02/15 14:35:13 darcy Exp $ 1$NetBSD: distinfo,v 1.2 2014/06/14 15:18:29 rodent Exp $
2 2
3SHA1 (ipaddr-2.1.10.tar.gz) = c608450b077b19773d4f1b5f1ef88b26f6650ce0 3SHA1 (ipaddr-2.1.11.tar.gz) = f9a16ddb3cf774b8dcf8894c2f4295c4e17d0ed3
4RMD160 (ipaddr-2.1.10.tar.gz) = 66204bccb990425612a2f198e2bd8737906f5ae7 4RMD160 (ipaddr-2.1.11.tar.gz) = 2cf71c1b561486506b84aeaae4cdfc6a4f57fc94
5Size (ipaddr-2.1.10.tar.gz) = 29004 bytes 5Size (ipaddr-2.1.11.tar.gz) = 29046 bytes