aboutsummaryrefslogtreecommitdiff
path: root/net/GeoIP
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-16 02:33:47 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-01-16 02:33:47 +0000
commit172dc793d739973b68268d87afa5776564d99ed9 (patch)
treefe5613fb3b9285272528fc31c8ad5a9f631c16da /net/GeoIP
parenta795532f2725ed64c652d3db1c2634d8f5010d2e (diff)
downloadports-172dc793d739973b68268d87afa5776564d99ed9.tar.gz
ports-172dc793d739973b68268d87afa5776564d99ed9.zip
Notes
Diffstat (limited to 'net/GeoIP')
-rw-r--r--net/GeoIP/Makefile1
-rw-r--r--net/GeoIP/pkg-plist11
2 files changed, 12 insertions, 0 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index 92f6267565ca..65b77dbf4de1 100644
--- a/net/GeoIP/Makefile
+++ b/net/GeoIP/Makefile
@@ -7,6 +7,7 @@
PORTNAME= GeoIP
PORTVERSION= 1.1.4
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist
index 7b2570c3f690..689b064b8e87 100644
--- a/net/GeoIP/pkg-plist
+++ b/net/GeoIP/pkg-plist
@@ -1,11 +1,22 @@
+bin/geoipexport
bin/geoiplookup
bin/geoipupdate
etc/GeoIP.conf.default
include/GeoIP.h
+include/GeoIPBitReader.h
+include/GeoIPCity.h
include/GeoIPUpdate.h
lib/libGeoIP.a
lib/libGeoIP.la
lib/libGeoIP.so
lib/libGeoIP.so.2
+lib/libGeoIPBitReader.a
+lib/libGeoIPBitReader.la
+lib/libGeoIPBitReader.so
+lib/libGeoIPBitReader.so.0
+lib/libGeoIPUpdate.a
+lib/libGeoIPUpdate.la
+lib/libGeoIPUpdate.so
+lib/libGeoIPUpdate.so.0
share/GeoIP/GeoIP.dat
@unexec rmdir %D/share/GeoIP 2>/dev/null || true