IABSD.fr/ports/net/libproxy

Branch :


Log

Author Commit Date CI Message
3fb7cdbc 2021-11-02 00:01:35 bump REVISION for switch from Python 3.8 -> 3.9
44427e24 2021-03-08 12:32:27 move DEBUG_PACKAGES before including bsd.port.arch.mk
3cbe1c2f 2021-02-23 19:39:08 Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not.
b57ef495 2020-12-30 09:25:22 Update to libproxy-0.4.17.
870d2eab 2020-12-05 16:19:52 Once again, I forgot to remove a patch.
1414d3b7 2020-12-05 11:11:30 Update to libproxy-0.4.16. Add debug packages.
d9cfe411 2020-07-03 21:12:24 bump REVISION; python 3 default changed to 3.8
48b0b966 2019-07-12 20:48:23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
b6deb5d3 2019-06-15 09:53:00 Unbreak libproxy with upcoming ninja 1.9.0 update. Rename cmake target "test" to avoid multiple ninja targets. "sure" ajacoutot@ (maintainer), spotted by naddy@ Thanks
d7f07522 2019-04-28 20:51:26 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk.