notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/py-meliae/Makefile
SVNWeb

Number of commits found: 20

Fri, 27 May 2022
[ 19:33 Rene Ladan (rene) search for other commits by this committer ]    commit hash:6ed29ee229b67a33e0e6fd92549a195e9db46451  commit hash:6ed29ee229b67a33e0e6fd92549a195e9db46451  commit hash:6ed29ee229b67a33e0e6fd92549a195e9db46451  6ed29ee 
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
Sun, 27 Feb 2022
[ 08:31 Antoine Brodin (antoine) search for other commits by this committer ]    commit hash:f703d911d13c1f8142d12473a77a747a1c872407  commit hash:f703d911d13c1f8142d12473a77a747a1c872407  commit hash:f703d911d13c1f8142d12473a77a747a1c872407  f703d91 
devel/py-meliae: remove python flavor restriction

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

PR:		261703
Fri, 25 Feb 2022
[ 21:45 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:8bee5127a7ce83aa289f9b0e39177990a5f726a9  commit hash:8bee5127a7ce83aa289f9b0e39177990a5f726a9  commit hash:8bee5127a7ce83aa289f9b0e39177990a5f726a9  8bee512 
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
Thu, 28 Oct 2021
[ 11:46 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:1c5aeb0d52ca049ca68c5df1a47ce45d8726d5cc  commit hash:1c5aeb0d52ca049ca68c5df1a47ce45d8726d5cc  commit hash:1c5aeb0d52ca049ca68c5df1a47ce45d8726d5cc  1c5aeb0 
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
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Wed, 18 Nov 2020
[ 11:29 rene search for other commits by this committer ] Original commit   Revision:555635
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)
Fri, 16 Oct 2020
[ 08:56 antoine search for other commits by this committer ] Original commit   Revision:552494 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Deprecate a few py27 ports
Sat, 4 Apr 2020
[ 09:32 amdmi3 search for other commits by this committer ] Original commit   Revision:530633
- Add LICENSE_FILE
- Update WWW

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

Approved by:	portmgr blanket
Mon, 19 Feb 2018
[ 11:10 antoine search for other commits by this committer ] Original commit   Revision:462307 (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Mon, 20 Oct 2014
[ 16:04 mva search for other commits by this committer ] Original commit   Revision:371280 (Only the first 10 of 564 ports in this commit are shown above. View all ports for this commit)
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Thu, 6 Mar 2014
[ 14:10 miwi search for other commits by this committer ] Original commit   Revision:347212
- Stage support
- Convert to autoplist
- Bump PORTREVISION
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Thu, 13 Jun 2013
[ 23:02 sbz search for other commits by this committer ] Original commit   Revision:320848
Meliae is a library meant to help people understand how their memory is being
used in Python.

WWW: http://launchpad.net/meliae

Number of commits found: 20