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: lang/python38/pkg-plist

Number of commits found: 20

Thursday, 21 Mar 2024
08:55 Wen Heping (wen) search for other commits by this committer
lang/python38: Update to 3.8.19
commit hash: 4155fe11bc068031922f758fcd35a2a82a2e981c commit hash: 4155fe11bc068031922f758fcd35a2a82a2e981c commit hash: 4155fe11bc068031922f758fcd35a2a82a2e981c commit hash: 4155fe11bc068031922f758fcd35a2a82a2e981c 4155fe1
Tuesday, 23 Jan 2024
15:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/python38: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: 5f86bbfd74a2f8746b4c6205d7ce5257eab97862 commit hash: 5f86bbfd74a2f8746b4c6205d7ce5257eab97862 commit hash: 5f86bbfd74a2f8746b4c6205d7ce5257eab97862 commit hash: 5f86bbfd74a2f8746b4c6205d7ce5257eab97862 5f86bbf
Thursday, 5 Oct 2023
02:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/python38: Clean up unnecessary PLIST_SUB

- Remove XY: Replace .cpython-%%XY%% with %%PYTHON_EXT_SUFFIX%%
- Remove XYDOT:
  - Replace lib/python%%XYDOT%% with %%PYTHON_LIBDIR%%
  - Replace %%XYDOT%% with %%PYTHON_VER%%
- Rename XYZDOT to DISTVERSION
commit hash: 1806222f59d1a596f9dc09e669daf4e84b558a32 commit hash: 1806222f59d1a596f9dc09e669daf4e84b558a32 commit hash: 1806222f59d1a596f9dc09e669daf4e84b558a32 commit hash: 1806222f59d1a596f9dc09e669daf4e84b558a32 1806222
Wednesday, 7 Jun 2023
23:19 Wen Heping (wen) search for other commits by this committer
lang/python38: Update to 3.8.17
commit hash: 2dad8eee44e845fd55c37ab52a35eb65caa3067e commit hash: 2dad8eee44e845fd55c37ab52a35eb65caa3067e commit hash: 2dad8eee44e845fd55c37ab52a35eb65caa3067e commit hash: 2dad8eee44e845fd55c37ab52a35eb65caa3067e 2dad8ee
Wednesday, 7 Sep 2022
23:29 Wen Heping (wen) search for other commits by this committer
lang/python38: Update to 3.8.14
commit hash: fddd2fc682516649a9a180d65fbece9c3ff80af0 commit hash: fddd2fc682516649a9a180d65fbece9c3ff80af0 commit hash: fddd2fc682516649a9a180d65fbece9c3ff80af0 commit hash: fddd2fc682516649a9a180d65fbece9c3ff80af0 fddd2fc
Thursday, 24 Mar 2022
12:28 Wen Heping (wen) search for other commits by this committer
lang/python38: Update to 3.8.13

PR:		262607
Reported by:	wen@
Exp-run by:	antoine@
commit hash: 0058eede0ebf0e22ac9e1227e3c27b1b42e9167c commit hash: 0058eede0ebf0e22ac9e1227e3c27b1b42e9167c commit hash: 0058eede0ebf0e22ac9e1227e3c27b1b42e9167c commit hash: 0058eede0ebf0e22ac9e1227e3c27b1b42e9167c 0058eed
Wednesday, 13 Oct 2021
17:05 Thierry Thomas (thierry) search for other commits by this committer
lang/python3X: Fix library installation

