Date: Wed, 12 Dec 2018 00:31:47 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487270 - in branches/2018Q4/net/GeoIP: . files Message-ID: <201812120031.wBC0Vl7K033597@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812120031.wBC0Vl7K033597>