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/python36/pkg-plist

Number of commits found: 21

Friday, 31 Dec 2021
13:02 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2021-12-31 lang/python36: Upgrade to a newer Python version. 3.6 is in
maintenance status and gets security fixes only. End-of-Life: 2021-12-23. See
https://devguide.python.org/
commit hash: 6c401020d1946446ed7f46742d7dca78c201408f commit hash: 6c401020d1946446ed7f46742d7dca78c201408f commit hash: 6c401020d1946446ed7f46742d7dca78c201408f commit hash: 6c401020d1946446ed7f46742d7dca78c201408f 6c40102
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
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
Wednesday, 19 Aug 2020
14:38 wen search for other commits by this committer
- Update to 3.6.12(include security fix)

MFH:		2020Q3
Original commitRevision:545331 
Sunday, 1 Mar 2020
14:33 antoine search for other commits by this committer
Clean up plist
Original commitRevision:527556 
Monday, 8 Jul 2019
23:10 wen search for other commits by this committer
- Update to python-3.6.9(include security fix)

PR:		238952
Submitted by:	wenheping2000@hotmail.com(myself)
Reviewed by:	koobs@
Exp-run by:	antoine@
MFH:		2019Q3
Original commitRevision:506253 
Tuesday, 1 Jan 2019
08:48 wen search for other commits by this committer
- Update lang/python36 to 3.6.8

PR:		234397
Submitted by:	wenheping2000@hotmail.com
Exp-run by:	antoine@
Original commitRevision:488861 
Saturday, 27 Oct 2018
04:06 wen search for other commits by this committer
- Update to 3.6.7

PR:		232504
Submitted by:	wen@(myself)
Exp-run by:	antoine@
Original commitRevision:483109 
Friday, 6 Jul 2018
08:10 pi search for other commits by this committer
lang/python36: update 3.6.5 -> 3.6.6

PR:		229386
Exp-run by:	antoine
Relnotes:	https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-6-final
Original commitRevision:473999 
Tuesday, 3 Apr 2018
09:46 sunpoet search for other commits by this committer
Update to 3.6.5

Changes:	https://docs.python.org/3.6/whatsnew/changelog.html
PR:		227090
Exp-run by:	antoine
Original commitRevision:466295 
Sunday, 1 Apr 2018
14:53 antoine search for other commits by this committer
Revert r466162, exp-run is still in progress

With hat:	portmgr
Original commitRevision:466163 
14:45 wen search for other commits by this committer
- Update to 3.6.5
Original commitRevision:466162 
Wednesday, 20 Dec 2017
14:38 sunpoet search for other commits by this committer
Update to 3.6.4

Changes:	https://docs.python.org/3.6/whatsnew/changelog.html
Original commitRevision:456815 
Wednesday, 4 Oct 2017
10:55 sunpoet search for other commits by this committer
Update to 3.6.3

Changes:	https://docs.python.org/3.6/whatsnew/changelog.html
Original commitRevision:451202 
Monday, 17 Jul 2017
18:42 sunpoet search for other commits by this committer
Update to 3.6.2

Changes:	https://docs.python.org/3.6/whatsnew/changelog.html
Original commitRevision:446092 
Tuesday, 6 Jun 2017
12:56 koobs search for other commits by this committer
lang/python{27,33,34,35,36}: Install GDB debugging script

Users with a GDB that supports [1] Python extensions will automatically
load the extra debugging extensions when debugging programs that are
linked with libpythonX.Y.so.foo.

This enables extensions like 'py-bt' and 'py-frame' as described in
the Fedora Wiki Article: Easier Python Debugging [2], which can be
useful for debugging Python program state from crashes in C extensions,
for example.

[1] PYTHON option enabled in devel/gdb
[2] https://fedoraproject.org/wiki/Features/EasierPythonDebugging

PR:		203021
Submitted by:	cem
Reviewed by:	mat, koobs (python)
Approved by:	koobs (python)
Differential Revision: D10398
Original commitRevision:442759 
Thursday, 23 Mar 2017
14:15 wen search for other commits by this committer
- Update to 3.6.1
Original commitRevision:436773 
Tuesday, 24 Jan 2017
18:42 sunpoet search for other commits by this committer
Fix PLIST

- While I'm here, sort PLIST

PR:		216444
Reported by:	Randy <randy+bsd@terbush.org>
Original commitRevision:432373 
Monday, 23 Jan 2017
02:49 wen search for other commits by this committer
- Fix plist when build with WITHOUT_NIS=yes

PR:		216369
Submitted by:	claudius@ambtec.de
Original commitRevision:432190 
Monday, 26 Dec 2016
14:30 antoine search for other commits by this committer
Fix packaging with non default ABI
Original commitRevision:429525 
Sunday, 25 Dec 2016
15:08 wen search for other commits by this committer
- Repocopy lang/python35 --> lang/python36 and update to 3.6.0
Original commitRevision:429438 

Number of commits found: 21