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/zrepl/distinfo

Number of commits found: 13

Thursday, 12 Oct 2023
06:30 Dries Michiels (driesm) search for other commits by this committer
sysutils/zrepl: update to 0.6.1

Changes:	https://github.com/zrepl/zrepl/releases/tag/v0.6.1
commit hash: cbe3a5b0dd72ce8488fdc073de2f67eddd244543 commit hash: cbe3a5b0dd72ce8488fdc073de2f67eddd244543 commit hash: cbe3a5b0dd72ce8488fdc073de2f67eddd244543 commit hash: cbe3a5b0dd72ce8488fdc073de2f67eddd244543 cbe3a5b
Monday, 27 Mar 2023
11:24 Robert Clausecker (fuz) search for other commits by this committer
sysutils/zrepl: fix build on riscv64

Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd.  While we are at it, only
strip if requested.

Sponsored by:	Berliner Linux User Group e.V.
Approved by:	portmgr (build fix blanket)
commit hash: 139ad3c8c0ad16e2041a88be580bfe418b484cdb commit hash: 139ad3c8c0ad16e2041a88be580bfe418b484cdb commit hash: 139ad3c8c0ad16e2041a88be580bfe418b484cdb commit hash: 139ad3c8c0ad16e2041a88be580bfe418b484cdb 139ad3c
Monday, 26 Dec 2022
22:03 Dries Michiels (driesm) search for other commits by this committer Author: Artyom Davidov
sysutils/zrepl: update to 0.6.0

Changes:	https://github.com/zrepl/zrepl/releases/tag/v0.6.0

PR:		268058
Approved by:	maintainer timeout
commit hash: b74ef047bb99df838aedb6efdf0966667e4f2981 commit hash: b74ef047bb99df838aedb6efdf0966667e4f2981 commit hash: b74ef047bb99df838aedb6efdf0966667e4f2981 commit hash: b74ef047bb99df838aedb6efdf0966667e4f2981 b74ef04
Tuesday, 10 May 2022
12:49 Dmitri Goutnik (dmgk) search for other commits by this committer
sysutils/zrepl: Update to 0.5.0-8

Update to the commit with fixed go.sum.

PR:		262981
Reported by:	Trond.Endrestol@ximalas.info
Approved by:	lcook (maintainer timeout)
commit hash: 3046cb492009a134fc9b37db5ee7e66809d00b04 commit hash: 3046cb492009a134fc9b37db5ee7e66809d00b04 commit hash: 3046cb492009a134fc9b37db5ee7e66809d00b04 commit hash: 3046cb492009a134fc9b37db5ee7e66809d00b04 3046cb4
Thursday, 27 Jan 2022
14:04 Lewis Cook (lcook) search for other commits by this committer Author: eoli3n
sysutils/zrepl: Update to 0.5.0

PR:		261353
Changes:	https://zrepl.github.io/v0.5.0/changelog.html
commit hash: 6a357b21872556c2fd66dea6b7f7a7b8fd59c12e commit hash: 6a357b21872556c2fd66dea6b7f7a7b8fd59c12e commit hash: 6a357b21872556c2fd66dea6b7f7a7b8fd59c12e commit hash: 6a357b21872556c2fd66dea6b7f7a7b8fd59c12e 6a357b2
Thursday, 27 May 2021
07:53 Juraj Lutter (otis) search for other commits by this committer
sysutils/zrepl: Update to 0.4.0

Differential Revision: https://reviews.freebsd.org/D30453

Approved by:	lcook (maintainer)
commit hash: 1d16ddefe2a3b0d5ff889a962f5057cb1fa6b82c commit hash: 1d16ddefe2a3b0d5ff889a962f5057cb1fa6b82c commit hash: 1d16ddefe2a3b0d5ff889a962f5057cb1fa6b82c commit hash: 1d16ddefe2a3b0d5ff889a962f5057cb1fa6b82c 1d16dde
Saturday, 22 May 2021
03:18 Lewis Cook (lcook) search for other commits by this committer
sysutils/zrepl: Take maintainership

While here switch to GO_MODULE and pet portclippy.
commit hash: b9594c870c555ce728d8c4494005fd75e0c75bed commit hash: b9594c870c555ce728d8c4494005fd75e0c75bed commit hash: b9594c870c555ce728d8c4494005fd75e0c75bed commit hash: b9594c870c555ce728d8c4494005fd75e0c75bed b9594c8
Thursday, 21 Jan 2021
23:01 woodsb02 search for other commits by this committer
sysutils/zrepl: Update to 0.3.1

