aboutsummaryrefslogtreecommitdiff
path: root/net/geoipupdate
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-09-28 12:35:42 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-09-28 12:35:42 +0000
commit26164efa00e0b331df63862e949b789de0881dd5 (patch)
treeb43284e1a5c7f6e957af01eaeb94faaec01f5cf8 /net/geoipupdate
parent539214bd5a905c3aaad99e4dbca0790bde5b17ae (diff)
downloadports-26164efa00e0b331df63862e949b789de0881dd5.tar.gz
ports-26164efa00e0b331df63862e949b789de0881dd5.zip
Make the GeoIP and geoipupdate descriptions reflect reality
The difference is no longer paid vs. unpaid. There are free versions of the GeoIP2 databases, and they are preferred when supported.
Notes
Notes: svn path=/head/; revision=480857
Diffstat (limited to 'net/geoipupdate')
-rw-r--r--net/geoipupdate/Makefile2
-rw-r--r--net/geoipupdate/pkg-descr12
2 files changed, 6 insertions, 8 deletions
diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile
index 2af284478a46..7bf0c63844ce 100644
--- a/net/geoipupdate/Makefile
+++ b/net/geoipupdate/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= net geography
MASTER_SITES= https://github.com/maxmind/geoipupdate/releases/download/v${PORTVERSION}/
MAINTAINER= adamw@FreeBSD.org
-COMMENT= Fetch the latest copies of the paid GeoIP database
+COMMENT= Fetch the latest copies of the paid GeoIP2 databases
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/net/geoipupdate/pkg-descr b/net/geoipupdate/pkg-descr
index 7a120e59e6ea..f07a93753e1e 100644
--- a/net/geoipupdate/pkg-descr
+++ b/net/geoipupdate/pkg-descr
@@ -1,10 +1,8 @@
-This program is used to fetch the GeoIP2 and GeoIP databases. It requires
-an active GeoIP subscription.
+This program is used to fetch and update the GeoIP2 databases. By
+default it fetches the free databases, but it can also manage
+the paid databases with an active GeoIP subscription.
-Please see https://www.maxmind.com/en/geolocation_landing for details about
-obtaining a subscription.
-
-If you wish to install the free versions of the GeoIP databases, please
-use the geoipudate.sh script provided in net/GeoIP.
+Please see https://www.maxmind.com/en/geolocation_landing for details
+about obtaining an optional subscription.
WWW: https://github.com/maxmind/geoipupdate