svn commit: r487270 - in branches/2018Q4/net/GeoIP: . files
Adam Weinberger
adamw at FreeBSD.org
Wed Dec 12 00:31:48 UTC 2018
Author: adamw
Date: Wed Dec 12 00:31:47 2018
New Revision: 487270
URL: https://svnweb.freebsd.org/changeset/ports/487270
Log:
MFH: r487269
Add pkg-message instructions to fix geoiplookup with the free databases
GeoIP has free and paid databases with differing granularity. The
geoiplookup and geoiplookup6 tools look only for the paid databases.
Users with the free databases (as would be obtained through the
included geoipupdate.sh script, or though specification of free
data files in net/geoipupdate) will need to create symlinks to
enable those tools to work with the free database files.
The upstream NEWS.md enumerates those symlinks, so this patch includes
a link to that file in the upstream repo.
PORTREVISION bump for the pkg-message change.
PR: 233947
Reported by: Vincent Milum
Approved by: portmgr (with hat)
Modified:
branches/2018Q4/net/GeoIP/Makefile
branches/2018Q4/net/GeoIP/files/pkg-message.in
Directory Properties:
branches/2018Q4/ (props changed)
Modified: branches/2018Q4/net/GeoIP/Makefile
==============================================================================
--- branches/2018Q4/net/GeoIP/Makefile Wed Dec 12 00:28:52 2018 (r487269)
+++ branches/2018Q4/net/GeoIP/Makefile Wed Dec 12 00:31:47 2018 (r487270)
@@ -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}/
Modified: branches/2018Q4/net/GeoIP/files/pkg-message.in
==============================================================================
--- branches/2018Q4/net/GeoIP/files/pkg-message.in Wed Dec 12 00:28:52 2018 (r487269)
+++ branches/2018Q4/net/GeoIP/files/pkg-message.in Wed Dec 12 00:31:47 2018 (r487270)
@@ -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
More information about the svn-ports-branches
mailing list