The Python ports install the library libpython3.x.so under $PREFIX/lib,
and they set USE_LDCONFIG, but these libraries are not registered, due
to a missing symlink, and they are not found by `ldconfig -r'.

This commit make them to be registered, and for some reason it helps the
dynamic linker to find them, and this allows to fix an error in
french/aster. It also helps to fix errors in newer releases of math/sage
(not yet ready to be committed due to other problems).

No exp-run, but it has been tested with many ports on several platforms.

PR:		257864
Approved by:	koobs (Python team)
MFH:		2021Q4
commit hash: 693abe1cb40ba9f505b2c72497443ca3ce85887d commit hash: 693abe1cb40ba9f505b2c72497443ca3ce85887d commit hash: 693abe1cb40ba9f505b2c72497443ca3ce85887d commit hash: 693abe1cb40ba9f505b2c72497443ca3ce85887d 693abe1
Thursday, 19 Aug 2021
15:00 Fukang Chen (loader) search for other commits by this committer
lang/python3[89]: Fix build WITH_DEBUG

Python 3.8 [0] and 3.9 [1] are using a value for "EXT_SUFFIX"
that includes "SOABI" on FreeBSD, C extension module filenames
are affected by this change [2].

[0]:
https://github.com/python/cpython/commit/b01091a3e71e6636d2df4db45920e820cdf7df3b
[1]:
https://github.com/python/cpython/commit/4b155967b3e743cbdc31600f13f1bfcf07f7b6ce
[2]:
https://github.com/python/cpython/blob/v3.8.11/Lib/distutils/command/build_ext.py#L675-683

PR:		256558
Approved by:	koobs (python, maintainer)
MFH:		2020Q3 (blanket: bug & regression fix)
commit hash: 350158a17ebb99b22cbb5098e8003ea14b548c72 commit hash: 350158a17ebb99b22cbb5098e8003ea14b548c72 commit hash: 350158a17ebb99b22cbb5098e8003ea14b548c72 commit hash: 350158a17ebb99b22cbb5098e8003ea14b548c72 350158a
Wednesday, 14 Jul 2021
18:56 Dmitry Marakasov (amdmi3) search for other commits by this committer
lang/python*: sort pkg-plists

Sort pkg-plists to reduce diff between existing and future versions
of python.

Approved by:	portmgr blanket (cosmetic change)
commit hash: 7f1bab7e19e61494dbc1ab9ab464b875895f408a commit hash: 7f1bab7e19e61494dbc1ab9ab464b875895f408a commit hash: 7f1bab7e19e61494dbc1ab9ab464b875895f408a commit hash: 7f1bab7e19e61494dbc1ab9ab464b875895f408a 7f1bab7
Sunday, 16 May 2021
15:24 Po-Chuan Hsieh (sunpoet) search for other commits by this committer Author: Yasuhiro Kimura
lang/python38: Update to 3.8.10

Changes:	https://docs.python.org/release/3.8.10/whatsnew/changelog.html
PR:		255729
Exp-run by:	antoine
commit hash: 065696a8ae4082c09318ba4862727e1afb447131 commit hash: 065696a8ae4082c09318ba4862727e1afb447131 commit hash: 065696a8ae4082c09318ba4862727e1afb447131 commit hash: 065696a8ae4082c09318ba4862727e1afb447131 065696a
Monday, 22 Feb 2021
06:18 wen search for other commits by this committer
- Update to 3.8.8
Original commitRevision:566270 
Tuesday, 22 Dec 2020
14:58 wen search for other commits by this committer
- Update to 3.8.7
Original commitRevision:558913 
Thursday, 1 Oct 2020
13:09 wen search for other commits by this committer
- Update to 3.8.6
Original commitRevision:550837 
Friday, 24 Jul 2020
12:01 wen search for other commits by this committer
- Update to 3.8.5(include security fix)

MFH:		2020Q3
Original commitRevision:543245 
Tuesday, 14 Jul 2020
01:56 wen search for other commits by this committer
- Update to 3.8.4(include securiy fix)
  https://docs.python.org/release/3.8.4/whatsnew/changelog.html#changelog

MFH:		2020Q3
Original commitRevision:542175 
Saturday, 16 May 2020
11:53 wen search for other commits by this committer
- Update to 3.8.3
  (include security fix)

MFH:		2020Q2
Security:	CVE-2019-18348, CVE-2020-8492
Original commitRevision:535463 
Sunday, 1 Mar 2020
18:26 sunpoet search for other commits by this committer
Update to 3.8.2

Changes:	https://docs.python.org/release/3.8.2/whatsnew/changelog.html
Original commitRevision:527596 
Friday, 20 Dec 2019
22:02 wen search for other commits by this committer
- Update to 3.8.1
Original commitRevision:520529 
Wednesday, 6 Nov 2019
01:12 wen search for other commits by this committer
- Fix plist when build with DEBUG option
Original commitRevision:516854 
Saturday, 2 Nov 2019
23:40 wen search for other commits by this committer
- Repocopy lang/python37 --> python38 and update to 3.8.0

PR:		241416
Submitted by:	wen@(myself)
Reviewed by:	koobs@, amdmi3@
Original commitRevision:516377 

Number of commits found: 20