git: e3646c353d35 - main - databases/litestream: Update to 0.5.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Dec 2025 11:19:13 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e3646c353d35e890a175aaa461747e6525dc4242
commit e3646c353d35e890a175aaa461747e6525dc4242
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-19 11:11:27 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-19 11:11:27 +0000
databases/litestream: Update to 0.5.5
- Update pkg-descr
- Take maintainership
Changes: https://github.com/benbjohnson/litestream/releases
---
databases/litestream/Makefile | 16 +++++++---------
databases/litestream/distinfo | 10 +++++-----
databases/litestream/pkg-descr | 8 ++++----
3 files changed, 16 insertions(+), 18 deletions(-)
diff --git a/databases/litestream/Makefile b/databases/litestream/Makefile
index d71c43144347..a5331ee26284 100644
--- a/databases/litestream/Makefile
+++ b/databases/litestream/Makefile
@@ -1,23 +1,21 @@
PORTNAME= litestream
+PORTVERSION= 0.5.5
DISTVERSIONPREFIX= v
-DISTVERSION= 0.5.2
-PORTREVISION= 1
CATEGORIES= databases
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Standalone streaming replication tool for SQLite
-WWW= https://litestream.io/
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Streaming replication for SQLite
+WWW= https://litestream.io/ \
+ https://github.com/benbjohnson/litestream
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-#BROKEN_i386= build error: constant 9223372036854775807 overflows int.
-
USES= go:modules
GO_MODULE= github.com/benbjohnson/litestream
-GO_TARGET= github.com/benbjohnson/litestream/cmd/litestream
+GO_TARGET= ./cmd/litestream
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/litestream
.include <bsd.port.mk>
diff --git a/databases/litestream/distinfo b/databases/litestream/distinfo
index 8859711604c4..65f9262eb6e0 100644
--- a/databases/litestream/distinfo
+++ b/databases/litestream/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1763214128
-SHA256 (go/databases_litestream/litestream-v0.5.2/v0.5.2.mod) = beee6028881a30493fbb02630f3c0518015c5aacb27fbe91b00547d974fb7e84
-SIZE (go/databases_litestream/litestream-v0.5.2/v0.5.2.mod) = 5281
-SHA256 (go/databases_litestream/litestream-v0.5.2/v0.5.2.zip) = 65504b1ed6a1e68eddeee5118cf4273535428b7920e313064dc56f7b23ee5e30
-SIZE (go/databases_litestream/litestream-v0.5.2/v0.5.2.zip) = 476813
+TIMESTAMP = 1766036341
+SHA256 (go/databases_litestream/litestream-v0.5.5/v0.5.5.mod) = 781212f127e414fc7938988c5b07ca47dba259b62126e3dea0e53b49d837ebbd
+SIZE (go/databases_litestream/litestream-v0.5.5/v0.5.5.mod) = 6209
+SHA256 (go/databases_litestream/litestream-v0.5.5/v0.5.5.zip) = 143bd3176968758737e351a3f646c4fea6a97186f60fd82391913ec253b8df6b
+SIZE (go/databases_litestream/litestream-v0.5.5/v0.5.5.zip) = 665920
diff --git a/databases/litestream/pkg-descr b/databases/litestream/pkg-descr
index d2e92b4167f4..2a896f044579 100644
--- a/databases/litestream/pkg-descr
+++ b/databases/litestream/pkg-descr
@@ -1,4 +1,4 @@
-Litestream is a standalone streaming replication tool for SQLite. It runs as
-a background process and safely replicates changes incrementally to another
-file or S3. Litestream only communicates with SQLite through the SQLite API
-so it will not corrupt your database.
+Litestream is a standalone disaster recovery tool for SQLite. It runs as a
+background process and safely replicates changes incrementally to another file
+or S3. Litestream only communicates with SQLite through the SQLite API so it
+will not corrupt your database.