git: 895a9c6e9f25 - main - sysutils/fsearch: unbreak fetching of the upstream patches
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Feb 2022 03:23:41 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=895a9c6e9f2531a9abc43e79a18f2c3b85b2233e
commit 895a9c6e9f2531a9abc43e79a18f2c3b85b2233e
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-02-22 03:22:16 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-02-22 03:22:16 +0000
sysutils/fsearch: unbreak fetching of the upstream patches
Once again, GitHub had changed the generated metadata slightly,
in the following lines (all of them):
-index ca5a270..9972426 100644
+index ca5a2703..99724260 100644
While here, add couple of missing Oxford commas, drop the plus
from the GTK name (since February 2019), and reword the port
description a bit.
Reported by: pkg-fallout
---
sysutils/fsearch/distinfo | 8 ++++----
sysutils/fsearch/files/patch-src_fsearch__string__utils.c | 4 ++--
sysutils/fsearch/pkg-descr | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/sysutils/fsearch/distinfo b/sysutils/fsearch/distinfo
index e468d1fcf2f6..17b0c6f0ba0e 100644
--- a/sysutils/fsearch/distinfo
+++ b/sysutils/fsearch/distinfo
@@ -1,7 +1,7 @@
TIMESTAMP = 1643482609
SHA256 (cboxdoerfer-fsearch-0.1.2_GH0.tar.gz) = f80e10922812169e8437476d5fbe6d05249997c49b98f991d382a6d5566551b4
SIZE (cboxdoerfer-fsearch-0.1.2_GH0.tar.gz) = 504787
-SHA256 (7f602118e0de9f524e71.diff) = cd24cf0cc3f07c3135d0cdb6981784b8bb254c12f8d0d7aabfe068417c17b36b
-SIZE (7f602118e0de9f524e71.diff) = 693
-SHA256 (f0ee01b40156ddb36651.diff) = 75f01513f0c88e61715097495b22f920c5131b2c03956d54d5b94e53e7ec5a7a
-SIZE (f0ee01b40156ddb36651.diff) = 1741
+SHA256 (7f602118e0de9f524e71.diff) = e8450734c460fc837dbde12e15f97dcb4fb4af376516acbae9cf7874bc07f531
+SIZE (7f602118e0de9f524e71.diff) = 695
+SHA256 (f0ee01b40156ddb36651.diff) = ce12c4b2212189abe2d8a8839c81d3105be71781aa7fce30851dcac7f9ef9beb
+SIZE (f0ee01b40156ddb36651.diff) = 1747
diff --git a/sysutils/fsearch/files/patch-src_fsearch__string__utils.c b/sysutils/fsearch/files/patch-src_fsearch__string__utils.c
index d57fb73a7f75..6f847df9fe24 100644
--- a/sysutils/fsearch/files/patch-src_fsearch__string__utils.c
+++ b/sysutils/fsearch/files/patch-src_fsearch__string__utils.c
@@ -24,8 +24,8 @@
+#define LEN 3
+
+/* Compare S1 and S2 as strings holding indices/version numbers,
-+ returning less than, equal to or greater than zero if S1 is less than,
-+ equal to, or greater than S2. */
++ returning less than, equal to, or greater than zero if S1 is less
++ than, equal to, or greater than S2. */
+
+int
+strverscmp (const char *s1, const char *s2)
diff --git a/sysutils/fsearch/pkg-descr b/sysutils/fsearch/pkg-descr
index 01dffd0d0a84..00d105f9411e 100644
--- a/sysutils/fsearch/pkg-descr
+++ b/sysutils/fsearch/pkg-descr
@@ -1,11 +1,11 @@
FSearch is a fast file search utility, inspired by Everything Search
-Engine. It is written in C and based on GTK+3. It features:
+Engine. It is written in plain C and based on GTK 3. It features:
- Instant (as you type) results
- - Wildcard support and regular expression support
- - Filter support (only search for files, folders or everything)
+ - Wildcard and regular expression support
+ - Filters (only search for files, folders, or everything)
- Include and exclude specific folders to be indexed
- Fast sort by file name, path, size, or modification time
- - Customizable interface
+ - Customizable user interface
WWW: http://cboxdoerfer.github.io/fsearch/