<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/science/smoldyn, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-05-05T19:29:37Z</updated>
<entry>
<title>*/*: bump PORTREVISION after switching to NumPy 2.x</title>
<updated>2026-05-05T19:29:37Z</updated>
<author>
<name>Max Brazhnikov</name>
<email>makc@FreeBSD.org</email>
</author>
<published>2026-05-05T19:27:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2bf3834a197ccf8956332378eda8dd7577965246'/>
<id>urn:sha1:2bf3834a197ccf8956332378eda8dd7577965246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*/*: Switch to NumPy 2.x</title>
<updated>2026-05-05T19:29:37Z</updated>
<author>
<name>Max Brazhnikov</name>
<email>makc@FreeBSD.org</email>
</author>
<published>2026-05-05T19:27:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b0b4d9e1eae890d0de1591e20fb37358439a2ff6'/>
<id>urn:sha1:b0b4d9e1eae890d0de1591e20fb37358439a2ff6</id>
<content type='text'>
PR:		294328
Exp-run:	antoine
</content>
</entry>
<entry>
<title>python.mk: retire ${PYNUMPY}</title>
<updated>2026-04-03T20:52:43Z</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2026-04-03T20:48:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d04d23ae37d04c8ddf74c04ee868900b9189295a'/>
<id>urn:sha1:d04d23ae37d04c8ddf74c04ee868900b9189295a</id>
<content type='text'>
With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound.
</content>
</entry>
<entry>
<title>science/smoldyn: update 2.74 → 2.75</title>
<updated>2025-08-23T08:22:30Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2025-08-23T08:09:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e7458c8b3da25e2d8c334494cd4196b66f82bde1'/>
<id>urn:sha1:e7458c8b3da25e2d8c334494cd4196b66f82bde1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc</title>
<updated>2025-06-19T20:28:47Z</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2025-06-19T20:09:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4f0eba1efd73e85ccb544708c967bca70ad3e7a6'/>
<id>urn:sha1:4f0eba1efd73e85ccb544708c967bca70ad3e7a6</id>
<content type='text'>
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.

Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.

Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.

PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
</content>
</entry>
<entry>
<title>science/smoldyn: update 2.73 → 2.74</title>
<updated>2025-01-23T07:40:37Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2025-01-23T06:44:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b4cef0c702afa9e90a6e9eb889bfa37d2f2797c'/>
<id>urn:sha1:6b4cef0c702afa9e90a6e9eb889bfa37d2f2797c</id>
<content type='text'>
Reported by:	portscout
</content>
</entry>
<entry>
<title>science/smoldyn: Fix build with tiff 4.7.0</title>
<updated>2024-10-09T19:43:26Z</updated>
<author>
<name>Daniel Engberg</name>
<email>diizzy@FreeBSD.org</email>
</author>
<published>2024-10-09T19:27:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8db97e44ba597bd36097a843cd311e7453e4c987'/>
<id>urn:sha1:8db97e44ba597bd36097a843cd311e7453e4c987</id>
<content type='text'>
Use TIFF:tiff to define the library instead of ${TIFF_LIBRARY} and
remove custom logic that tried to replace CMake's own.

PR:		281763
Reviewed by:	yuri
</content>
</entry>
<entry>
<title>graphics/tiff: Update to 4.6.0</title>
<updated>2024-04-27T12:44:59Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2024-04-25T11:05:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=98bf25875a9924c20931d32469982585bb8447e8'/>
<id>urn:sha1:98bf25875a9924c20931d32469982585bb8447e8</id>
<content type='text'>
PR:		278577
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>science/smoldyn: update 2.72 → 2.73</title>
<updated>2024-03-11T16:20:40Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2024-03-11T16:20:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f7a58a25f2e02592f2b6d8441ac151f4d02b56ac'/>
<id>urn:sha1:f7a58a25f2e02592f2b6d8441ac151f4d02b56ac</id>
<content type='text'>
Reported by:	portscout
</content>
</entry>
<entry>
<title>science/smoldyn: Update 2.71 → 2.72</title>
<updated>2023-08-19T07:55:08Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2023-08-19T07:54:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=71e3b18ac2fda27f78041e132f62cd4c04938d3d'/>
<id>urn:sha1:71e3b18ac2fda27f78041e132f62cd4c04938d3d</id>
<content type='text'>
</content>
</entry>
</feed>