Changes this release (including some breaking changes):
  https://github.com/zrepl/zrepl/blob/v0.3.1/docs/changelog.rst
Original commitRevision:562256 
Saturday, 1 Feb 2020
04:58 woodsb02 search for other commits by this committer
sysutils/zrepl: Update to 0.2.1

- Update to 0.2.1 [1]
- Unbreak build on aarch64, by updating to newer golang:sys [2]
- Move sample file for syslog.d and newsyslog.conf.d to EXAMPLESDIR [3]
- Migrate to USES=go:modules to simplify building go dependency list
- Add new EXAMPLES option to allow installing these to be optional

Changes this release:
  https://github.com/zrepl/zrepl/blob/v0.2.1/docs/changelog.rst

PR:		243354 [1], 242456 [2], 229445 [3]
Submitted by:	dmgk [2]
Reported by:	asomers [1], yuri [3]
Original commitRevision:524757 
Tuesday, 4 Jun 2019
14:14 woodsb02 search for other commits by this committer
sysutils/zrepl: Update to 0.1.1

Changes this release:
  https://zrepl.github.io/v0.1.1/changelog.html

WARNING - BREAKING CHANGES WITH THE ZREPL 0.1.X RELEASE:
There are a number of breaking changes this release. To ensure zrepl
continues to function correctly, ensure you read the changelog, and then
perform the following on both sides of the replication:
- Stop the zrepl service:    # service zrepl stop
- Upgrade the zrepl package: # pkg upgrade zrepl
- Modify the zrepl config:   # vi /usr/local/etc/zrepl/zrepl.yml
- Check the configuration:   # service zrepl configtest
- Start the zrepl service:   # service zrepl start
- Monitor the zrepl service: # zrepl status

DANGER - SNAPSHOT PRUNING REQUIRES EXPLICIT KEEP RULES:
For any ZFS snapshot that you want to keep, at least one rule must match. This
is different from previous releases where pruning only affected snapshots with
the configured snapshotting prefix. Make sure that snapshots to be kept or
ignored by zrepl are covered, e.g. by using the regex keep rule.
This also applies to snapshots taken by means other than zrepl (e.g. manually).

PR:		237667
Submitted by:	Michael Zhilin (mizhka@gmail.com)
Differential Revision:	https://reviews.freebsd.org/D20095
Original commitRevision:503474 
Friday, 27 Apr 2018
08:49 woodsb02 search for other commits by this committer
sysutils/zrepl: Update to 0.0.3

Changes this release:
  https://github.com/zrepl/zrepl/blob/0.0.3/docs/changelog.rst

Breaking changes with the 0.0.3 release:
- Snapshots are automatically bookmarked and pruning of bookmarks must
  be configured by adding the keep_bookmarks parameter to the prune
  policy section of the zrepl configuration file (source side only).
  Be sure to understand the meaning bookmarks have for maximum
  allowable replication downtime.
- The ssh+stdinserver transport protocol has changed, requiring zrepl
  to be updates on both the sending and receiving side, and the daemon
  restarted on both sides.
- The first outlet in the global.logging section of the configuration
  file is now used for logging meta-errors (e.g. problems encountered
  when writing to other logging outlets).
Original commitRevision:468408 
Monday, 20 Nov 2017
15:40 woodsb02 search for other commits by this committer
sysutils/zrepl: Update to 0.0.2

- Include UPDATING message about breaking changes in zrepl.yml
- Update dependencies to match Gopkg.lock changes [1]
- Take maintainership, approves by lifanov via email previously

  [1] https://github.com/zrepl/zrepl/compare/0.0.1...0.0.2#files_bucket

Approved by:	lifanov (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13163
Original commitRevision:454572 
Sunday, 1 Oct 2017
14:44 lifanov search for other commits by this committer
new port: sysutils/zrepl

zrepl is a complete ZFS dataset replication tool written in Go
that supports feature detection, bookmarks, and other new features.

Significant parts of this port were submitted by woodsb02. Thank you!

Submitted by:	woodsb02, me
Reviewed by:	woodsb02
Differential Revision:	https://reviews.freebsd.org/D12462
Original commitRevision:451047 

Number of commits found: 13