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

Number of commits found: 43

Tuesday, 12 Mar 2024
09:29 Nicola Vitale (nivit) search for other commits by this committer
sysutils/py-borgmatic: Update to 1.8.8

- Use pep517 instead of distutils to build/install
- Pet portlint

PR:	276869
Approved by:	egypcio (maintainer, via email)
commit hash: 146d82d3894f54f153112dc377a84e9c149f89ed commit hash: 146d82d3894f54f153112dc377a84e9c149f89ed commit hash: 146d82d3894f54f153112dc377a84e9c149f89ed commit hash: 146d82d3894f54f153112dc377a84e9c149f89ed 146d82d
Monday, 28 Aug 2023
13:37 Dag-Erling Smørgrav (des) search for other commits by this committer
sysutils/py-borgmatic: update 1.5.24 to 1.8.2

Reviewed by:	egypcio
Differential Revision:	https://reviews.freebsd.org/D41608
commit hash: 78eacb1e56cc8f6d51fc4f29fc9245bd51140522 commit hash: 78eacb1e56cc8f6d51fc4f29fc9245bd51140522 commit hash: 78eacb1e56cc8f6d51fc4f29fc9245bd51140522 commit hash: 78eacb1e56cc8f6d51fc4f29fc9245bd51140522 78eacb1
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Saturday, 5 Nov 2022
10:40 Juraj Lutter (otis) search for other commits by this committer
sysutils/py-borgmatic: Fix runtime dependency with python <3.9

Add RUN_DEPENDS on devel/py-pkgutil-resolve-name that is needed
with python <3.9

PR:			267509
Approved by:		egypcio (maintainer)
Differential Revision:	https://reviews.freebsd.org/D37232
commit hash: 44e481c0a249db28e9dfb02bbb8427f3e03c867f commit hash: 44e481c0a249db28e9dfb02bbb8427f3e03c867f commit hash: 44e481c0a249db28e9dfb02bbb8427f3e03c867f commit hash: 44e481c0a249db28e9dfb02bbb8427f3e03c867f 44e481c
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, 13 Aug 2022
18:51 Matthias Andree (mandree) search for other commits by this committer
*: bump PORTREVISION of all devel/xxhash users...

...except archivers/py-borgbackup, which requires a more complete fix.
commit hash: 875d7c7d1985049af69dcafec40b6669c562781c commit hash: 875d7c7d1985049af69dcafec40b6669c562781c commit hash: 875d7c7d1985049af69dcafec40b6669c562781c commit hash: 875d7c7d1985049af69dcafec40b6669c562781c 875d7c7
Friday, 15 Apr 2022
11:55 Vinícius Zavam (egypcio) search for other commits by this committer
sysutils/py-borgmatic: update 1.5.23 to 1.5.24
commit hash: 95fc8cc59024decb8d859a0c6c1cef33948931ef commit hash: 95fc8cc59024decb8d859a0c6c1cef33948931ef commit hash: 95fc8cc59024decb8d859a0c6c1cef33948931ef commit hash: 95fc8cc59024decb8d859a0c6c1cef33948931ef 95fc8cc
Sunday, 20 Feb 2022
14:48 Vinícius Zavam (egypcio) search for other commits by this committer
sysutils/py-borgmatic: update 1.5.22_1 to 1.5.23
commit hash: 7398d509ca5f84851a7403455f4b92740a3dfaf9 commit hash: 7398d509ca5f84851a7403455f4b92740a3dfaf9 commit hash: 7398d509ca5f84851a7403455f4b92740a3dfaf9 commit hash: 7398d509ca5f84851a7403455f4b92740a3dfaf9 7398d50
Saturday, 5 Feb 2022
13:05 Vinícius Zavam (egypcio) search for other commits by this committer
sysutils/py-borgmatic: add 'devel/py-jsonschema' to RUN_DEPENDS

  testport OK: 12,13,HEAD

Reported by: des@
commit hash: 0ede68d9ff7279838b25072b476f7c6ffbcb5e22 commit hash: 0ede68d9ff7279838b25072b476f7c6ffbcb5e22 commit hash: 0ede68d9ff7279838b25072b476f7c6ffbcb5e22 commit hash: 0ede68d9ff7279838b25072b476f7c6ffbcb5e22 0ede68d
Sunday, 16 Jan 2022
18:19 Vinícius Zavam (egypcio) search for other commits by this committer
sysutils/py-borgmatic: update 1.5.21 to 1.5.22
commit hash: dc18e84004abbf027ed81240bd5d81af4c847979 commit hash: dc18e84004abbf027ed81240bd5d81af4c847979 commit hash: dc18e84004abbf027ed81240bd5d81af4c847979 commit hash: dc18e84004abbf027ed81240bd5d81af4c847979 dc18e84
Thursday, 30 Dec 2021
11:40 Vinícius Zavam (egypcio) search for other commits by this committer
sysutils/py-borgmatic: update 1.5.20 to 1.5.21
commit hash: 0c63322640dbd04303880d8372f927ed0e865bd3 commit hash: 0c63322640dbd04303880d8372f927ed0e865bd3 commit hash: 0c63322640dbd04303880d8372f927ed0e865bd3 commit hash: 0c63322640dbd04303880d8372f927ed0e865bd3 0c63322
Monday, 18 Oct 2021
10:17 Vinícius Zavam (egypcio) search for other commits by this committer
sysutils/py-borgmatic: update 1.5.18 to 1.5.20

  * projects.torsion.org/borgmatic-collective/borgmatic/releases/tag/1.5.19
  * 1.5.20 is only a "Re-release with correct version without dev0 tag"
