Skip to content

Commit

Permalink
sysutils/fsearch: unbreak fetching of the upstream patches
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Feb 22, 2022
1 parent b1c548e commit 895a9c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions 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
4 changes: 2 additions & 2 deletions sysutils/fsearch/files/patch-src_fsearch__string__utils.c
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions 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/

0 comments on commit 895a9c6

Please sign in to comment.