Date: Mon, 27 Apr 2026 17:48:36 +0000 From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2109dbd1d983 - main - filesystems/versitygw: update to 1.4.1 Message-ID: <69efa174.1f65d.5db54439@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=2109dbd1d9835639c74945f1137b12d5268371ad commit 2109dbd1d9835639c74945f1137b12d5268371ad Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2026-04-27 17:44:55 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2026-04-27 17:45:26 +0000 filesystems/versitygw: update to 1.4.1 - Fix argument handling in rc script Reviewed by: feld Differential Revision: https://reviews.freebsd.org/D56658 MFH: 2026Q2 Sponsored by: SkunkWerks, GmbH --- filesystems/versitygw/Makefile | 3 +-- filesystems/versitygw/distinfo | 10 +++++----- filesystems/versitygw/files/versitygw.in | 16 +++++++--------- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/filesystems/versitygw/Makefile b/filesystems/versitygw/Makefile index d411283e2a8f..35de4caf3b9e 100644 --- a/filesystems/versitygw/Makefile +++ b/filesystems/versitygw/Makefile @@ -1,7 +1,6 @@ PORTNAME= versitygw DISTVERSIONPREFIX= v -DISTVERSION= 1.3.1 -PORTREVISION= 1 +DISTVERSION= 1.4.1 CATEGORIES= filesystems www MAINTAINER= dch@FreeBSD.org diff --git a/filesystems/versitygw/distinfo b/filesystems/versitygw/distinfo index 57d9459737c7..036b70ea6f4c 100644 --- a/filesystems/versitygw/distinfo +++ b/filesystems/versitygw/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1772623467 -SHA256 (go/filesystems_versitygw/versitygw-v1.3.1/v1.3.1.mod) = 76ed4ec2b86db6a3f8822fa170d6fa12542bd3c5006295dea20db514f7c67242 -SIZE (go/filesystems_versitygw/versitygw-v1.3.1/v1.3.1.mod) = 4036 -SHA256 (go/filesystems_versitygw/versitygw-v1.3.1/v1.3.1.zip) = 137b45b24e82372fa470fd75537091c4d313231ab94012096d3365540b7e440e -SIZE (go/filesystems_versitygw/versitygw-v1.3.1/v1.3.1.zip) = 1495095 +TIMESTAMP = 1777279313 +SHA256 (go/filesystems_versitygw/versitygw-v1.4.1/v1.4.1.mod) = 2d2cf358532b8adba657b54c842c2ae9422cbd3b900fe0028dc4bd2bf1b6cb2b +SIZE (go/filesystems_versitygw/versitygw-v1.4.1/v1.4.1.mod) = 3976 +SHA256 (go/filesystems_versitygw/versitygw-v1.4.1/v1.4.1.zip) = d04c013092c995e5c6015d54eab7d1a7957240a44795d8f55392afac8d876eb8 +SIZE (go/filesystems_versitygw/versitygw-v1.4.1/v1.4.1.zip) = 1609982 diff --git a/filesystems/versitygw/files/versitygw.in b/filesystems/versitygw/files/versitygw.in index 6cc04da99cea..f9a2d9faa681 100644 --- a/filesystems/versitygw/files/versitygw.in +++ b/filesystems/versitygw/files/versitygw.in @@ -10,18 +10,18 @@ # versitygw_enable (bool): Set it to YES to enable versitygw. # Default is "NO". # versitygw_user (user): Set user to run versitygw. -# Default is "versitygw". +# Default is "www". # versitygw_group (group): Set group to run versitygw. -# Default is "versitygw". +# Default is "www". # versitygw_options (string): Provide additional runtime options. # Default is "". -# versitygw_readonly (file): Disallow writes. +# versitygw_readonly (string): Disallow writes. # Default is "yes". # versitygw_access_log (file): Path for access logs. -# Default is "/var/log/versitgw/access.log". +# Default is "/var/log/versitygw/access.log". # versitygw_admin_log (file): Path for admin logs. -# Default is "/var/log/versitgw/admin.log". -# versitygw_listen (file): IP:port to listen on. +# Default is "/var/log/versitygw/admin.log". +# versitygw_listen (string): IP:port to listen on. # Default is "localhost:7070". . /etc/rc.subr @@ -60,6 +60,7 @@ command_args="-f -p ${pidfile} \ --admin-access-log ${versitygw_admin_log} \ ${versitygw_is_readonly} \ --port ${versitygw_listen} \ + ${versitygw_options} \ posix ${versitygw_directory}" monitor_cmd=versitygw_monitor @@ -86,9 +87,6 @@ versitygw_startprecmd() install -o ${versitygw_user} -g ${versitygw_group} /dev/null ${pidfile}; fi - if [ ! -d ${versitygw_dir} ]; then - install -d -o ${versitygw_user} -g ${versitygw_group} ${versitygw_dir} - fi } run_rc_command "$1"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69efa174.1f65d.5db54439>
