git: 1c15713f9892 - main - x11-fonts/fontpreview: switch to nsixv fork
Date: Fri, 01 Apr 2022 12:38:46 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1c15713f9892b1efa55788882b68cfd5bde0214a
commit 1c15713f9892b1efa55788882b68cfd5bde0214a
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-04-01 12:37:30 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-04-01 12:37:30 +0000
x11-fonts/fontpreview: switch to nsixv fork
The original graphics/sxiv port expired today,
graphics/nsxiv is suggested as a replacement.
Bump PORTREVISION
---
x11-fonts/fontpreview/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-fonts/fontpreview/Makefile b/x11-fonts/fontpreview/Makefile
index eed37649245b..a59ec00196df 100644
--- a/x11-fonts/fontpreview/Makefile
+++ b/x11-fonts/fontpreview/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fontpreview
DISTVERSION= 1.0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fonts graphics
MAINTAINER= 0mp@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= bash:shells/bash \
fzf:textproc/fzf \
getopt>0:misc/getopt \
- sxiv:graphics/sxiv \
+ nsxiv:graphics/nsxiv \
xdotool:x11/xdotool
USES= magick:7,run shebangfix