diff options
Diffstat (limited to 'sysutils/f2/Makefile')
| -rw-r--r-- | sysutils/f2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/f2/Makefile b/sysutils/f2/Makefile index 6bba5770fc43..d3e94ca26df0 100644 --- a/sysutils/f2/Makefile +++ b/sysutils/f2/Makefile @@ -1,7 +1,7 @@ PORTNAME= f2 DISTVERSIONPREFIX= v DISTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -12,7 +12,7 @@ WWW= https://f2.freshman.tech/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -USES= go:1.25,modules +USES= go:1.25+,modules GO_MODULE= github.com/ayoisaiah/f2/v2 GO_TARGET= ./cmd/f2 |
