notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: science/smoldyn/Makefile

Number of commits found: 21

Monday, 11 Mar 2024
16:20 Yuri Victorovich (yuri) search for other commits by this committer
science/smoldyn: update 2.72 → 2.73

Reported by:	portscout
commit hash: f7a58a25f2e02592f2b6d8441ac151f4d02b56ac commit hash: f7a58a25f2e02592f2b6d8441ac151f4d02b56ac commit hash: f7a58a25f2e02592f2b6d8441ac151f4d02b56ac commit hash: f7a58a25f2e02592f2b6d8441ac151f4d02b56ac f7a58a2
Saturday, 19 Aug 2023
07:55 Yuri Victorovich (yuri) search for other commits by this committer
science/smoldyn: Update 2.71 → 2.72
commit hash: 71e3b18ac2fda27f78041e132f62cd4c04938d3d commit hash: 71e3b18ac2fda27f78041e132f62cd4c04938d3d commit hash: 71e3b18ac2fda27f78041e132f62cd4c04938d3d commit hash: 71e3b18ac2fda27f78041e132f62cd4c04938d3d 71e3b18
Tuesday, 18 Jul 2023
00:53 Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a 9a80a6e
Monday, 17 Jul 2023
01:40 Yuri Victorovich (yuri) search for other commits by this committer
science/smoldyn: Fix build with clang-16 by adding USE_CXXSTD

Reported by:	fallout
commit hash: e53ce1bfa382f6e1b063289a8e3d59fef704b76f commit hash: e53ce1bfa382f6e1b063289a8e3d59fef704b76f commit hash: e53ce1bfa382f6e1b063289a8e3d59fef704b76f commit hash: e53ce1bfa382f6e1b063289a8e3d59fef704b76f e53ce1b
Wednesday, 7 Jun 2023
15:04 Yuri Victorovich (yuri) search for other commits by this committer
science/smoldyn: Update 2.69 → 2.71

Reported by:	portscout
commit hash: 8c0205d889b78279a55123b65dba35b805bb4d92 commit hash: 8c0205d889b78279a55123b65dba35b805bb4d92 commit hash: 8c0205d889b78279a55123b65dba35b805bb4d92 commit hash: 8c0205d889b78279a55123b65dba35b805bb4d92 8c0205d
Thursday, 20 Oct 2022
20:31 Yuri Victorovich (yuri) search for other commits by this committer
science/smoldyn: Update 2.68 -> 2.69; Fix tests

PYTHON options was added but it is disabled because one dependency
is missing. Tests, however, pass with PYTHON=ON
(and only with PYTHON=ON).
commit hash: 2e0d3b8d4533f5472ade919e5c3e71aaefad9da4 commit hash: 2e0d3b8d4533f5472ade919e5c3e71aaefad9da4 commit hash: 2e0d3b8d4533f5472ade919e5c3e71aaefad9da4 commit hash: 2e0d3b8d4533f5472ade919e5c3e71aaefad9da4 2e0d3b8
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 31 Jul 2022
08:12 Yuri Victorovich (yuri) search for other commits by this committer
science/smoldyn: Update 2.67 -> 2.68
commit hash: ed20ed0f88e595fc57b0e0757e405ad32a099c0a commit hash: ed20ed0f88e595fc57b0e0757e405ad32a099c0a commit hash: ed20ed0f88e595fc57b0e0757e405ad32a099c0a commit hash: ed20ed0f88e595fc57b0e0757e405ad32a099c0a ed20ed0
Saturday, 6 Nov 2021
23:56 Yuri Victorovich (yuri) search for other commits by this committer
science/smoldyn: Update 2.66 -> 2.67

Also
* replace MASTER_SITES and WWW with their https:// counterparts
* add the test target which is broken due to tarballs lacking test code

Reported by:	portscout
commit hash: 23df0ea7912929781c92dfd681c01ec13bff3021 commit hash: 23df0ea7912929781c92dfd681c01ec13bff3021 commit hash: 23df0ea7912929781c92dfd681c01ec13bff3021 commit hash: 23df0ea7912929781c92dfd681c01ec13bff3021 23df0ea
Sunday, 20 Jun 2021
17:58 Yuri Victorovich (yuri) search for other commits by this committer
science/smoldyn: Update 2.65 -> 2.66

Reported by:	portscout
commit hash: afec60b83fd2b3c95997e79fae8f25bf4dd099a3 commit hash: afec60b83fd2b3c95997e79fae8f25bf4dd099a3 commit hash: afec60b83fd2b3c95997e79fae8f25bf4dd099a3 commit hash: afec60b83fd2b3c95997e79fae8f25bf4dd099a3 afec60b
Thursday, 10 Jun 2021
00:24 Yuri Victorovich (yuri) search for other commits by this committer
science/smoldyn: Fix build - release was rerolled

The upstream has confirmed that they rerolled it.

Reported by:	fallout
commit hash: ba805707a74b37343321aedf365b40578114ce3a commit hash: ba805707a74b37343321aedf365b40578114ce3a commit hash: ba805707a74b37343321aedf365b40578114ce3a commit hash: ba805707a74b37343321aedf365b40578114ce3a ba80570
Friday, 21 May 2021
10:00 Yuri Victorovich (yuri) search for other commits by this committer
science/smoldyn: Update 2.64 -> 2.65

Reported by:	portscout
commit hash: 51b1e120d72ea53d77c7da9e2d4f11978f2efff9 commit hash: 51b1e120d72ea53d77c7da9e2d4f11978f2efff9 commit hash: 51b1e120d72ea53d77c7da9e2d4f11978f2efff9 commit hash: 51b1e120d72ea53d77c7da9e2d4f11978f2efff9 51b1e12
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 25 Mar 2021
09:57 yuri search for other commits by this committer
science/smoldyn: Update 2.63 -> 2.64

Reported by:	portscout
Original commitRevision:569194 
Sunday, 20 Dec 2020
06:45 yuri search for other commits by this committer
science/smoldyn: Update 2.62 -> 2.63

Reported by:	portscout
Original commitRevision:558716 
Tuesday, 3 Nov 2020
20:46 pkubaj search for other commits by this committer
science/smoldyn: fix build on GCC architectures

/wrkdirs/usr/ports/science/smoldyn/work/smoldyn-2.62/source/pybind11/include/pybind11/buffer_info.h:18:
error: 'nullptr' was not declared in this scope
Original commitRevision:554035 
Thursday, 15 Oct 2020
22:37 yuri search for other commits by this committer
science/smoldyn: Update 2.61 -> 2.62

Reported by:	portscout
Original commitRevision:552484 
Thursday, 7 Nov 2019
17:17 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories s

Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516988 
Wednesday, 31 Jul 2019
06:15 yuri search for other commits by this committer
science/smoldyn: Update 2.60 -> 2.61

Reported by:	portscout
Original commitRevision:507699 
Sunday, 9 Jun 2019
03:26 yuri search for other commits by this committer
New port: science/smoldyn: Biochemical simulator for molecular diffusion,
surface interactions
Original commitRevision:503774 

Number of commits found: 21