aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fsearch
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-02-22 03:22:16 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-02-22 03:22:16 +0000
commit895a9c6e9f2531a9abc43e79a18f2c3b85b2233e (patch)
tree8eee5723e830ccec819880cd9ed684d5cac44bd0 /sysutils/fsearch
parentb1c548e8c34e94c7319bd9835d14437976a8429f (diff)
downloadports-895a9c6e9f2531a9abc43e79a18f2c3b85b2233e.tar.gz
ports-895a9c6e9f2531a9abc43e79a18f2c3b85b2233e.zip
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
Diffstat (limited to 'sysutils/fsearch')
-rw-r--r--sysutils/fsearch/distinfo8
-rw-r--r--sysutils/fsearch/files/patch-src_fsearch__string__utils.c4
-rw-r--r--sysutils/fsearch/pkg-descr8
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/