diff options
-rw-r--r-- | net/GeoIP/Makefile | 1 | ||||
-rw-r--r-- | net/GeoIP/files/pkg-message.in | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 89f1027bd9af..3e77a8f9b194 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -3,6 +3,7 @@ PORTNAME= GeoIP PORTVERSION= 1.6.12 +PORTREVISION= 1 CATEGORIES= net geography MASTER_SITES= https://github.com/maxmind/geoip-api-c/releases/download/v${PORTVERSION}/ diff --git a/net/GeoIP/files/pkg-message.in b/net/GeoIP/files/pkg-message.in index 3b628a0bbb01..05e54b6c5819 100644 --- a/net/GeoIP/files/pkg-message.in +++ b/net/GeoIP/files/pkg-message.in @@ -1,3 +1,7 @@ GeoIP does not ship with the actual data files. You must download them yourself! To obtain the free database, run: # %%PREFIX%%/bin/geoipupdate.sh + +If you are using the free database, you will need to create some +symlinks for the geoiplookup tools, as described in +https://github.com/maxmind/geoip-api-c/blob/master/NEWS.md |