diff options
Diffstat (limited to 'databases/litestream')
| -rw-r--r-- | databases/litestream/Makefile | 16 | ||||
| -rw-r--r-- | databases/litestream/distinfo | 10 | ||||
| -rw-r--r-- | 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. |
