| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.16.0 07 Aug 2026 05:09:30 commit hash: 9c3ff364caa1721bb614cb4ace9f8ba8544c1a71 commit hash: 9c3ff364caa1721bb614cb4ace9f8ba8544c1a71 commit hash: 9c3ff364caa1721bb614cb4ace9f8ba8544c1a71 commit hash: 9c3ff364caa1721bb614cb4ace9f8ba8544c1a71 files touched by this commit |
Yuri Victorovich (yuri) search for other commits by this committer |
science/py-OpenMC: update 0.15.0 → 0.16.0 |
0.15.0_6 05 May 2026 19:29:37 commit hash: 2bf3834a197ccf8956332378eda8dd7577965246 commit hash: 2bf3834a197ccf8956332378eda8dd7577965246 commit hash: 2bf3834a197ccf8956332378eda8dd7577965246 commit hash: 2bf3834a197ccf8956332378eda8dd7577965246 files touched by this commit |
Max Brazhnikov (makc) search for other commits by this committer |
*/*: bump PORTREVISION after switching to NumPy 2.x |
0.15.0_5 05 May 2026 19:29:37 commit hash: b0b4d9e1eae890d0de1591e20fb37358439a2ff6 commit hash: b0b4d9e1eae890d0de1591e20fb37358439a2ff6 commit hash: b0b4d9e1eae890d0de1591e20fb37358439a2ff6 commit hash: b0b4d9e1eae890d0de1591e20fb37358439a2ff6 files touched by this commit Sanity Test Failure |
Max Brazhnikov (makc) search for other commits by this committer |
*/*: Switch to NumPy 2.x
PR: 294328
Exp-run: antoine |
0.15.0_5 03 Apr 2026 20:52:43 commit hash: d04d23ae37d04c8ddf74c04ee868900b9189295a commit hash: d04d23ae37d04c8ddf74c04ee868900b9189295a commit hash: d04d23ae37d04c8ddf74c04ee868900b9189295a commit hash: d04d23ae37d04c8ddf74c04ee868900b9189295a files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
python.mk: retire ${PYNUMPY}
With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound. |
0.15.0_5 03 Apr 2026 20:01:01 commit hash: 1912d150ac52993a0da6f5c68a485a6fd2a87f9d commit hash: 1912d150ac52993a0da6f5c68a485a6fd2a87f9d commit hash: 1912d150ac52993a0da6f5c68a485a6fd2a87f9d commit hash: 1912d150ac52993a0da6f5c68a485a6fd2a87f9d files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
math/py-numpy1: bump more RUN_DEPENDS consumers
These specify numpy indirectly using a different variable.
PR: 281470 |
0.15.0_4 15 Sep 2025 13:55:40 commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355 commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355 commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355 commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355 files touched by this commit |
Hiroki Tagato (tagattie) search for other commits by this committer |
*/*: 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> |
0.15.0_3 31 Aug 2025 10:30:51 commit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5a commit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5a commit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5a commit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5a files touched by this commit |
Rene Ladan (rene) search for other commits by this committer |
all: bump PORTREVISION after updating graphics/libyuv
Using the Tools/scripts/bump_revision.pl script |
0.15.0_2 21 Jul 2025 08:00:55 commit hash: 0b0f7cda9d34dc0169a7b91fa134903f2d822526 commit hash: 0b0f7cda9d34dc0169a7b91fa134903f2d822526 commit hash: 0b0f7cda9d34dc0169a7b91fa134903f2d822526 commit hash: 0b0f7cda9d34dc0169a7b91fa134903f2d822526 files touched by this commit |
Hiroki Tagato (tagattie) search for other commits by this committer |
*/*: 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) |
0.15.0_1 08 Mar 2025 04:05:21 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
0.15.0 22 Jun 2024 07:22:25 commit hash: 9a4e113f819c7cc59d403d2ddd83a8a963eae078 commit hash: 9a4e113f819c7cc59d403d2ddd83a8a963eae078 commit hash: 9a4e113f819c7cc59d403d2ddd83a8a963eae078 commit hash: 9a4e113f819c7cc59d403d2ddd83a8a963eae078 files touched by this commit |
Yuri Victorovich (yuri) search for other commits by this committer |
science/py-OpenMC: update 0.14.0 → 0.15.0
Reported by: portscout |
0.14.0 06 Apr 2024 08:34:42 commit hash: 16395161ef67602ccb0eca35a373d0ec2d57da8a commit hash: 16395161ef67602ccb0eca35a373d0ec2d57da8a commit hash: 16395161ef67602ccb0eca35a373d0ec2d57da8a commit hash: 16395161ef67602ccb0eca35a373d0ec2d57da8a files touched by this commit |
Yuri Victorovich (yuri) search for other commits by this committer |
science/py-OpenMC: update 0.13.3 → 0.14.0
Reported by: portscout |
0.13.3_1 23 Apr 2023 09:09:58 commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit |
Gerald Pfeifer (gerald) search for other commits by this committer |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.13.3 31 Mar 2023 07:59:52 commit hash: 14523c8f5f486696aa392ecd926ec3b17fe87bed commit hash: 14523c8f5f486696aa392ecd926ec3b17fe87bed commit hash: 14523c8f5f486696aa392ecd926ec3b17fe87bed commit hash: 14523c8f5f486696aa392ecd926ec3b17fe87bed files touched by this commit |
Yuri Victorovich (yuri) search for other commits by this committer |
science/{,py-}openmc: Update 0.13.1 → 0.13.3
Reported by: portscout |
07 Sep 2022 21:58:51 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit |
Stefan Eßer (se) search for other commits by this committer |
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) |
0.13.1 07 Sep 2022 21:10:59 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit |
Stefan Eßer (se) search for other commits by this committer |
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 View all of this commit message) |
0.13.1 20 Aug 2022 17:34:29 commit hash: 9a164093978d43a9d6e89966669f09cdd5a73ea2 commit hash: 9a164093978d43a9d6e89966669f09cdd5a73ea2 commit hash: 9a164093978d43a9d6e89966669f09cdd5a73ea2 commit hash: 9a164093978d43a9d6e89966669f09cdd5a73ea2 files touched by this commit |
Yuri Victorovich (yuri) search for other commits by this committer |
science/py-OpenMC: Update 0.13.0 -> 0.13.1
Reported by: portscout |
0.13.0 08 May 2022 20:55:59 commit hash: cb8f593f6fc81ccfb9dd7fa762392f80e80ba6ac commit hash: cb8f593f6fc81ccfb9dd7fa762392f80e80ba6ac commit hash: cb8f593f6fc81ccfb9dd7fa762392f80e80ba6ac commit hash: cb8f593f6fc81ccfb9dd7fa762392f80e80ba6ac files touched by this commit |
Yuri Victorovich (yuri) search for other commits by this committer |
science/{,py-}openmc: Update 0.12.2 -> 0.13.0
Reported by: portscout |
0.12.2 11 Oct 2021 15:51:36 commit hash: 2944d20f6bb513a39d5990364d7ae9f5ceee5704 commit hash: 2944d20f6bb513a39d5990364d7ae9f5ceee5704 commit hash: 2944d20f6bb513a39d5990364d7ae9f5ceee5704 commit hash: 2944d20f6bb513a39d5990364d7ae9f5ceee5704 files touched by this commit |
Yuri Victorovich (yuri) search for other commits by this committer |
science/py-OpenMC: New port: Monte Carlo neutron and photon transport simulation
code (Python) |