aboutsummaryrefslogtreecommitdiff
path: root/net/py-maxminddb
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Fix build with GCC-based architectures.Olivier Cochard2019-04-301-1/+1
| | | | | | | | PR: 237670 Submitted by: pkubaj Notes: svn path=/head/; revision=500484
* Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mkSunpoet Po-Chuan Hsieh2018-11-171-3/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=485181
* Update net/py-maxminddb to 1.4.1Olivier Cochard2018-09-092-9/+6
| | | | | | | | | PR: 231242 Submitted by: ndowens@yahoo.com Reported by: freebsd@dckd.nl Notes: svn path=/head/; revision=479274
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 1.3.0Olivier Cochard2017-06-192-4/+4
| | | | | | | | PR: 220121 Reported by: Yuri Victorovich <yuri@rawbw.com> Notes: svn path=/head/; revision=443860
* Update to 1.2.3Olivier Cochard2017-01-132-4/+4
| | | | Notes: svn path=/head/; revision=431406
* Update to 1.2.1Olivier Cochard2016-06-152-4/+4
| | | | | | | | Approved by: jadawin (mentor) Differential Revision: https://reviews.freebsd.org/D6838 Notes: svn path=/head/; revision=416933
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update my email for ports I maintainOlivier Cochard2016-02-171-2/+2
| | | | | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5309 Notes: svn path=/head/; revision=409034
* - Fix RUN_DEPENDSSunpoet Po-Chuan Hsieh2015-11-291-4/+11
| | | | | | | | | | | | | - Use USES=localbase - Strip shared library - Bump PORTREVISION for dependency and package change PR: 204869 Submitted by: sunpoet (myself) Approved by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer) Notes: svn path=/head/; revision=402587
* Don't set DISTNAME with USE_GITHUB.Mathieu Arnold2015-05-152-4/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=386484
* net/py-maxminddb: add portJohannes Jost Meixner2015-05-153-0/+35
Python module for reading MaxMind DB files. The module includes both a pure Python reader and a C extension. WWW: https://github.com/maxmind/MaxMind-DB-Reader-pytho While there, add this port as run-dependency for net/py-GeoIP2. PR: 199814 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> Notes: svn path=/head/; revision=386478