Date: Thu, 19 Feb 2026 13:34:43 +0000 From: Dries Michiels <driesm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f0f95e205c53 - main - filesystems/zrepl: update to 0.7.0 Message-ID: <69971173.1924d.4cf7203@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0f95e205c53feb71122c3371d3099c1e38239f5 commit f0f95e205c53feb71122c3371d3099c1e38239f5 Author: Dries Michiels <driesm@FreeBSD.org> AuthorDate: 2026-02-19 13:03:55 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2026-02-19 13:33:15 +0000 filesystems/zrepl: update to 0.7.0 Changes: https://github.com/zrepl/zrepl/releases/tag/v0.7.0 --- filesystems/zrepl/Makefile | 7 +- filesystems/zrepl/distinfo | 14 +- filesystems/zrepl/files/patch-go.mod | 89 -------- filesystems/zrepl/files/patch-go.sum | 28 --- filesystems/zrepl/files/patch-vendor_modules.txt | 277 ----------------------- filesystems/zrepl/pkg-plist | 8 + 6 files changed, 18 insertions(+), 405 deletions(-) diff --git a/filesystems/zrepl/Makefile b/filesystems/zrepl/Makefile index 3d5ff8f37a55..b0f596989f65 100644 --- a/filesystems/zrepl/Makefile +++ b/filesystems/zrepl/Makefile @@ -1,7 +1,6 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v -DISTVERSION= 0.6.1 -PORTREVISION= 24 +DISTVERSION= 0.7.0 CATEGORIES= filesystems sysutils MAINTAINER= driesm@FreeBSD.org @@ -12,9 +11,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules ncurses -USE_RC_SUBR= zrepl USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys +USE_RC_SUBR= zrepl GO_MODULE= github.com/${PORTNAME}/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ @@ -52,7 +51,7 @@ post-install: post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/hooks - (cd ${WRKSRC}/config/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + (cd ${WRKSRC}/internal/config/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) ${INSTALL_DATA} ${WRKSRC}/dist/grafana/grafana-prometheus-zrepl.json ${STAGEDIR}${EXAMPLESDIR} post-install-MANPAGES-on: diff --git a/filesystems/zrepl/distinfo b/filesystems/zrepl/distinfo index 95c3d59c1ede..d72983945fd2 100644 --- a/filesystems/zrepl/distinfo +++ b/filesystems/zrepl/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1730976205 -SHA256 (go/filesystems_zrepl/zrepl-v0.6.1/v0.6.1.mod) = 27760d04eb9b7c3c1ca35069afde9f3855f2491f80412bd3aba6cccb557fb009 -SIZE (go/filesystems_zrepl/zrepl-v0.6.1/v0.6.1.mod) = 2186 -SHA256 (go/filesystems_zrepl/zrepl-v0.6.1/v0.6.1.zip) = 87756e2d173cb6c588ba58d05a564bab9dd1febdbb6dbab435425981f379d715 -SIZE (go/filesystems_zrepl/zrepl-v0.6.1/v0.6.1.zip) = 587381 -SHA256 (go/filesystems_zrepl/zrepl-v0.6.1/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 -SIZE (go/filesystems_zrepl/zrepl-v0.6.1/golang-sys-v0.6.0_GH0.tar.gz) = 1434234 +TIMESTAMP = 1771506232 +SHA256 (go/filesystems_zrepl/zrepl-v0.7.0/v0.7.0.mod) = b448fe48e810c2a46eae9bbda05f42954ab4c2f2f9c6dcfeaa2dc5b7fddbcdc4 +SIZE (go/filesystems_zrepl/zrepl-v0.7.0/v0.7.0.mod) = 3478 +SHA256 (go/filesystems_zrepl/zrepl-v0.7.0/v0.7.0.zip) = 90a8799f870b56c0d0961b25aa09901f1d6117f4edc29212a2727891e10c836d +SIZE (go/filesystems_zrepl/zrepl-v0.7.0/v0.7.0.zip) = 611278 +SHA256 (go/filesystems_zrepl/zrepl-v0.7.0/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 +SIZE (go/filesystems_zrepl/zrepl-v0.7.0/golang-sys-v0.6.0_GH0.tar.gz) = 1434234 diff --git a/filesystems/zrepl/files/patch-go.mod b/filesystems/zrepl/files/patch-go.mod deleted file mode 100644 index abb50a71b69c..000000000000 --- a/filesystems/zrepl/files/patch-go.mod +++ /dev/null @@ -1,89 +0,0 @@ ---- go.mod.orig 2023-03-24 22:49:20 UTC -+++ go.mod -@@ -1,6 +1,6 @@ - module github.com/zrepl/zrepl - --go 1.12 -+go 1.17 - - require ( - github.com/fatih/color v1.7.0 -@@ -15,37 +15,68 @@ require ( - github.com/google/uuid v1.1.2 - github.com/jinzhu/copier v0.0.0-20170922082739-db4671f3a9b8 - github.com/juju/ratelimit v1.0.1 -- github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect - github.com/kr/pretty v0.1.0 -- github.com/leodido/go-urn v1.2.1 // indirect - github.com/lib/pq v1.2.0 -- github.com/mattn/go-colorable v0.1.4 // indirect - github.com/mattn/go-isatty v0.0.8 - github.com/montanaflynn/stats v0.5.0 -- github.com/onsi/ginkgo v1.10.2 // indirect -- github.com/onsi/gomega v1.7.0 // indirect - github.com/pkg/errors v0.8.1 - github.com/pkg/profile v1.2.1 - github.com/problame/go-netssh v0.0.0-20200601114649-26439f9f0dc5 - github.com/prometheus/client_golang v1.2.1 - github.com/prometheus/common v0.7.0 - github.com/robfig/cron/v3 v3.0.1 -- github.com/sergi/go-diff v1.0.1-0.20180205163309-da645544ed44 // indirect; go1.12 thinks it needs this - github.com/spf13/cobra v0.0.2 - github.com/spf13/pflag v1.0.5 - github.com/stretchr/testify v1.6.1 - github.com/willf/bitset v1.1.10 - github.com/yudai/gojsondiff v0.0.0-20170107030110-7b1b7adf999d -- github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect; go1.12 thinks it needs this -- github.com/yudai/pp v2.0.1+incompatible // indirect - github.com/zrepl/yaml-config v0.0.0-20191220194647-cbb6b0cf4bdd - gitlab.com/tslocum/cview v1.5.3 - golang.org/x/net v0.0.0-20210119194325-5f4716e94777 - golang.org/x/sync v0.0.0-20190423024810-112230192c58 -- golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c -+ golang.org/x/sys v0.6.0 - golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 -- google.golang.org/genproto v0.0.0-20210122163508-8081c04a3579 // indirect - google.golang.org/grpc v1.35.0 - google.golang.org/protobuf v1.25.0 -+) -+ -+require ( -+ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect -+ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect -+ github.com/beorn7/perks v1.0.1 // indirect -+ github.com/cespare/xxhash/v2 v2.1.0 // indirect -+ github.com/davecgh/go-spew v1.1.1 // indirect -+ github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff // indirect -+ github.com/gdamore/encoding v1.0.0 // indirect -+ github.com/go-playground/locales v0.13.0 // indirect -+ github.com/go-playground/universal-translator v0.17.0 // indirect -+ github.com/inconshreveable/mousetrap v1.0.0 // indirect -+ github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect -+ github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect -+ github.com/kr/text v0.1.0 // indirect -+ github.com/leodido/go-urn v1.2.1 // indirect -+ github.com/lucasb-eyer/go-colorful v1.0.3 // indirect -+ github.com/mattn/go-colorable v0.1.4 // indirect -+ github.com/mattn/go-runewidth v0.0.10 // indirect -+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect -+ github.com/onsi/ginkgo v1.10.2 // indirect -+ github.com/onsi/gomega v1.7.0 // indirect -+ github.com/pmezard/go-difflib v1.0.0 // indirect -+ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect -+ github.com/prometheus/procfs v0.0.5 // indirect -+ github.com/rivo/uniseg v0.2.0 // indirect -+ github.com/sergi/go-diff v1.0.1-0.20180205163309-da645544ed44 // indirect; go1.12 thinks it needs this -+ github.com/sirupsen/logrus v1.4.2 // indirect -+ github.com/theckman/goconstraint v1.11.0 // indirect -+ github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect; go1.12 thinks it needs this -+ github.com/yudai/pp v2.0.1+incompatible // indirect -+ gitlab.com/tslocum/cbind v0.1.4 // indirect -+ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect -+ golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect -+ golang.org/x/text v0.3.5 // indirect -+ google.golang.org/appengine v1.4.0 // indirect -+ google.golang.org/genproto v0.0.0-20210122163508-8081c04a3579 // indirect -+ gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect - gopkg.in/go-playground/assert.v1 v1.2.1 // indirect -+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect - ) diff --git a/filesystems/zrepl/files/patch-go.sum b/filesystems/zrepl/files/patch-go.sum deleted file mode 100644 index 7a439ab0bf98..000000000000 --- a/filesystems/zrepl/files/patch-go.sum +++ /dev/null @@ -1,28 +0,0 @@ ---- go.sum.orig 2023-03-24 22:49:23 UTC -+++ go.sum -@@ -25,7 +25,6 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.202012 - github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= - github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys= - github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= --github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I= - github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= - github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff h1:zk1wwii7uXmI0znwU+lqg+wFL9G5+vm5I+9rv2let60= - github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff/go.mod h1:yUhRXHewUVJ1k89wHKP68xfzk7kwXUx/DV1nx4EBMbw= -@@ -92,8 +91,6 @@ github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m - github.com/juju/ratelimit v1.0.1 h1:+7AIFJVQ0EQgq/K9+0Krm7m530Du7tIz0METWzN0RgY= - github.com/juju/ratelimit v1.0.1/go.mod h1:qapgC/Gy+xNh9UxzV13HGGl/6UXNN+ct+vwSgWNm/qk= - github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= --github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 h1:uC1QfSlInpQF+M0ao65imhwqKnz3Q2z/d8PWZRMQvDM= --github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88/go.mod h1:3w7q1U84EfirKl04SVQ/s7nPm1ZPhiXd34z40TNz36k= - github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk= - github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= - github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY= -@@ -235,6 +232,8 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go - golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= - golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c h1:VwygUrnw9jn88c4u8GD3rZQbqrP/tgas88tPUbBxQrk= - golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -+golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ= -+golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= - golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= - golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf h1:MZ2shdL+ZM/XzY3ZGOnh4Nlpnxz5GSOhOmtHo3iPU6M= - golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= diff --git a/filesystems/zrepl/files/patch-vendor_modules.txt b/filesystems/zrepl/files/patch-vendor_modules.txt deleted file mode 100644 index 90f922b88bf2..000000000000 --- a/filesystems/zrepl/files/patch-vendor_modules.txt +++ /dev/null @@ -1,277 +0,0 @@ ---- vendor/modules.txt.orig 2023-03-24 22:50:20 UTC -+++ vendor/modules.txt -@@ -1,21 +1,30 @@ - # github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 -+## explicit - github.com/alecthomas/template - github.com/alecthomas/template/parse - # github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 -+## explicit - github.com/alecthomas/units - # github.com/beorn7/perks v1.0.1 -+## explicit; go 1.11 - github.com/beorn7/perks/quantile - # github.com/cespare/xxhash/v2 v2.1.0 -+## explicit; go 1.13 - github.com/cespare/xxhash/v2 - # github.com/davecgh/go-spew v1.1.1 -+## explicit - github.com/davecgh/go-spew/spew - # github.com/fatih/color v1.7.0 -+## explicit - github.com/fatih/color - # github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff -+## explicit - github.com/ftrvxmtrx/fd - # github.com/gdamore/encoding v1.0.0 -+## explicit; go 1.9 - github.com/gdamore/encoding - # github.com/gdamore/tcell v1.2.0 -+## explicit; go 1.12 - github.com/gdamore/tcell - github.com/gdamore/tcell/terminfo - github.com/gdamore/tcell/terminfo/a/ansi -@@ -26,6 +35,7 @@ github.com/gdamore/tcell/terminfo/v/vt102 - github.com/gdamore/tcell/terminfo/v/vt220 - github.com/gdamore/tcell/terminfo/x/xterm - # github.com/gdamore/tcell/v2 v2.2.0 -+## explicit; go 1.12 - github.com/gdamore/tcell/v2 - github.com/gdamore/tcell/v2/terminfo - github.com/gdamore/tcell/v2/terminfo/a/aixterm -@@ -65,117 +75,171 @@ github.com/gdamore/tcell/v2/terminfo/x/xterm - github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty - github.com/gdamore/tcell/v2/terminfo/x/xterm_termite - # github.com/gitchander/permutation v0.0.0-20181107151852-9e56b92e9909 -+## explicit - github.com/gitchander/permutation - # github.com/go-logfmt/logfmt v0.4.0 -+## explicit - github.com/go-logfmt/logfmt - # github.com/go-playground/locales v0.13.0 -+## explicit; go 1.13 - github.com/go-playground/locales - github.com/go-playground/locales/currency - # github.com/go-playground/universal-translator v0.17.0 -+## explicit; go 1.13 - github.com/go-playground/universal-translator - # github.com/go-playground/validator v9.31.0+incompatible -+## explicit - github.com/go-playground/validator - # github.com/go-playground/validator/v10 v10.4.1 -+## explicit; go 1.13 - github.com/go-playground/validator/v10 - # github.com/go-sql-driver/mysql v1.4.1-0.20190907122137-b2c03bcae3d4 -+## explicit - github.com/go-sql-driver/mysql - # github.com/golang/protobuf v1.4.3 -+## explicit; go 1.9 - github.com/golang/protobuf/proto - github.com/golang/protobuf/ptypes - github.com/golang/protobuf/ptypes/any - github.com/golang/protobuf/ptypes/duration - github.com/golang/protobuf/ptypes/timestamp - # github.com/google/uuid v1.1.2 -+## explicit - github.com/google/uuid - # github.com/inconshreveable/mousetrap v1.0.0 -+## explicit - github.com/inconshreveable/mousetrap - # github.com/jinzhu/copier v0.0.0-20170922082739-db4671f3a9b8 -+## explicit - github.com/jinzhu/copier - # github.com/juju/ratelimit v1.0.1 -+## explicit - github.com/juju/ratelimit - # github.com/konsorten/go-windows-terminal-sequences v1.0.1 -+## explicit - github.com/konsorten/go-windows-terminal-sequences - # github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 -+## explicit - github.com/kr/logfmt - # github.com/kr/pretty v0.1.0 -+## explicit - github.com/kr/pretty - # github.com/kr/text v0.1.0 -+## explicit - github.com/kr/text - # github.com/leodido/go-urn v1.2.1 -+## explicit; go 1.13 - github.com/leodido/go-urn - # github.com/lib/pq v1.2.0 -+## explicit - github.com/lib/pq - github.com/lib/pq/oid - github.com/lib/pq/scram - # github.com/lucasb-eyer/go-colorful v1.0.3 -+## explicit; go 1.12 - github.com/lucasb-eyer/go-colorful - # github.com/mattn/go-colorable v0.1.4 -+## explicit - github.com/mattn/go-colorable - # github.com/mattn/go-isatty v0.0.8 -+## explicit - github.com/mattn/go-isatty - # github.com/mattn/go-runewidth v0.0.10 -+## explicit; go 1.9 - github.com/mattn/go-runewidth - # github.com/matttproud/golang_protobuf_extensions v1.0.1 -+## explicit - github.com/matttproud/golang_protobuf_extensions/pbutil - # github.com/montanaflynn/stats v0.5.0 -+## explicit - github.com/montanaflynn/stats -+# github.com/onsi/ginkgo v1.10.2 -+## explicit -+# github.com/onsi/gomega v1.7.0 -+## explicit - # github.com/pkg/errors v0.8.1 -+## explicit - github.com/pkg/errors - # github.com/pkg/profile v1.2.1 -+## explicit - github.com/pkg/profile - # github.com/pmezard/go-difflib v1.0.0 -+## explicit - github.com/pmezard/go-difflib/difflib - # github.com/problame/go-netssh v0.0.0-20200601114649-26439f9f0dc5 -+## explicit; go 1.11 - github.com/problame/go-netssh - github.com/problame/go-netssh/internal/circlog - # github.com/prometheus/client_golang v1.2.1 -+## explicit; go 1.11 - github.com/prometheus/client_golang/prometheus - github.com/prometheus/client_golang/prometheus/internal - github.com/prometheus/client_golang/prometheus/promhttp - # github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 -+## explicit; go 1.9 - github.com/prometheus/client_model/go - # github.com/prometheus/common v0.7.0 -+## explicit; go 1.11 - github.com/prometheus/common/expfmt - github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg - github.com/prometheus/common/log - github.com/prometheus/common/model - # github.com/prometheus/procfs v0.0.5 -+## explicit - github.com/prometheus/procfs - github.com/prometheus/procfs/internal/fs - github.com/prometheus/procfs/internal/util - # github.com/rivo/uniseg v0.2.0 -+## explicit; go 1.12 - github.com/rivo/uniseg - # github.com/robfig/cron/v3 v3.0.1 -+## explicit; go 1.12 - github.com/robfig/cron/v3 - # github.com/sergi/go-diff v1.0.1-0.20180205163309-da645544ed44 -+## explicit - github.com/sergi/go-diff/diffmatchpatch - # github.com/sirupsen/logrus v1.4.2 -+## explicit - github.com/sirupsen/logrus - # github.com/spf13/cobra v0.0.2 -+## explicit - github.com/spf13/cobra - # github.com/spf13/pflag v1.0.5 -+## explicit; go 1.12 - github.com/spf13/pflag - # github.com/stretchr/testify v1.6.1 -+## explicit; go 1.13 - github.com/stretchr/testify/assert - github.com/stretchr/testify/require - # github.com/theckman/goconstraint v1.11.0 -+## explicit - github.com/theckman/goconstraint/go1.11/gte - # github.com/willf/bitset v1.1.10 -+## explicit - github.com/willf/bitset - # github.com/yudai/gojsondiff v0.0.0-20170107030110-7b1b7adf999d -+## explicit - github.com/yudai/gojsondiff - github.com/yudai/gojsondiff/formatter - # github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 -+## explicit - github.com/yudai/golcs -+# github.com/yudai/pp v2.0.1+incompatible -+## explicit - # github.com/zrepl/yaml-config v0.0.0-20191220194647-cbb6b0cf4bdd -+## explicit - github.com/zrepl/yaml-config - # gitlab.com/tslocum/cbind v0.1.4 -+## explicit; go 1.15 - gitlab.com/tslocum/cbind - # gitlab.com/tslocum/cview v1.5.3 -+## explicit; go 1.12 - gitlab.com/tslocum/cview - # golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 -+## explicit; go 1.11 - golang.org/x/crypto/sha3 - # golang.org/x/net v0.0.0-20210119194325-5f4716e94777 -+## explicit; go 1.11 - golang.org/x/net/http/httpguts - golang.org/x/net/http2 - golang.org/x/net/http2/hpack -@@ -184,8 +248,10 @@ golang.org/x/net/internal/timeseries - golang.org/x/net/trace - golang.org/x/net/websocket - # golang.org/x/sync v0.0.0-20190423024810-112230192c58 -+## explicit - golang.org/x/sync/semaphore --# golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c -+# golang.org/x/sys v0.6.0 -+## explicit; go 1.17 - golang.org/x/sys/cpu - golang.org/x/sys/internal/unsafeheader - golang.org/x/sys/plan9 -@@ -194,8 +260,10 @@ golang.org/x/sys/windows - golang.org/x/sys/windows/registry - golang.org/x/sys/windows/svc/eventlog - # golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf -+## explicit; go 1.11 - golang.org/x/term - # golang.org/x/text v0.3.5 -+## explicit; go 1.11 - golang.org/x/text/encoding - golang.org/x/text/encoding/internal/identifier - golang.org/x/text/secure/bidirule -@@ -203,6 +271,7 @@ golang.org/x/text/transform - golang.org/x/text/unicode/bidi - golang.org/x/text/unicode/norm - # golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 -+## explicit - golang.org/x/tools/go/gcexportdata - golang.org/x/tools/go/internal/gcimporter - golang.org/x/tools/go/internal/packagesdriver -@@ -211,10 +280,13 @@ golang.org/x/tools/internal/fastwalk - golang.org/x/tools/internal/gopathwalk - golang.org/x/tools/internal/semver - # google.golang.org/appengine v1.4.0 -+## explicit - google.golang.org/appengine/cloudsql - # google.golang.org/genproto v0.0.0-20210122163508-8081c04a3579 -+## explicit; go 1.11 - google.golang.org/genproto/googleapis/rpc/status - # google.golang.org/grpc v1.35.0 -+## explicit; go 1.11 - google.golang.org/grpc - google.golang.org/grpc/attributes - google.golang.org/grpc/backoff -@@ -260,6 +332,7 @@ google.golang.org/grpc/stats - google.golang.org/grpc/status - google.golang.org/grpc/tap - # google.golang.org/protobuf v1.25.0 -+## explicit; go 1.9 - google.golang.org/protobuf/encoding/prototext - google.golang.org/protobuf/encoding/protowire - google.golang.org/protobuf/internal/descfmt -@@ -290,6 +363,10 @@ google.golang.org/protobuf/types/known/anypb - google.golang.org/protobuf/types/known/durationpb - google.golang.org/protobuf/types/known/timestamppb - # gopkg.in/alecthomas/kingpin.v2 v2.2.6 -+## explicit - gopkg.in/alecthomas/kingpin.v2 -+# gopkg.in/go-playground/assert.v1 v1.2.1 -+## explicit - # gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c -+## explicit - gopkg.in/yaml.v3 diff --git a/filesystems/zrepl/pkg-plist b/filesystems/zrepl/pkg-plist index a11961d1fa43..88e5dba90f44 100644 --- a/filesystems/zrepl/pkg-plist +++ b/filesystems/zrepl/pkg-plist @@ -2,8 +2,16 @@ bin/zrepl etc/periodic/weekly/500.zrepl @sample %%ETCDIR%%/zrepl.yml.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bandwidth_limit.yml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/empty.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/grafana-prometheus-zrepl.json %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/template.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/include.d/snap.yml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/include.yml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/include_directory.yml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/invalid/duplicate_job_names/zrepl.yml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/invalid/duplicate_job_names_with_include/included.yml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/invalid/duplicate_job_names_with_include/zrepl.yml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/invalid/internal_job_name/zrepl.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/local.yml @sample %%EXAMPLESDIR%%/newsyslog.conf etc/newsyslog.conf.d/zrepl.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pull.ymlhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69971173.1924d.4cf7203>
