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-mwlib/Makefile

Number of commits found: 41

Monday, 16 Mar 2020
22:45 swills search for other commits by this committer
devel/py-wmlib: remove unnecessary REINPLACE_CMD
Original commitRevision:528549 
Monday, 24 Feb 2020
11:36 kai search for other commits by this committer
graphics/py-pillow: Update to 7.0.0

* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
  backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
  dropped the support for Python 2.

* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
  consumers that can be built for Python 2 or newer.

* Exceptions are ports that can be built only for either Python 2 or
  Python 3.  For the first case, consumers are just assigned to the
  repo-copied graphics/py-pillow6.

* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
  listed in setup.py as a build dependency [1] and relax the version
  requirements of Pillow for www/py-wagtail.

Release Notes:

* https://pillow.readthedocs.io/en/latest/releasenotes/index.html

Backward Incompatible Changes (7.0.0):

*
https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes

Detailed Changelog:

* https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst

PR:		243665
Submitted by:	sunpoet (patch for 7.0.0 and repo-copied version)
Reviewed by:	koobs [1], sunpoet
Approved by:	koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23713
Original commitRevision:526962 
Tuesday, 18 Feb 2020
10:58 antoine search for other commits by this committer
Deprecate a few unmaintained ports that use python27

With hat:	portmgr
Original commitRevision:526451 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Tuesday, 26 Dec 2017
19:12 lwhsu search for other commits by this committer
- Update to 0.15.19
Original commitRevision:457310 
18:37 lwhsu search for other commits by this committer
- These ports do not need flup anymore

PR:		224332
Submitted by:	Shane <FreeBSD@ShaneWare.Biz>
Original commitRevision:457302 
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 
Tuesday, 18 Apr 2017
18:26 miwi search for other commits by this committer
- Fix Shebangs
Original commitRevision:438789 
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 
Friday, 5 Jun 2015
19:47 amdmi3 search for other commits by this committer
- Fix shebangs

MFH:		2015Q2
Original commitRevision:388636 
Saturday, 14 Mar 2015
04:02 amdmi3 search for other commits by this committer
- Strip libraries
Original commitRevision:381240 
Wednesday, 11 Feb 2015
13:11 koobs search for other commits by this committer
devel/py-pylib: Rename to devel/py-py

- Rename py-pylib to py-py to match upstream (PyPi) name [1]
- Update to 1.4.26
- Remove DISTNAME override, no longer necessary
- Update COMMENT

Accordingly:

- Update MOVED
- Update dependents

While I'm here:

- Sort USE_PYTHON values
- Canonicalize regression-test invocations
- Make TEST_DEPENDS explicit

[1] https://pypi.python.org/pypi/py/1.4.26
Original commitRevision:378835 
Sunday, 5 Oct 2014
13:29 wen search for other commits by this committer
- Fix dependencies [1]
- Add rc scripts [1]
- Reset maintainer to ports@

PR:		193784 [1]
Submitted by:	swills@ [1]
Original commitRevision:370065 
Saturday, 4 Oct 2014
17:47 wg search for other commits by this committer
devel/py-mwlib: switch from py-imaging to py-pillow

- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
Original commitRevision:369988 
Sunday, 8 Jun 2014
16:34 mva search for other commits by this committer
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
Original commitRevision:357058 
Thursday, 22 May 2014
09:42 miwi search for other commits by this committer
- Update to 0.15.14

PR:		189110
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Original commitRevision:354816 
Friday, 7 Mar 2014
16:49 bapt search for other commits by this committer
Convert d* to USES=zip
Original commitRevision:347405 
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 
Wednesday, 21 Aug 2013
00:52 wen search for other commits by this committer
- Update to 0.15.11
Original commitRevision:325079 
Wednesday, 6 Mar 2013
05:53 rm search for other commits by this committer
- remove no more used dateutil and twisted dependencies
- trim Makefile header
- eliminate PYTHON_SITELIBDIR usage in depends
- limit python version to 2.x only (print/except)
- bump PORTREVISION because of dependency change

Approved by:	wen (maintainer, by mail)
Original commitRevision:313500 
Tuesday, 24 Apr 2012
12:12 wen search for other commits by this committer
- Update to 0.13.6

PR:             167259
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Original commit
Thursday, 1 Mar 2012
13:06 wen search for other commits by this committer
- Update to 0.13.5
Original commit
Tuesday, 14 Feb 2012
07:26 wen search for other commits by this committer
- Update to 0.13.3
Original commit
Friday, 23 Dec 2011
08:12 wen search for other commits by this committer
- Update to 0.13.1
Original commit
Tuesday, 1 Nov 2011
07:35 wen search for other commits by this committer
- Update to 0.12.17
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 22 Dec 2009
00:58 wen search for other commits by this committer
- Update to 0.12.12
- Fix build
Original commit
Wednesday, 9 Dec 2009
04:02 wen search for other commits by this committer
- Update to 0.12.11
Original commit
Wednesday, 21 Oct 2009
12:45 wen search for other commits by this committer
- Update to 0.12.10
- Update my mail address to FreeBSD

Approved by:    mentors(implicit)
Original commit
Wednesday, 9 Sep 2009
12:49 miwi search for other commits by this committer
- Update to 0.12.5

PR:             138654
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Saturday, 9 May 2009
09:18 miwi search for other commits by this committer
- Update to 0.11.1

PR:             134261
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Thursday, 23 Apr 2009
09:08 miwi search for other commits by this committer
- Update to 0.10.1

PR:             133626
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Saturday, 21 Mar 2009
11:36 miwi search for other commits by this committer
- Update to 0.9.13

PR:             132898
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Monday, 9 Mar 2009
19:42 miwi search for other commits by this committer
- Update to 0.9.11

PR:             132216
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Monday, 22 Dec 2008
21:18 miwi search for other commits by this committer
- Update to 0.9.2

PR:             129729
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Sunday, 30 Nov 2008
18:59 lwhsu search for other commits by this committer
- Update to 0.8.5
- Take advantages of 'CHEESESHOP'

PR:             ports/129138
Submitted by:   Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:    "wen heping" <wenheping AT gmail.com>
Original commit
Tuesday, 30 Sep 2008
14:17 miwi search for other commits by this committer
- Update to 0.8.4

PR:             127739
Submitted by:   Wen heping <wenheping@gmail.com> (maintainer)
Original commit
Tuesday, 19 Aug 2008
22:53 miwi search for other commits by this committer
- Update to 0.8.3

PR:             126658
Submitted by:   Wen heping <wenheping@gmail.com> (maintainer)
Original commit
Saturday, 19 Jul 2008
14:09 miwi search for other commits by this committer
- Update to 0.8.0

PR:             125763
Submitted by:   Wen heping <wenheping@gmail.com> (maintainer)
Original commit
Saturday, 28 Jun 2008
22:35 miwi search for other commits by this committer
py-mwlib provides a library for parsing mediawiki articles.

WWW: http://pypi.python.org/pypi/mwlib/

PR:             ports/125070
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit

Number of commits found: 41