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: math/py-cdecimal/Makefile

Number of commits found: 9

Friday, 27 May 2022
19:33 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-05-27 math/py-cdecimal: upstream does not support it after Python-3.2
2022-05-27 devel/py-meliae: does not build against Python-3.9
commit hash: 6ed29ee229b67a33e0e6fd92549a195e9db46451 commit hash: 6ed29ee229b67a33e0e6fd92549a195e9db46451 commit hash: 6ed29ee229b67a33e0e6fd92549a195e9db46451 commit hash: 6ed29ee229b67a33e0e6fd92549a195e9db46451 6ed29ee
Sunday, 27 Feb 2022
08:36 Antoine Brodin (antoine) search for other commits by this committer
math/py-cdecimal: set an expiration date
commit hash: f377b6cf884157260415dba5bcf73b091900d4fe commit hash: f377b6cf884157260415dba5bcf73b091900d4fe commit hash: f377b6cf884157260415dba5bcf73b091900d4fe commit hash: f377b6cf884157260415dba5bcf73b091900d4fe f377b6c
Saturday, 12 Feb 2022
16:35 Thierry Thomas (thierry) search for other commits by this committer
math/py-cdecimal: deprecate and mark BROKEN with Python 3.9

Note: upstream does not support it after Python-3.2, and a fast C
implementation of the decimal module (_decimal) is bundled with Python.

PR:		261870
commit hash: 92ba87a661c409b4167d37efc38a1588c81efa41 commit hash: 92ba87a661c409b4167d37efc38a1588c81efa41 commit hash: 92ba87a661c409b4167d37efc38a1588c81efa41 commit hash: 92ba87a661c409b4167d37efc38a1588c81efa41 92ba87a
Thursday, 28 Oct 2021
11:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
math/py-cdecimal: limit supported python version

cdecimal3.c:657:21: error: no member named 'tp_print' in 'struct _typeobject'
        return PyDict_Type.tp_print(self, fp, flags); /* GCOV_NOT_REACHED */
commit hash: 16546316ed545595b0811c340917991ba070ea02 commit hash: 16546316ed545595b0811c340917991ba070ea02 commit hash: 16546316ed545595b0811c340917991ba070ea02 commit hash: 16546316ed545595b0811c340917991ba070ea02 1654631
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
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Thursday, 24 Dec 2020
13:46 kai search for other commits by this committer
Relax hardcoded paths to fix build with Python 3.8.7

Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme.  This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".

The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.

Remedy the issue by adding wildcards to these paths.  This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.

[1] https://bugs.python.org/issue42604

PR:		252057
Reported by:	John Kennedy
Reviewed by:	fluffy, koobs
Approved by:	koobs (python)
Original commitRevision:559094 
Sunday, 24 Jan 2016
13:56 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Strip library
Original commitRevision:407123 
Saturday, 23 Jan 2016
02:58 sobomax search for other commits by this committer
Add py-cdecimal, a fast drop-in replacement for the Decimal module
in python < 3.3.
Original commitRevision:406959 

Number of commits found: 9