aboutsummaryrefslogtreecommitdiffstats
path: root/net/geoipupdate
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.4.0.adamw2017-05-272-4/+9
| | | | | | | | | | | | | | | | | | | | | | | * geoipupdate now checks that the database directory is writable. If it is not, it reports the problem and aborts. * geoipupdate now acquires a lock when starting up to ensure only one instance may run at a time. A new option, LockFile, exists to set the file to use as a lock. By default, LockFile is the file .geoipupdate.lock in the database directory. * geoipupdate now prints out additional information from the server when a download request results in something other than HTTP status 2xx. This provides more information when the API does not respond with a database file. In conjunction with changes to the download service itself, errors such as lacking a subscription no longer show up with the message "not a valid gzip file". * ${datarootdir}/GeoIP is now created on make install. Reported by Antonios Karagiannis. GitHub #29. * Previously, a variable named ERROR was used. This caused issues building on Windows. Reported by Gisle Vanem. GitHub #36.
* Update to 2.3.1.adamw2017-01-052-9/+7
|
* Update to 2.3.0.adamw2017-01-053-5/+16
| | | | | | | * geoipupdate now uses TCP keep-alive when compiled with cURL 7.25 or greater. * Previously, on an invalid gzip file, geoipupdate would output binary data to stderr. It now displays an appropriate error message.
* Use USES=pathfix where applicable.mat2016-10-211-1/+0
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix order of @sample args.adamw2016-01-292-1/+2
| | | | Caught by: danfe
* Update to 2.2.2.adamw2016-01-273-16/+5
| | | | | Also, use localbase.mk instead of setting CPPFLAGS/LDFLAGS manually, and use the new two-argument @sample instead of renaming and sed-ing.
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
* Use the new USE_GITHUB format.adamw2015-04-202-4/+3
|
* Update to 2.2.1.adamw2015-02-272-4/+4
|
* Update to 2.1.0.adamw2014-11-072-7/+5
|
* - Update GeoIP to 1.6.2 and switch to its new github location.adamw2014-08-274-0/+53
- Add net/geoipupdate, the formal tool to fetch updates. It is for paid subscribers. People using the free version should continue using the geoipupdate.sh script in net/GeoIP. This program is used to fetch the GeoIP2 and GeoIP databases. It requires 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. WWW: https://github.com/maxmind/geoipupdate