git: 65f13e5ae985 - main - textproc/fzy: Update to 1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Jul 2025 17:37:14 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=65f13e5ae985b7292587cfcd2b50e64f915f03de commit 65f13e5ae985b7292587cfcd2b50e64f915f03de Author: Oleh Hushchenkov <o.hushchenkov@gmail.com> AuthorDate: 2025-07-15 17:35:45 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2025-07-15 17:36:43 +0000 textproc/fzy: Update to 1.1 Add test support. Changelog: https://github.com/jhawthorn/fzy/releases/tag/v1.1 PR: 288190 Approved by: o.hushchenkov@gmail.com (maintainer) --- textproc/fzy/Makefile | 12 +++++------- textproc/fzy/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/textproc/fzy/Makefile b/textproc/fzy/Makefile index 42513dd3d2dc..fb571cac35b5 100644 --- a/textproc/fzy/Makefile +++ b/textproc/fzy/Makefile @@ -1,6 +1,5 @@ PORTNAME= fzy -DISTVERSION= 1.0 -PORTREVISION= 1 +DISTVERSION= 1.1 CATEGORIES= textproc MAINTAINER= o.hushchenkov@gmail.com @@ -16,17 +15,16 @@ GH_ACCOUNT= jhawthorn PLIST_FILES= bin/fzy share/man/man1/fzy.1.gz +TEST_TARGET= test + OPTIONS_DEFINE= TMUX DVTM OPTIONS_DEFAULT= TMUX -TMUX_DESC= Install fzy-tmux -DVTM_DESC= Install fzy-dvtm +TMUX_DESC= Install fzy-tmux script (requires tmux) +DVTM_DESC= Install fzy-dvtm script (requires dvtm) TMUX_PLIST_FILES= bin/fzy-tmux DVTM_PLIST_FILES= bin/fzy-dvtm -post-extract: - ${CP} ${WRKSRC}/src/config.def.h ${WRKSRC}/config.h - post-patch: @${REINPLACE_CMD} \ -e 's, -g,,g' \ diff --git a/textproc/fzy/distinfo b/textproc/fzy/distinfo index 22515d813119..51d1171b56b9 100644 --- a/textproc/fzy/distinfo +++ b/textproc/fzy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1537779531 -SHA256 (jhawthorn-fzy-1.0_GH0.tar.gz) = 80257fd74579e13438b05edf50dcdc8cf0cdb1870b4a2bc5967bd1fdbed1facf -SIZE (jhawthorn-fzy-1.0_GH0.tar.gz) = 47432 +TIMESTAMP = 1752426598 +SHA256 (jhawthorn-fzy-1.1_GH0.tar.gz) = 93d300d9c6c7063b2c6bda4e08a9704a029ec33f609718cd95443d1a890aff4e +SIZE (jhawthorn-fzy-1.1_GH0.tar.gz) = 49070