diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2024-09-10 11:47:51 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-09-16 20:14:17 +0000 |
commit | 56c11d2399ed8a6a4c2fb6f78bd5682aa6d7a587 (patch) | |
tree | f1d72bec5353ab73af06f4c0ef1af59c4ab072b5 | |
parent | 09f93977caded2f309042678df72304fdde4d17f (diff) |
sysutils/superfile: update to 1.1.4
- remind user to install Nerd Font on client
- now requires Go 1.22 to built
Changelog: https://github.com/yorukot/superfile/releases/tag/v1.1.4
-rw-r--r-- | sysutils/superfile/Makefile | 7 | ||||
-rw-r--r-- | sysutils/superfile/distinfo | 10 | ||||
-rw-r--r-- | sysutils/superfile/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/superfile/pkg-message | 3 |
4 files changed, 12 insertions, 10 deletions
diff --git a/sysutils/superfile/Makefile b/sysutils/superfile/Makefile index 9716f49b5d2f..7669374d8728 100644 --- a/sysutils/superfile/Makefile +++ b/sysutils/superfile/Makefile @@ -1,8 +1,7 @@ PORTNAME= superfile DISTVERSIONPREFIX= v -DISTVERSION= 1.1.3 -PORTREVISION= 2 -PORTEPOCH=1 +DISTVERSION= 1.1.4 +PORTEPOCH= 1 CATEGORIES= sysutils MAINTAINER= fuz@FreeBSD.org @@ -12,7 +11,7 @@ WWW= https://github.com/MHNightCat/superfile LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:modules,1.22 GO_MODULE= github.com/MHNightCat/superfile diff --git a/sysutils/superfile/distinfo b/sysutils/superfile/distinfo index ed05e7c5aeae..d8d2b2e0d5e4 100644 --- a/sysutils/superfile/distinfo +++ b/sysutils/superfile/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1718469289 -SHA256 (go/sysutils_superfile/superfile-v1.1.3/v1.1.3.mod) = b849c88293ae98692d7ccdf812046b89a4460d98bda1625a03278849c0f9a5e4 -SIZE (go/sysutils_superfile/superfile-v1.1.3/v1.1.3.mod) = 3129 -SHA256 (go/sysutils_superfile/superfile-v1.1.3/v1.1.3.zip) = 8a9b1f971ea7410e59cdb35865b3ffb7193be64437993f81fe49114ca6be0a0a -SIZE (go/sysutils_superfile/superfile-v1.1.3/v1.1.3.zip) = 7785937 +TIMESTAMP = 1725968626 +SHA256 (go/sysutils_superfile/superfile-v1.1.4/v1.1.4.mod) = bf57199d0ce1604f19e6075fd952460daaa4cdd2477a543e9360e9f4641945d8 +SIZE (go/sysutils_superfile/superfile-v1.1.4/v1.1.4.mod) = 3042 +SHA256 (go/sysutils_superfile/superfile-v1.1.4/v1.1.4.zip) = 7cd790f7a59a756fa89f35f578f032b7d8aa9ee492da4e1c01fec74c66547e65 +SIZE (go/sysutils_superfile/superfile-v1.1.4/v1.1.4.zip) = 8053808 diff --git a/sysutils/superfile/pkg-descr b/sysutils/superfile/pkg-descr index 845aebfda992..891be0d0a6ff 100644 --- a/sysutils/superfile/pkg-descr +++ b/sysutils/superfile/pkg-descr @@ -2,6 +2,6 @@ Superfile is a terminal file manager, allowing you to manage files on the terminal in much the same way as you would do in a graphical file manager. -Superfile requires that you use one of the Nerd Fonts as your terminal +Superfile works best if you use one of the Nerd Fonts as your terminal font. Install x11-fonts/nerd-fonts on your client and set up one of these fonts if you encounter graphical glitches. diff --git a/sysutils/superfile/pkg-message b/sysutils/superfile/pkg-message new file mode 100644 index 000000000000..768e340fa4ab --- /dev/null +++ b/sysutils/superfile/pkg-message @@ -0,0 +1,3 @@ +Superfile works best if you use one of the Nerd Fonts as your terminal +font. Install x11-fonts/nerd-fonts on your client and set up one of +these fonts if you encounter graphical glitches. |