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-docker-py/Makefile

Number of commits found: 12

Thursday, 30 Jun 2022
20:11 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-06-30 www/py-rackspace-monitoring: Python compatibility upto 3.2 and last
release was 3 years ago
2022-06-30 devel/py-apns2: Use devel/py-aioapns
2022-06-30 www/py-hyper: Project abandoned use www/py-httpx
2022-06-30 irc/py-fishcrypt: Abandoned, unmaintained, requires Python 2 and
depends on deprecated pycrypto
2022-06-30 devel/py-stsci.distutils: Upstream abandoned in 2013
2022-06-30 devel/py-docker-py: Use devel/py-docker
2022-06-30 net-im/py-slackclient: Use net-im/py-slack-sdk
commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 fbefc97
Thursday, 16 Jun 2022
20:35 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-docker-py: Update version 1.7.2=>1.10.6

- This is the last release from py-docker-py before it was switched into
  py-docker

Relnotes: https://github.com/docker/docker-py/releases/tag/1.10.6
commit hash: afcd7526ff7f80ca75479be1daec06618c0f7230 commit hash: afcd7526ff7f80ca75479be1daec06618c0f7230 commit hash: afcd7526ff7f80ca75479be1daec06618c0f7230 commit hash: afcd7526ff7f80ca75479be1daec06618c0f7230 afcd752
Thursday, 9 Jun 2022
17:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-docker-py: Mark DEPRECATED

- User devel/py-docker
- Upstream has shifted to py-docker
- Set EXPIRATION_DATE to 2022-06-30
commit hash: e0a4d2a89ceafacc044c3202ca5380ec7621fc86 commit hash: e0a4d2a89ceafacc044c3202ca5380ec7621fc86 commit hash: e0a4d2a89ceafacc044c3202ca5380ec7621fc86 commit hash: e0a4d2a89ceafacc044c3202ca5380ec7621fc86 e0a4d2a
Monday, 6 Jun 2022
12:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
all: Take maintainership
commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4 commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4 commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4 commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4 cb420cd
11:56 Rene Ladan (rene) search for other commits by this committer
all: return wg's ports to the pool after safekeeping his commit bit
commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 724071f
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, 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 
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 
Monday, 29 May 2017
14:50 wg search for other commits by this committer
devel/py-docker-py: missing run dependency

PR:		219584
Reported by:	asomers
Original commitRevision:441990 
Tuesday, 15 Mar 2016
10:46 wg search for other commits by this committer
devel/py-docker-py: API client for docker written in Python

A Python library for the Docker Remote API. It does everything the docker
command does, but from within Python: run containers, manage them, pull/push
images, etc.

WWW: https://github.com/docker/docker-py
Original commitRevision:411150 

Number of commits found: 12