summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/gitlab-agent/Makefile2
-rw-r--r--net/gotify-cli/Makefile2
-rw-r--r--net/gotify-server/Makefile2
-rw-r--r--net/kitinerary/Makefile1
4 files changed, 4 insertions, 3 deletions
diff --git a/net/gitlab-agent/Makefile b/net/gitlab-agent/Makefile
index 9013daf97fef..fd163ae13835 100644
--- a/net/gitlab-agent/Makefile
+++ b/net/gitlab-agent/Makefile
@@ -14,7 +14,7 @@ LICENSE= MIT
BUILD_DEPENDS= git>=0:devel/git \
golangci-lint>=0:devel/golangci-lint
-USES= go:modules,1.24
+USES= go:modules
GO_MODULE= gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v18
_BUILD_DATE= $$(date -u "+%Y-%m-%d-%H%M UTC")
diff --git a/net/gotify-cli/Makefile b/net/gotify-cli/Makefile
index dd13168f21fb..24afb8a6eea3 100644
--- a/net/gotify-cli/Makefile
+++ b/net/gotify-cli/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/gotify/cli
LICENSE= MIT
-USES= go:modules,1.22
+USES= go:modules
GO_MODULE= github.com/gotify/cli/v2
_BUILD_DATE= $$(date -u "+%Y-%m-%d-%H%M UTC")
diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile
index 747890998aee..58c88a21ea2d 100644
--- a/net/gotify-server/Makefile
+++ b/net/gotify-server/Makefile
@@ -17,7 +17,7 @@ BROKEN_i386= Build does not succeed (timeout in poudriere)
BUILD_DEPENDS= yarn${NODEJS_SUFFIX}>=1.10.0:www/yarn${NODEJS_SUFFIX} \
-USES= go:modules,1.25 nodejs:build
+USES= go:modules nodejs:build
USE_RC_SUBR= gotify_server
GO_MODULE= github.com/gotify/server/v2
diff --git a/net/kitinerary/Makefile b/net/kitinerary/Makefile
index c590eb7fe4bf..20075f98e622 100644
--- a/net/kitinerary/Makefile
+++ b/net/kitinerary/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kitinerary
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org