diff options
author | abs <abs@pkgsrc.org> | 2009-05-03 13:34:24 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-05-03 13:34:24 +0000 |
commit | e47d0bfb3f9b1f5c57f15a03719fe5b35b59fe12 (patch) | |
tree | c412aa00e9d42672eeb7706938aebfb8356c5e79 /net/GeoIP | |
parent | 0fdcff1325c14182c98a5fdc7e372350047ce2e3 (diff) | |
download | pkgsrc-e47d0bfb3f9b1f5c57f15a03719fe5b35b59fe12.tar.gz |
Add geoiplookup6, built for at least NetBSD 5/i386. Bump pkgrevision
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 3 | ||||
-rw-r--r-- | net/GeoIP/PLIST | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index fb784b73a19..3886c064d70 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2009/04/24 10:17:22 adam Exp $ +# $NetBSD: Makefile,v 1.21 2009/05/03 13:34:24 abs Exp $ DISTNAME= GeoIP-1.4.6 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ diff --git a/net/GeoIP/PLIST b/net/GeoIP/PLIST index 8e5fd10c7d6..cb58430ab0c 100644 --- a/net/GeoIP/PLIST +++ b/net/GeoIP/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2005/10/22 19:58:42 heinz Exp $ +@comment $NetBSD: PLIST,v 1.6 2009/05/03 13:34:24 abs Exp $ bin/geoiplookup +bin/geoiplookup6 bin/geoipupdate include/GeoIP.h include/GeoIPCity.h @@ -7,6 +8,7 @@ include/GeoIPUpdate.h lib/libGeoIP.la lib/libGeoIPUpdate.la man/man1/geoiplookup.1 +man/man1/geoiplookup6.1 man/man1/geoipupdate.1 share/GeoIP/GeoIP.dat share/examples/GeoIP/GeoIP.conf.default |