diff options
author | obache <obache@pkgsrc.org> | 2007-07-13 07:31:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-07-13 07:31:54 +0000 |
commit | 55e1bd491da927122add87614a485fad9d3640e2 (patch) | |
tree | 5094c6d8724938e33f6a7e4bf6be974df27255ee | |
parent | fc7215f7149098a7f8a82c74f464199b656f807b (diff) | |
download | pkgsrc-55e1bd491da927122add87614a485fad9d3640e2.tar.gz |
Update py-GeoIP to 1.2.1.
Patch provided by maintainer, Bartosz Kuzma in PR 36642.
Changes since 1.2.0:
1.2.1 2005-06-28
* Added support for GeoIP Region
-rw-r--r-- | net/py-GeoIP/Makefile | 9 | ||||
-rw-r--r-- | net/py-GeoIP/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index deae4e60b97..c32948d8d4a 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:10:29 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2007/07/13 07:31:54 obache Exp $ # -DISTNAME= GeoIP-Python-1.2.0 -PKGNAME= ${PYPKGPREFIX}-GeoIP-1.2.0 -PKGREVISION= 2 +DISTNAME= GeoIP-Python-1.2.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//} CATEGORIES= net python MASTER_SITES= http://www.maxmind.com/download/geoip/api/python/ -MAINTAINER= bartosz@atom.eu.org +MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://www.maxmind.com/app/python COMMENT= GeoIP support for Python diff --git a/net/py-GeoIP/distinfo b/net/py-GeoIP/distinfo index eeb7640fb95..cd1d1ac4f93 100644 --- a/net/py-GeoIP/distinfo +++ b/net/py-GeoIP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 12:14:02 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/07/13 07:31:54 obache Exp $ -SHA1 (GeoIP-Python-1.2.0.tar.gz) = ac9b253403fb4db2fdc8fd4c578af837e4f3c8fa -RMD160 (GeoIP-Python-1.2.0.tar.gz) = f630459070e48ecfe7d0520f120bca9ab2d89075 -Size (GeoIP-Python-1.2.0.tar.gz) = 9622 bytes +SHA1 (GeoIP-Python-1.2.1.tar.gz) = fe24fa21011696dbd2ba9f49a45a82910c34dadf +RMD160 (GeoIP-Python-1.2.1.tar.gz) = e32f8ff4d5f68f232855aec913eed97304f17425 +Size (GeoIP-Python-1.2.1.tar.gz) = 9779 bytes |