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: devel/py-meliae/Makefile

Number of commits found: 20

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:31 Antoine Brodin (antoine) search for other commits by this committer
devel/py-meliae: remove python flavor restriction

- Remove python flavor restriciton
- Set an expiration date
- Fix brokenness condition

PR:		261703
commit hash: f703d911d13c1f8142d12473a77a747a1c872407 commit hash: f703d911d13c1f8142d12473a77a747a1c872407 commit hash: f703d911d13c1f8142d12473a77a747a1c872407 commit hash: f703d911d13c1f8142d12473a77a747a1c872407 f703d91
Friday, 25 Feb 2022
21:45 Thierry Thomas (thierry) search for other commits by this committer
devel/py-meliae: add BROKEN with python=3.9, Mark DEPRECATED

It is broken with Python 3.9.
Reported by: antoine.

Bug reported upstream: https://bugs.launchpad.net/meliae/+bug/1899379

PR:		261869
Approved by:	maintainer’s time-out
commit hash: 8bee5127a7ce83aa289f9b0e39177990a5f726a9 commit hash: 8bee5127a7ce83aa289f9b0e39177990a5f726a9 commit hash: 8bee5127a7ce83aa289f9b0e39177990a5f726a9 commit hash: 8bee5127a7ce83aa289f9b0e39177990a5f726a9 8bee512
Thursday, 28 Oct 2021
11:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/py-meliae: limit supported python versions

meliae/_scanner.c:3388:46: error: use of undeclared identifier 'PyGC_Head'
  __pyx_t_1 = __Pyx_PyInt_FromSize_t((sizeof(PyGC_Head))); if
(unlikely(!__pyx_t_1)) __PYX_ERR(0, 52, __pyx_L1_error)

Approved by:	portmgr blanket
commit hash: 1c5aeb0d52ca049ca68c5df1a47ce45d8726d5cc commit hash: 1c5aeb0d52ca049ca68c5df1a47ce45d8726d5cc commit hash: 1c5aeb0d52ca049ca68c5df1a47ce45d8726d5cc commit hash: 1c5aeb0d52ca049ca68c5df1a47ce45d8726d5cc 1c5aeb0
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
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 
Wednesday, 18 Nov 2020
11:29 rene search for other commits by this committer
devel/py-meliae: update to 0.5.1

This version uses Python 3 so undeprecate the port. Limit it up to
Python 3.8 as it fails to compile on Python 3.9:

meliae/_scanner.c:3388:46: error: use of undeclared identifier 'PyGC_Head'
  __pyx_t_1 = __Pyx_PyInt_FromSize_t((sizeof(PyGC_Head))); if
(unlikely(!__pyx_t_1)) __PYX_ERR(0, 52, __pyx_L1_error)
                                             ^

Comment out the license file as it is not shipped in the distribution.

PR:		249642
Submitted by:	swills
Approved by:	maintainer timeout (sbz, 1 month)
Original commitRevision:555635 
Friday, 16 Oct 2020
08:56 antoine search for other commits by this committer
Deprecate a few py27 ports
Original commitRevision:552494 
Saturday, 4 Apr 2020
09:32 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:530633 
Wednesday, 2 May 2018
08:33 amdmi3 search for other commits by this committer
- Switch to new test framework
- Fix python interp used for running test (but tests still fail)

Approved by:	portmgr blanket
Original commitRevision:468810 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
Thursday, 6 Mar 2014
14:10 miwi search for other commits by this committer
- Stage support
- Convert to autoplist
- Bump PORTREVISION
Original commitRevision:347212 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Thursday, 13 Jun 2013
23:02 sbz search for other commits by this committer
Meliae is a library meant to help people understand how their memory is being
used in Python.

WWW: http://launchpad.net/meliae
Original commitRevision:320848 

Number of commits found: 20