| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
4.5.0_2 15 Sep 2025 13:55:40
    |
Hiroki Tagato (tagattie)  |
*/*: switch dependency from devel/py-lxml5 to devel/py-lxml
Currently, there are two versions of python XML processing library
which conflict each other in the ports tree, namely:
- devel/py-lxml5 (now at version 5.4.0)
- devel/py-lxml (now at version 6.0.1)
To avoid the situation that some ports depend on py-lxml5 and some
others do on py-lxml (by switching dependencies individually), this
commit switches the dependencies from py-lxml5 to py-lxml at once.
Additional note: There are still two ports (textproc/py-rdflib and
www/py-draftjs-exporter) depending on py-lxml5 since they limit upper
version to less than 6.
PR: 289491
Approved by: Michiel van Baak Jansen <michiel@vanbaak.eu>, arrowd,
crees, madpilot, delphij, marcus, nivit, kai,
skreuzer, fluffy, bofh, thierry, stephen, sunpoet,
0mp, Eric Camachat <eric@camachat.org> |
4.5.0_1 21 Jul 2025 08:00:55
    |
Hiroki Tagato (tagattie)  |
*/*: update dependency on devel/py-lxml to devel/py-lxml5 (2nd attempt)
This is a follow up to the commit 230fb2661c78, which updated some
ports' dependencies on devel/py-lxml to devel/py-lxml5. It was an
attempt to follow the dependency change of
www/py-beautifulsoup. However, the switch was incomplete and broke
some other ports.
It has turned out that the ports depending on devel/py-lxml (at
version 4.9.3) does not limit their dependencies' upper bound to 4.x
except for one (devel/py-pymaven-patch). So updating them to
devel/py-lxml5 (at version 5.4.0) should cause no harm.
This commit switch dependencies of all the ports (except
devel/py-pymaven-patch) to devel/py-lxml5 avoid potential conflicts.
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
PR: 287144, 288047
Reported by: makc (via ports-committers),
vvd (PR 288047),
diizzy (PR 287144)
Approved by: portmgr (chase dependency change, unbreak build)
Fixes: 230fb2661c78 (*/*: update dependency on devel/py-lxml to devel/py-lxml5) |
4.5.0 08 Sep 2024 18:37:32
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update to 4.5.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
4.4.0_2 07 Jul 2024 08:05:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
4.4.0_1 08 Apr 2024 20:17:25
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
4.4.0 09 Mar 2024 14:05:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update to 4.4.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
4.3.0 27 Nov 2023 10:28:16
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update to 4.3.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
4.2.0 04 Sep 2023 09:05:06
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update to 4.2.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
4.1.1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.1.1 05 Jun 2023 18:47:12
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update WWW and clean up pkg-descr |
4.1.1 21 Mar 2023 19:20:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update to 4.1.1
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
4.0.1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.0.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.0.1 31 Aug 2022 18:49:41
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update to 4.0.1
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
4.0.0 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.0.0 11 Jul 2022 13:49:58
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update to 4.0.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
3.10.0_1 03 Jun 2022 10:52:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Change RUN_DEPENDS from py-suds-community to py-suds
- Bump PORTREVISION for dependency change |
3.10.0 25 Oct 2021 15:57:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update to 3.10.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
3.9.1 21 Sep 2021 03:44:38
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update to 3.9.1
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
3.9.0 24 Jul 2021 20:21:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update version requirement of RUN_DEPENDS and fix typo |
3.9.0 16 May 2021 15:24:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-oslo.vmware: Update to 3.9.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
3.8.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.8.0 17 Feb 2021 18:07:56
  |
sunpoet  |
Update to 3.8.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
3.7.0 13 Sep 2020 19:45:14
  |
sunpoet  |
Update to 3.7.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
3.6.0 30 Jul 2020 09:51:09
  |
sunpoet  |
Update to 3.6.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
3.5.0 24 Jul 2020 07:12:32
  |
sunpoet  |
Update to 3.5.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
3.4.0 03 Jun 2020 18:10:03
  |
sunpoet  |
Update to 3.4.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
3.3.1 30 Apr 2020 13:48:24
  |
sunpoet  |
Update to 3.3.1
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.35.0_2 26 Apr 2020 11:58:33
  |
sunpoet  |
Update RUN_DEPENDS for py-oslo.context 3.0.2 update
- Bump PORTREVISION for dependency change |
2.35.0_1 08 Apr 2020 17:04:40
  |
sunpoet  |
Update RUN_DEPENDS for py-oslo.concurrency 4.0.1 update
- Bump PORTREVISION for dependency change |
2.35.0 14 Jan 2020 16:44:59
  |
sunpoet  |
Update to 2.35.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.34.1 05 Sep 2019 17:08:37
  |
sunpoet  |
Update to 2.34.1
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.34.0 25 May 2019 10:00:43
  |
sunpoet  |
Update to 2.34.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.33.0 27 Apr 2019 18:25:55
  |
sunpoet  |
Update to 2.33.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.32.2 01 Mar 2019 11:20:34
  |
sunpoet  |
Update to 2.32.2
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.32.1 16 Jan 2019 20:11:06
  |
sunpoet  |
Update to 2.32.1
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.31.0 23 Aug 2018 17:58:09
  |
sunpoet  |
Update WWW |
2.31.0 29 Jul 2018 19:16:51
  |
sunpoet  |
Update to 2.31.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.29.2 24 Jun 2018 20:17:52
  |
sunpoet  |
Update to 2.29.2
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.29.1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.29.1 01 Jun 2018 22:47:18
  |
sunpoet  |
Update to 2.29.1
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.29.0 16 May 2018 23:55:07
  |
sunpoet  |
Update to 2.29.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.28.0 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
2.28.0 22 Apr 2018 08:48:35
  |
sunpoet  |
Update to 2.28.0
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html |
2.27.0 03 Apr 2018 09:52:00
  |
sunpoet  |
Update to 2.27.0
- Add LICENSE
- Sort RUN_DEPENDS
- Allow concurrent installation (USE_PYTHON=concurrent)
- Request maintainership
Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html
PR: 226770
Submitted by: sunpoet (myself)
Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer) |
2.17.0 08 Feb 2018 20:18:09
  |
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
2.17.0 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
2.17.0 29 Jan 2017 13:58:31
  |
novel  |
devel/py-oslo.vmware: update to 2.17.0
PR: 216448
Submitted by: maintainer |
2.16.0 10 Jan 2017 16:13:01
  |
novel  |
Add py-oslo.vmware 2.16.0, oslo VMware library.
PR: 215850
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> |