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: www/py-flexget/files/patch-requirements.txt

Number of commits found: 12

Wednesday, 17 Jun 2020
12:36 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.64

- Switch from flask-restplus to flask-restx, removing the former

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.59...v3.1.64
PR:		244294
Original commitRevision:539422 
Saturday, 23 May 2020
06:22 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.56

Changes:	https://github.com/Flexget/Flexget/compare/2.21.35...v3.1.56
Original commitRevision:536267 
Wednesday, 20 May 2020
02:17 jbeich search for other commits by this committer
www/py-flexget: chase r535770 by dropping workaround

===>   py37-flexget-2.21.35,1 depends on package: py37-guessit<3.0.0 - not found
*** Error code 1

$ flexget execute
Traceback (most recent call last):
  File "/usr/local/bin/flexget", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
3251, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
3235, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
585, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
598, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'guessit<3.0.0' distribution was not
found and is required by FlexGet

PR:		246543
Original commitRevision:535963 
Monday, 27 May 2019
19:40 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.1

Changes:	https://github.com/Flexget/Flexget/compare/2.14.24...2.21.1
Original commitRevision:502817 
Friday, 13 Apr 2018
20:56 jbeich search for other commits by this committer
security/py-zxcvbn-python: update to 4.4.25 and rename

Changes:	https://github.com/dwolfhub/zxcvbn-python/compare/v4.4.23...v4.4.25
Original commitRevision:467269 
Saturday, 3 Mar 2018
00:53 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.10

Changes:	https://github.com/Flexget/Flexget/compare/2.12.10...2.13.0
Original commitRevision:463457 
Wednesday, 21 Jun 2017
09:24 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.63

Changes:	https://github.com/Flexget/Flexget/compare/2.10.62...2.10.63
Original commitRevision:444021 
Tuesday, 13 Jun 2017
19:53 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.60

- Hook tests: 3 failed, 1184 passed, 35 skipped, 4 xfailed, 1 xpassed, 5
warnings

Changes:	https://github.com/Flexget/Flexget/compare/2.10.43...2.10.60
Original commitRevision:443531 
Tuesday, 4 Oct 2016
07:48 jbeich search for other commits by this committer
www/py-flexget: unbreak after r423025

===>   py27-flexget-2.2.22,1 depends on package: py27-dateutil<=2.5.2 - not
found

Reported by:	pkg-fallout
Original commitRevision:423241 
Friday, 9 Sep 2016
09:32 jbeich search for other commits by this committer
www/py-flexget: update to 2.2.22

2.3.0 starts to require the following (not ported yet)

  terminaltables>=3.0.0
  colorclass>=2.2.0

Changes:	https://github.com/Flexget/Flexget/compare/2.1.15...2.2.22
Original commitRevision:421605 
09:11 jbeich search for other commits by this committer
www/py-flexget: unbreak after r420813

$ flexget
Traceback (most recent call last):
  File "/usr/local/bin/flexget", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
2927, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
2913, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
2940, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
637, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
650, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
829, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'beautifulsoup4!=4.2.0,<4.5,>=4.1'
distribution was not found and is required by FlexGet

Approved by:	portmgr blanket
Original commitRevision:421604 
Monday, 18 Jul 2016
19:06 jbeich search for other commits by this committer
www/py-flexget: update to 2.1.15

- Drop regression-test as tests/ directory is absent in distfile.

Changes:	https://github.com/Flexget/Flexget/compare/1.2.348...2.1.15
PR:		210984
Submitted by:	Andrej Ebert <andrej@ebert.su>
Original commitRevision:418734 

Number of commits found: 12