Skip to content

Commit

Permalink
sysutils/fsearch: update the port to patch release 0.1.4
Browse files Browse the repository at this point in the history
Fix the bug that prevented the "Open Failed" dialog from
getting closed; add missing dependency on ICU while here.

Reported by:	portscout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Jul 12, 2022
1 parent 4cd90cd commit bf1de03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions sysutils/fsearch/Makefile
@@ -1,7 +1,7 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>

PORTNAME= fsearch
PORTVERSION= 0.1.3
PORTVERSION= 0.1.4
CATEGORIES= sysutils

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
Expand All @@ -14,7 +14,8 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/License

BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_check_compile_flag.m4:devel/autoconf-archive
LIB_DEPENDS= libpcre.so:devel/pcre
LIB_DEPENDS= libicuuc.so:devel/icu \
libpcre.so:devel/pcre

USE_GITHUB= yes
GH_ACCOUNT= cboxdoerfer
Expand Down
6 changes: 3 additions & 3 deletions sysutils/fsearch/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1655811649
SHA256 (cboxdoerfer-fsearch-0.1.3_GH0.tar.gz) = b29ca3f49f2847f280320e0b346a5e6ec98e76e3523c78dbd8178a8f8f19b5dc
SIZE (cboxdoerfer-fsearch-0.1.3_GH0.tar.gz) = 506332
TIMESTAMP = 1657035129
SHA256 (cboxdoerfer-fsearch-0.1.4_GH0.tar.gz) = 289c19136f89712100ff8f6ad4e7cbbdfbd2938a7c076c85c45658f5c36fc7fd
SIZE (cboxdoerfer-fsearch-0.1.4_GH0.tar.gz) = 506441
SHA256 (7f602118e0de9f524e71.diff) = e8450734c460fc837dbde12e15f97dcb4fb4af376516acbae9cf7874bc07f531
SIZE (7f602118e0de9f524e71.diff) = 695
SHA256 (f0ee01b40156ddb36651.diff) = ce12c4b2212189abe2d8a8839c81d3105be71781aa7fce30851dcac7f9ef9beb
Expand Down

0 comments on commit bf1de03

Please sign in to comment.