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: sysutils/py-ansible-base/Makefile

Number of commits found: 18

Friday, 30 Sep 2022
20:06 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-09-30 security/pwman3: Depends on expired security/py-pycrypto
2022-09-30 sysutils/py-ansible-base: Depends on expired security/py-pycrypto
commit hash: 642838c92c58af3a4bdd30740b289fa2e06f5ec3 commit hash: 642838c92c58af3a4bdd30740b289fa2e06f5ec3 commit hash: 642838c92c58af3a4bdd30740b289fa2e06f5ec3 commit hash: 642838c92c58af3a4bdd30740b289fa2e06f5ec3 642838c
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 2 Jul 2022
09:31 Rene Ladan (rene) search for other commits by this committer
cleanup: expire consumers of security/py-pycrypto on 2022-09-30

These should probably use security/py-pycryptodome instead.
commit hash: 9cdcd34f9d4fff2b3dc00c79a34c6e67af107497 commit hash: 9cdcd34f9d4fff2b3dc00c79a34c6e67af107497 commit hash: 9cdcd34f9d4fff2b3dc00c79a34c6e67af107497 commit hash: 9cdcd34f9d4fff2b3dc00c79a34c6e67af107497 9cdcd34
Tuesday, 1 Feb 2022
20:49 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-base: Update to 2.10.17

Changes:	https://github.com/ansible/ansible/blob/v2.10.17/changelogs/CHANGELOG-v2.10.rst#v2-10-17
commit hash: b67e61ab18ceca50e89b7108e1e45464194112c0 commit hash: b67e61ab18ceca50e89b7108e1e45464194112c0 commit hash: b67e61ab18ceca50e89b7108e1e45464194112c0 commit hash: b67e61ab18ceca50e89b7108e1e45464194112c0 b67e61a
Tuesday, 25 Jan 2022
18:23 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-base: Update to 2.10.16

Changes:	https://github.com/ansible/ansible/blob/v2.10.16/changelogs/CHANGELOG-v2.10.rst#v2-10-16
commit hash: 4f43341f97c7bc13944cffaafb473694abf979ce commit hash: 4f43341f97c7bc13944cffaafb473694abf979ce commit hash: 4f43341f97c7bc13944cffaafb473694abf979ce commit hash: 4f43341f97c7bc13944cffaafb473694abf979ce 4f43341
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Monday, 11 Oct 2021
18:19 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-base: Update to 2.10.15

Changes:	https://github.com/ansible/ansible/blob/v2.10.15/changelogs/CHANGELOG-v2.10.rst#v2-10-15
MFH:		2021Q4
commit hash: 0942c63c3d7d658f30c6f80c6b9196d8718628c4 commit hash: 0942c63c3d7d658f30c6f80c6b9196d8718628c4 commit hash: 0942c63c3d7d658f30c6f80c6b9196d8718628c4 commit hash: 0942c63c3d7d658f30c6f80c6b9196d8718628c4 0942c63
Sunday, 10 Oct 2021
19:30 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-base: Update to 2.10.14

Changes:	https://github.com/ansible/ansible/blob/v2.10.14/changelogs/CHANGELOG-v2.10.rst#v2-10-14
commit hash: aa25161fa18dddda057e4d377031b27884aa3514 commit hash: aa25161fa18dddda057e4d377031b27884aa3514 commit hash: aa25161fa18dddda057e4d377031b27884aa3514 commit hash: aa25161fa18dddda057e4d377031b27884aa3514 aa25161
Friday, 20 Aug 2021
08:13 Bernhard Froehlich (decke) search for other commits by this committer
sysutils/py-ansible-base: Fix CPE information

Approved by:	portmgr (blanket)
commit hash: 1f7d7780389e084e2975d6325efbdc5efe8f13f3 commit hash: 1f7d7780389e084e2975d6325efbdc5efe8f13f3 commit hash: 1f7d7780389e084e2975d6325efbdc5efe8f13f3 commit hash: 1f7d7780389e084e2975d6325efbdc5efe8f13f3 1f7d778
Tuesday, 27 Jul 2021
10:59 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-base: Update to 2.10.12

Changes:	https://github.com/ansible/ansible/blob/v2.10.12/changelogs/CHANGELOG-v2.10.rst#v2-10-12
commit hash: 0429118be95dbbb78cd6700b194ba8110aa85400 commit hash: 0429118be95dbbb78cd6700b194ba8110aa85400 commit hash: 0429118be95dbbb78cd6700b194ba8110aa85400 commit hash: 0429118be95dbbb78cd6700b194ba8110aa85400 0429118
Thursday, 1 Jul 2021
00:24 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-*: Use devel/py-resolvelib05

