diff options
author | shattered <shattered@pkgsrc.org> | 2010-11-13 21:08:54 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2010-11-13 21:08:54 +0000 |
commit | 309ff161bace6cfec44cca1cdc4ba2602996425f (patch) | |
tree | 9dd00472e0d3202809bd050eba1285d2b63382a6 /net/GeoIP | |
parent | eaee84f4ded431f35f1ea395000228d5a437b4bf (diff) | |
download | pkgsrc-309ff161bace6cfec44cca1cdc4ba2602996425f.tar.gz |
Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 9802043d4d8..cf8fcea918d 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/01/21 17:41:06 heinz Exp $ +# $NetBSD: Makefile,v 1.25 2010/11/13 21:09:01 shattered Exp $ DISTNAME= GeoIP-1.4.6 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= net MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.maxmind.com/download/geoip/api/c/ +HOMEPAGE= http://geolite.maxmind.com/download/geoip/api/c/ COMMENT= Find the country from any IP address LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 # md5.c and types.h, from GNUPG |