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: security/py-certbot/files/patch-setup.py

Number of commits found: 10

Tuesday, 12 May 2020
11:13 dbaio search for other commits by this committer
security/py-[acme|certbot]: Update to 1.4.0

Changelog:	https://github.com/certbot/certbot/blob/v1.4.0/certbot/CHANGELOG.md

Approved by:	koobs (python, maintainer)
Differential Revision:	https://reviews.freebsd.org/D24743
Original commitRevision:534987 
Sunday, 26 Jan 2020
16:15 sunpoet search for other commits by this committer
Update to 1.1.0

Changes:	https://github.com/certbot/certbot/releases
Original commitRevision:524221 
Sunday, 12 May 2019
16:38 sunpoet search for other commits by this committer
Update to 0.34.2

Changes:	https://github.com/certbot/certbot/blob/master/CHANGELOG.md
Original commitRevision:501430 
Monday, 29 Apr 2019
06:58 sunpoet search for other commits by this committer
Update to 0.33.1

Changes:	https://github.com/certbot/certbot/blob/master/CHANGELOG.md
Original commitRevision:500391 
Sunday, 10 Feb 2019
19:45 sunpoet search for other commits by this committer
Update to 0.31.0

Changes:	https://github.com/certbot/certbot/blob/master/CHANGELOG.md
Original commitRevision:492636 
Friday, 14 Dec 2018
09:18 matthew search for other commits by this committer
Fix setting FreeBSD specific paths since upstream change

https://github.com/certbot/certbot/commit/a23d76beb0e2c9539670766045314a5d50f582a2#diff-64ccdc74e8a07f9b039a6254093f1d0d

as part of the update to 0.29.1

PR:		233909
Reported by:	Paul Macdonald
Approved by:	koobs (python)
Original commitRevision:487414 
Thursday, 8 Mar 2018
14:49 miwi search for other commits by this committer
- Update to 0.22.0
Original commitRevision:463891 
Friday, 8 Dec 2017
10:22 cpm search for other commits by this committer
security/py-{acme,certbot}: Update to 0.20.0

Common:

- Update PORTVERSION and distinfo checksum (0.20.0)
- Regenerate patch

Changelog:
https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0200---2017-12-06

Reviewed by:	koobs (maintainer)
Approved by:	koobs (maintainer, py-certbot)
Differential Revision:	https://reviews.freebsd.org/D13410
Original commitRevision:455779 
Monday, 26 Jun 2017
11:56 cpm search for other commits by this committer
security/py-{acme,certbot}: fix missing dependency on py-mock

Common:

- Move py-mock requirement to dev_extras in setup.py
- Bump PORTREVISION

PR:		220274
Submitted by:	cpm
Reported by:	Randy Westlund <rwestlun@gmail.com>
Approved by:	koobs (maintainer, py-certbot)
MFH:		2017Q2
Original commitRevision:444364 
Sunday, 30 Apr 2017
14:26 cpm search for other commits by this committer
security/py-{acme,certbot}: Make argparse a conditional dependency

Backport an upstream patch [1][2] to setup.py making argparse a conditional
dependency. Without this change, the following error is observed at run-time:

  pkg_resources.DistributionNotFound: The 'argparse' distribution was not found
and is required by certbot

This is due to the separate argparse distribution (via PyPI) no longer being
required for Python versions >= 2.7 and >= 3.2, as they contain the argparse
module in the standard library.

Since FreeBSD only supports Python versions with the argparse module built in,
*and* having removed the devel/py-argparse port, the install_requires=argparse
dependency cannot be satisfied, as install_requires is only relevant for non
standard library (PyPI) packages/dependencies.

[1] https://github.com/certbot/certbot/pull/4554
[2] https://github.com/certbot/certbot/issues/4485

PR:		218973
Reported by:	olgeni
Approved by:	koobs (py-certbot, maintainer)
Obtained
from:	https://github.com/certbot/certbot/commit/89af460792fcdfb23c7dc4f9fcdec1bfa07a2656
Differential Revision:	https://reviews.freebsd.org/D10546
Original commitRevision:439825 

Number of commits found: 10