git: ebdf3583f9f4 - main - www/shiori: Update to 1.7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Oct 2024 07:49:56 UTC
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebdf3583f9f41df098ed4c51445228f9c4844d9e commit ebdf3583f9f41df098ed4c51445228f9c4844d9e Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2024-10-06 07:46:27 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2024-10-06 07:49:50 +0000 www/shiori: Update to 1.7.1 - Remove files/patch-internal_database_sqlite__noncgo.go (included by upstream). Release changes: https://github.com/go-shiori/shiori/releases/tag/v1.7.1 Reported by: "github-actions[bot]" <notifications@github.com> --- www/shiori/Makefile | 3 +-- www/shiori/distinfo | 10 +++++----- www/shiori/files/patch-internal_database_sqlite__noncgo.go | 10 ---------- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/www/shiori/Makefile b/www/shiori/Makefile index a08b7e7e6ae0..4b99bd3012e7 100644 --- a/www/shiori/Makefile +++ b/www/shiori/Makefile @@ -1,7 +1,6 @@ PORTNAME= shiori DISTVERSIONPREFIX= v -DISTVERSION= 1.7.0 -PORTREVISION= 1 +DISTVERSION= 1.7.1 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org diff --git a/www/shiori/distinfo b/www/shiori/distinfo index d824a1a66470..44af5b72877e 100644 --- a/www/shiori/distinfo +++ b/www/shiori/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1718712789 -SHA256 (go/www_shiori/shiori-v1.7.0/v1.7.0.mod) = 3bdd1ce3dbd71dcdf6b579e141df755a62a589e850a81cada197a0b1ef1b377f -SIZE (go/www_shiori/shiori-v1.7.0/v1.7.0.mod) = 4457 -SHA256 (go/www_shiori/shiori-v1.7.0/v1.7.0.zip) = 00d800aeacabf551348d04c8b6ea1c2d9826617893272df9406e90d6872a2f92 -SIZE (go/www_shiori/shiori-v1.7.0/v1.7.0.zip) = 7014888 +TIMESTAMP = 1728200183 +SHA256 (go/www_shiori/shiori-v1.7.1/v1.7.1.mod) = 3bdd1ce3dbd71dcdf6b579e141df755a62a589e850a81cada197a0b1ef1b377f +SIZE (go/www_shiori/shiori-v1.7.1/v1.7.1.mod) = 4457 +SHA256 (go/www_shiori/shiori-v1.7.1/v1.7.1.zip) = d44d33c4160370bf9dae0fc5a3a3d01f9ec5b97da83d0331a3a78642140661bb +SIZE (go/www_shiori/shiori-v1.7.1/v1.7.1.zip) = 7019751 diff --git a/www/shiori/files/patch-internal_database_sqlite__noncgo.go b/www/shiori/files/patch-internal_database_sqlite__noncgo.go deleted file mode 100644 index 29b8bf7acc49..000000000000 --- a/www/shiori/files/patch-internal_database_sqlite__noncgo.go +++ /dev/null @@ -1,10 +0,0 @@ ---- internal/database/sqlite_noncgo.go.orig 1979-11-29 23:00:00 UTC -+++ internal/database/sqlite_noncgo.go -@@ -1,5 +1,5 @@ --//go:build linux || windows || darwin --// +build linux windows darwin -+//go:build linux || windows || darwin || freebsd -+// +build linux windows darwin freebsd - - package database -