commit hash: 158e1d86f9c03d0ca320318f51a19cb93eea63a1 commit hash: 158e1d86f9c03d0ca320318f51a19cb93eea63a1 commit hash: 158e1d86f9c03d0ca320318f51a19cb93eea63a1 commit hash: 158e1d86f9c03d0ca320318f51a19cb93eea63a1 158e1d8
Friday, 13 Aug 2021
15:17 Vinícius Zavam (egypcio) search for other commits by this committer
sysutils/py-borgmatic: update 1.5.13 to 1.5.18
commit hash: e9329d41f815033ea2d9d35584c874e35f699c13 commit hash: e9329d41f815033ea2d9d35584c874e35f699c13 commit hash: e9329d41f815033ea2d9d35584c874e35f699c13 commit hash: e9329d41f815033ea2d9d35584c874e35f699c13 e9329d4
Wednesday, 14 Apr 2021
12:21 Vinícius Zavam (egypcio) search for other commits by this committer
sysutils/py-borgmatic: update 1.5.12 to 1.5.13
commit hash: e8c381603ba2e64310946edabc3061188c439cf2 commit hash: e8c381603ba2e64310946edabc3061188c439cf2 commit hash: e8c381603ba2e64310946edabc3061188c439cf2 commit hash: e8c381603ba2e64310946edabc3061188c439cf2 e8c3816
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
Tuesday, 1 Dec 2020
07:12 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.5.10 to 1.5.12
Original commitRevision:556719 
Monday, 31 Aug 2020
13:35 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.5.9 to 1.5.10
Original commitRevision:547180 
Sunday, 2 Aug 2020
19:47 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.5.8 to 1.5.9
Original commitRevision:543996 
Wednesday, 8 Jul 2020
14:01 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.5.7 to 1.5.8
Original commitRevision:541492 
Friday, 26 Jun 2020
16:19 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.5.6 to 1.5.7
Original commitRevision:540523 
Friday, 12 Jun 2020
11:04 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.5.5 to 1.5.6
Original commitRevision:538597 
Monday, 1 Jun 2020
14:20 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.5.4 to 1.5.5
Original commitRevision:537486 
Thursday, 21 May 2020
19:47 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.26 to 1.5.4

  - builds fine for 11/12/head, multiple archs;
  - creating config from scratch wotks;
  - making a backup works;
  - restoring from a backup also works.

PR:		245222
Reported by:	Victor Bouvier-Deleau <victor.bouvier-deleau % kolabnow.com>
Original commitRevision:536146 
Wednesday, 20 Nov 2019
14:43 antoine search for other commits by this committer
Unbreak bulk -a with non default version of python3
Original commitRevision:518024 
Wednesday, 30 Oct 2019
17:24 egypcio search for other commits by this committer
sysutils/py-borgmatic: add missing dep. www/py-requests (upstream: 128ebf0)
Original commitRevision:516090 
Friday, 18 Oct 2019
15:00 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.25 to 1.3.26
Original commitRevision:514722 
Thursday, 17 Oct 2019
18:10 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.21 to 1.3.25
Original commitRevision:514670 
Monday, 30 Sep 2019
09:33 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.20 to 1.3.21
Original commitRevision:513336 
Thursday, 26 Sep 2019
12:18 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.19 to 1.3.20
Original commitRevision:512893 
Wednesday, 25 Sep 2019
16:54 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.16 to 1.3.19
Original commitRevision:512793 
Friday, 20 Sep 2019
12:59 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.14 to 1.3.16
Original commitRevision:512410 
Monday, 5 Aug 2019
14:07 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.12_1 to 1.3.14
Original commitRevision:508173 
Wednesday, 17 Jul 2019
10:37 egypcio search for other commits by this committer
sysutils/py-borgmatic: move borgmatic's default config dir to ${PREFIX}

PR:		239002
Original commitRevision:506796 
Wednesday, 3 Jul 2019
17:45 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.9 to 1.3.12
Original commitRevision:505767 
Monday, 24 Jun 2019
09:25 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.5 to 1.3.9

Approved by:	mentors (implicit)
Original commitRevision:505016 
Monday, 3 Jun 2019
08:47 egypcio search for other commits by this committer
sysutils/py-borgmatic: add missing running dep, devel/py-colorama

Approved by:	mentors (implicit)
Original commitRevision:503359 
Thursday, 23 May 2019
08:56 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.4 to 1.3.5

Approved by:	mentors (implicit)
Original commitRevision:502327 
Thursday, 16 May 2019
17:23 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.3 to 1.3.4

Approved by:	mentors (implicit)
Original commitRevision:501795 
Tuesday, 14 May 2019
08:32 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.2 to 1.3.3

Approved by:	mentors (implicit)
Original commitRevision:501629 
Friday, 10 May 2019
15:15 egypcio search for other commits by this committer
sysutils/py-borgmatic: update 1.3.1 to 1.3.2

Approved by:	mentors (implicit)
Original commitRevision:501177 
Wednesday, 8 May 2019
09:35 egypcio search for other commits by this committer
[NEW PORT] sysutils/py-borgmatic: Wrapper script for Borg backup software

  Borgmatic is a simple Python wrapper script for the Borg backup software
  that initiates a backup, prunes any old backups according to a retention
  policy, and validates backups for consistency.

  The script supports specifying your settings in a declarative
  configuration file rather than having to put them all on the command-line,
  and handles common errors.

  WWW: https://torsion.org/borgmatic/

Approved by:	rene (mentor)
Sponsored by:	cleverbridge AG
Differential Revision:	https://reviews.freebsd.org/D20150
Original commitRevision:501012 

Number of commits found: 43