diff --git a/filesystems/zrepl-dsh2dsh/Makefile b/filesystems/zrepl-dsh2dsh/Makefile index 0dd491d03104..70cad53ee6b9 100644 --- a/filesystems/zrepl-dsh2dsh/Makefile +++ b/filesystems/zrepl-dsh2dsh/Makefile @@ -1,69 +1,68 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 -PORTREVISION= 3 +DISTVERSION= 1.2.0 CATEGORIES= filesystems sysutils PKGNAMESUFFIX= -${GH_ACCOUNT} MAINTAINER= dsh@bamus.cz COMMENT= ZFS dataset replication tool (fork with more features) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25+,modules ncurses +USES= go:1.26+,modules ncurses USE_GITHUB= yes GH_ACCOUNT= dsh2dsh GO_MOD_DIST= github GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} _BUILD_XFLAGS= version.${PORTNAME}Version=${DISTVERSIONFULL} GO_BUILDFLAGS= -ldflags "${STRIP} ${_BUILD_XFLAGS:S!^!-X ${GO_MODULE}/internal/!}" CONFLICTS_INSTALL= ${PORTNAME} SUB_FILES= pkg-message OPTIONS_DEFINE= EXAMPLES post-patch: @${REINPLACE_CMD} \ -e 's|/usr/local/etc/${PORTNAME}|${ETCDIR}|g' \ -e 's|/usr/local|${PREFIX}|g' \ ${WRKSRC}/dist/freebsd/etc/periodic/daily/${PORTNAME} \ ${WRKSRC}/dist/freebsd/etc/periodic/weekly/500.${PORTNAME} \ ${WRKSRC}/dist/freebsd/etc/rc.d/${PORTNAME} post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} \ ${STAGEDIR}${EXAMPLESDIR} \ ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d \ ${STAGEDIR}${PREFIX}/etc/periodic/daily \ ${STAGEDIR}${PREFIX}/etc/periodic/weekly ${INSTALL_SCRIPT} ${WRKSRC}/dist/freebsd/etc/rc.d/${PORTNAME} \ ${STAGEDIR}${PREFIX}/etc/rc.d ${INSTALL_DATA} \ ${WRKSRC}/dist/freebsd/etc/newsyslog.conf.d/${PORTNAME}.conf \ ${STAGEDIR}${EXAMPLESDIR}/newsyslog.conf ${INSTALL_DATA} \ ${WRKSRC}/dist/freebsd/etc/${PORTNAME}/keys.yaml \ ${STAGEDIR}${ETCDIR}/keys.yaml.sample ${INSTALL_DATA} ${WRKSRC}/dist/freebsd/etc/${PORTNAME}/${PORTNAME}.yml \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.yml.sample ${INSTALL_SCRIPT} \ ${WRKSRC}/dist/freebsd/etc/periodic/daily/${PORTNAME} \ ${STAGEDIR}${PREFIX}/etc/periodic/daily/${PORTNAME} ${INSTALL_SCRIPT} \ ${WRKSRC}/dist/freebsd/etc/periodic/weekly/500.${PORTNAME} \ ${STAGEDIR}${PREFIX}/etc/periodic/weekly/500.${PORTNAME} post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/hooks (cd ${WRKSRC}/internal/config/samples && \ ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) ${INSTALL_DATA} \ ${WRKSRC}/dist/grafana/grafana-prometheus-${PORTNAME}.json \ ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/filesystems/zrepl-dsh2dsh/distinfo b/filesystems/zrepl-dsh2dsh/distinfo index ef8c4d3adfbb..7cdd2390d468 100644 --- a/filesystems/zrepl-dsh2dsh/distinfo +++ b/filesystems/zrepl-dsh2dsh/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764257017 -SHA256 (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v1.1.0_GH0/go.mod) = c5520eb3f236865488bddd5aa0fa77166dfd9e56b5cb8b169eefb2a4916f6248 -SIZE (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v1.1.0_GH0/go.mod) = 3262 -SHA256 (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v1.1.0_GH0/dsh2dsh-zrepl-v1.1.0_GH0.tar.gz) = de219dd2d61f9cfffaa4ddc91971a561ad05e7da67f1f5dd802238d4556516e9 -SIZE (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v1.1.0_GH0/dsh2dsh-zrepl-v1.1.0_GH0.tar.gz) = 317799 +TIMESTAMP = 1771256775 +SHA256 (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v1.2.0_GH0/go.mod) = b37557917de3f5f18e40cb8999f1978b2cd04a66067619be2e669745f152e7e1 +SIZE (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v1.2.0_GH0/go.mod) = 3318 +SHA256 (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v1.2.0_GH0/dsh2dsh-zrepl-v1.2.0_GH0.tar.gz) = 3f82092dd4ffa2f8aa7f06f2641c824d967403c970867686cd61f49e0e625eb9 +SIZE (go/filesystems_zrepl-dsh2dsh/dsh2dsh-zrepl-v1.2.0_GH0/dsh2dsh-zrepl-v1.2.0_GH0.tar.gz) = 330098 diff --git a/filesystems/zrepl-dsh2dsh/pkg-plist b/filesystems/zrepl-dsh2dsh/pkg-plist index 3000937e9aa5..8071b10d7dca 100644 --- a/filesystems/zrepl-dsh2dsh/pkg-plist +++ b/filesystems/zrepl-dsh2dsh/pkg-plist @@ -1,24 +1,29 @@ bin/zrepl etc/periodic/daily/zrepl etc/periodic/weekly/500.zrepl etc/rc.d/zrepl @sample(,,0600) %%ETCDIR%%/keys.yaml.sample @sample %%ETCDIR%%/zrepl.yml.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bandwidth_limit.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/grafana-prometheus-zrepl.json %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/template.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/include.d/snap.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%%/keys.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/local.yml @sample %%EXAMPLESDIR%%/newsyslog.conf etc/newsyslog.conf.d/zrepl.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pull.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/push.yml %%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%%/snap_cron.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/source.yml @dir etc/newsyslog.conf.d