This version is pinned to the 0.5 branch.
commit hash: 582518c3f2d912c8a3966ecad68d511e601143f2 commit hash: 582518c3f2d912c8a3966ecad68d511e601143f2 commit hash: 582518c3f2d912c8a3966ecad68d511e601143f2 commit hash: 582518c3f2d912c8a3966ecad68d511e601143f2 582518c
Friday, 25 Jun 2021
14:34 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-base: Update to 2.10.11

Changes:	https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst#v21011
Security:	CVE-2021-3583
commit hash: 3bc60a8577f47943ffc6b2ee6db6139d46520834 commit hash: 3bc60a8577f47943ffc6b2ee6db6139d46520834 commit hash: 3bc60a8577f47943ffc6b2ee6db6139d46520834 commit hash: 3bc60a8577f47943ffc6b2ee6db6139d46520834 3bc60a8
Tuesday, 25 May 2021
09:22 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-base: Update to 2.10.10

Changes:	https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst#v2-10-10
Reported by:	Portscout
commit hash: 8811c31dc063529c77be589cf85fc9f91ef0f61e commit hash: 8811c31dc063529c77be589cf85fc9f91ef0f61e commit hash: 8811c31dc063529c77be589cf85fc9f91ef0f61e commit hash: 8811c31dc063529c77be589cf85fc9f91ef0f61e 8811c31
Monday, 17 May 2021
14:58 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-base: Switch to USES=ansible
commit hash: a60794033eaf6c8209626eca9cca718fca65e2de commit hash: a60794033eaf6c8209626eca9cca718fca65e2de commit hash: a60794033eaf6c8209626eca9cca718fca65e2de commit hash: a60794033eaf6c8209626eca9cca718fca65e2de a607940
11:22 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-{base,core}: Fix run dependencies

It's been reported that a ping test to a group of hosts results in the
following warning:

  [WARNING]: packaging Python module unavailable; unable to validate collection
Ansible version requirements

Add devel/py-packaging to RUN_DEPENDS to fix this issue. This also
matches the requirements.txt files of the modified ports.

Reported by:	Tom Weustink <t.weustink@outlook.com>
commit hash: f00563e317170fdc1d1c3c07e0e8b2b6108174fd commit hash: f00563e317170fdc1d1c3c07e0e8b2b6108174fd commit hash: f00563e317170fdc1d1c3c07e0e8b2b6108174fd commit hash: f00563e317170fdc1d1c3c07e0e8b2b6108174fd f00563e
09:59 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-*: Fix DATADIR for Ansible plugins

All the Ansible plugins assume that the Ansible DATADIR is
${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible instead of
${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible-base or
${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible-core.

This patch sets the DATADIR back to its historical value. It's based on
a patch provided by madpilot.

PR:	255920
Reported by:	madpilot
commit hash: c8e37b455176cb3c016a50c671226a9d88f89570 commit hash: c8e37b455176cb3c016a50c671226a9d88f89570 commit hash: c8e37b455176cb3c016a50c671226a9d88f89570 commit hash: c8e37b455176cb3c016a50c671226a9d88f89570 c8e37b4
Wednesday, 12 May 2021
18:45 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/*ansible*: Update CPE_VENDOR

The "ansibleworks" is not a correct CPE vendor. Change it to "redhat",
which is mentioned on websites like https://nvd.nist.gov.
commit hash: 0031954bf43411d84a1650783e645c5e3abcc60f commit hash: 0031954bf43411d84a1650783e645c5e3abcc60f commit hash: 0031954bf43411d84a1650783e645c5e3abcc60f commit hash: 0031954bf43411d84a1650783e645c5e3abcc60f 0031954
18:45 Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-ansible-base: Add a new port

ansible-base is the Python package containing the essential parts of
Ansible. It is going to be replaced with ansible-core in the future
releases.
commit hash: db2183a6ff2d726b01d0792a960d00d780eddffb commit hash: db2183a6ff2d726b01d0792a960d00d780eddffb commit hash: db2183a6ff2d726b01d0792a960d00d780eddffb commit hash: db2183a6ff2d726b01d0792a960d00d780eddffb db2183a

Number of commits found: 18