diff options
author | eoli3n <jonathan.kirszling@runbox.com> | 2022-01-27 13:57:44 +0000 |
---|---|---|
committer | Lewis Cook <lcook@FreeBSD.org> | 2022-01-27 14:04:02 +0000 |
commit | 6a357b21872556c2fd66dea6b7f7a7b8fd59c12e (patch) | |
tree | 6966f43e81828740b7ff6928a299d3118cd28f3e | |
parent | fca1c35b5ecc6270c0815aa0c01c8fe7093b5d92 (diff) | |
download | ports-6a357b21872556c2fd66dea6b7f7a7b8fd59c12e.tar.gz ports-6a357b21872556c2fd66dea6b7f7a7b8fd59c12e.zip |
sysutils/zrepl: Update to 0.5.0
PR: 261353
Changes: https://zrepl.github.io/v0.5.0/changelog.html
-rw-r--r-- | sysutils/zrepl/Makefile | 3 | ||||
-rw-r--r-- | sysutils/zrepl/distinfo | 10 | ||||
-rw-r--r-- | sysutils/zrepl/pkg-plist | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/zrepl/Makefile b/sysutils/zrepl/Makefile index bffb799a3f0f..dea903bf2c8a 100644 --- a/sysutils/zrepl/Makefile +++ b/sysutils/zrepl/Makefile @@ -2,8 +2,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v -DISTVERSION= 0.4.0 -PORTREVISION= 4 +DISTVERSION= 0.5.0 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/zrepl/distinfo b/sysutils/zrepl/distinfo index 88b4ab9a7667..157a4a253b52 100644 --- a/sysutils/zrepl/distinfo +++ b/sysutils/zrepl/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1621953202 -SHA256 (go/sysutils_zrepl/zrepl-v0.4.0/v0.4.0.mod) = 62e77080cd47c24eb90eb7c0a9d61f91bd5b5eb07bd23690c417b54d52acb0c6 -SIZE (go/sysutils_zrepl/zrepl-v0.4.0/v0.4.0.mod) = 2646 -SHA256 (go/sysutils_zrepl/zrepl-v0.4.0/v0.4.0.zip) = 81d3e8e32833f51aa6892a4a78c30eca7ca43dcd2bfb0039235aa854292a7afb -SIZE (go/sysutils_zrepl/zrepl-v0.4.0/v0.4.0.zip) = 551435 +TIMESTAMP = 1642620794 +SHA256 (go/sysutils_zrepl/zrepl-v0.5.0/v0.5.0.mod) = d01dfe65def7eb120b0792401a5aac6bdb48bfc40e0d050477c4d74db7115144 +SIZE (go/sysutils_zrepl/zrepl-v0.5.0/v0.5.0.mod) = 2575 +SHA256 (go/sysutils_zrepl/zrepl-v0.5.0/v0.5.0.zip) = c8e9298a938e86ce9227da77419f534524ae3d4bd06386b9ae200b09859104d8 +SIZE (go/sysutils_zrepl/zrepl-v0.5.0/v0.5.0.zip) = 574262 diff --git a/sysutils/zrepl/pkg-plist b/sysutils/zrepl/pkg-plist index 03420df4e9be..717dee74d8ff 100644 --- a/sysutils/zrepl/pkg-plist +++ b/sysutils/zrepl/pkg-plist @@ -1,7 +1,8 @@ bin/zrepl @sample %%ETCDIR%%/zrepl.yml.sample -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/template.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bandwidth_limit.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/grafana-prometheus-zrepl.json +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/template.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/local.yml @sample %%EXAMPLESDIR%%/newsyslog.conf etc/newsyslog.conf.d/zrepl.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pull.yml @@ -10,6 +11,8 @@ bin/zrepl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart_backup_to_external_disk.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart_continuous_server_backup_receiver.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart_continuous_server_backup_sender.yml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart_fan_out_replication_source.yml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart_fan_out_replication_target.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sink.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/snap.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/source.yml |