diff options
Diffstat (limited to '')
-rw-r--r-- | filesystems/zrepl-dsh2dsh/Makefile | 8 | ||||
-rw-r--r-- | filesystems/zrepl-dsh2dsh/distinfo | 10 | ||||
-rw-r--r-- | filesystems/zrepl/Makefile | 2 | ||||
-rw-r--r-- | filesystems/zrepl/files/500.zrepl.in | 2 |
4 files changed, 12 insertions, 10 deletions
diff --git a/filesystems/zrepl-dsh2dsh/Makefile b/filesystems/zrepl-dsh2dsh/Makefile index b880f8ddcc78..0a380cde8999 100644 --- a/filesystems/zrepl-dsh2dsh/Makefile +++ b/filesystems/zrepl-dsh2dsh/Makefile @@ -1,6 +1,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v -DISTVERSION= 0.9.10 +DISTVERSION= 0.9.11 +PORTREVISION= 1 CATEGORIES= filesystems sysutils PKGNAMESUFFIX= -${GH_ACCOUNT} @@ -10,12 +11,13 @@ COMMENT= ZFS dataset replication tool (fork with more features) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules ncurses USE_GITHUB= yes GH_ACCOUNT= dsh2dsh -GO_MOD_DIST= github +USES= go:modules ncurses + GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} +GO_MOD_DIST= github _BUILD_XFLAGS= version.${PORTNAME}Version=${DISTVERSIONFULL} GO_BUILDFLAGS= -ldflags "${STRIP} ${_BUILD_XFLAGS:S!^!-X ${GO_MODULE}/internal/!}" diff --git a/filesystems/zrepl-dsh2dsh/distinfo b/filesystems/zrepl-dsh2dsh/distinfo index 7ecff4f820a1..66516b2e9c19 100644 --- a/filesystems/zrepl-dsh2dsh/distinfo +++ b/filesystems/zrepl-dsh2dsh/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1746109607 -SHA256 (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.10_GH0/go.mod) = f8621a55734bb3278fd6355451843e180e978bea80d39b32e8a0b27aae3961d7 -SIZE (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.10_GH0/go.mod) = 3104 -SHA256 (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.10_GH0/dsh2dsh-zrepl-v0.9.10_GH0.tar.gz) = c0250442949c2a2efd0368db7ef7c23e40cb553be5b6dcb28f0571006f251398 -SIZE (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.10_GH0/dsh2dsh-zrepl-v0.9.10_GH0.tar.gz) = 317034 +TIMESTAMP = 1753194269 +SHA256 (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.11_GH0/go.mod) = 29f8190cc6593dd31f4d66bbfcaf42cf4dbae2d8da1ec9a3b73950f9a2c5437a +SIZE (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.11_GH0/go.mod) = 3104 +SHA256 (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.11_GH0/dsh2dsh-zrepl-v0.9.11_GH0.tar.gz) = 90b5bae28c5c064513c4d88ba8655c30a9035bb1c5a2628fdcadae0dc0a77396 +SIZE (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v0.9.11_GH0/dsh2dsh-zrepl-v0.9.11_GH0.tar.gz) = 317952 diff --git a/filesystems/zrepl/Makefile b/filesystems/zrepl/Makefile index 32b3da5a73fb..d0ad72b252ec 100644 --- a/filesystems/zrepl/Makefile +++ b/filesystems/zrepl/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 14 +PORTREVISION= 16 CATEGORIES= filesystems sysutils MAINTAINER= driesm@FreeBSD.org diff --git a/filesystems/zrepl/files/500.zrepl.in b/filesystems/zrepl/files/500.zrepl.in index b7f1b3abb4d3..e4a83608a75a 100644 --- a/filesystems/zrepl/files/500.zrepl.in +++ b/filesystems/zrepl/files/500.zrepl.in @@ -24,7 +24,7 @@ case "$weekly_zrepl_enable" in echo echo "Check Zrepl certificates for upcoming expiration:" - for cert in `/usr/bin/find %%ETCDIR%% -maxdepth 1 -name *.crt`; do + for cert in `/usr/bin/find %%ETCDIR%% -maxdepth 1 -name "*.crt"`; do /usr/bin/openssl x509 --in "${cert}" \ -checkend "${weekly_zrepl_warntime}" |