Date: Sat, 09 May 2026 17:26:05 +0000 From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5f9824aeed64 - main - various: Bump ports for Go 1.26.3 Message-ID: <69ff6e2d.3e9d8.440751f1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f9824aeed64e3cba94562b6c765c4cb9ec90f9c commit 5f9824aeed64e3cba94562b6c765c4cb9ec90f9c Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2026-05-09 17:22:05 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2026-05-09 17:25:51 +0000 various: Bump ports for Go 1.26.3 --- databases/rqlite/Makefile | 1 + databases/usql/Makefile | 1 + databases/weaviate/Makefile | 1 + devel/goreleaser/Makefile | 1 + devel/lefthook/Makefile | 1 + dns/nextdns/Makefile | 2 +- filesystems/zrepl-dsh2dsh/Makefile | 2 +- finance/homebox/Makefile | 1 + finance/ticker/Makefile | 1 + irc/ergo/Makefile | 1 + lang/typescript-go/Makefile | 1 + misc/cheat/Makefile | 1 + misc/crush/Makefile | 1 + misc/ollama/Makefile | 1 + misc/py-wandb/Makefile | 2 +- multimedia/mediamtx/Makefile | 1 + net-mgmt/victoria-logs/Makefile | 1 + net/dataplaneapi/Makefile | 1 + net/mtg/Makefile | 1 + net/ovhcloud-cli/Makefile | 2 +- net/spoofdpi/Makefile | 1 + security/aws-iam-authenticator/Makefile | 1 + security/osv-scanner/Makefile | 1 + security/tailscale/Makefile | 2 +- security/vuls/Makefile | 2 +- security/xray-core/Makefile | 1 + sysutils/containerd/Makefile | 1 + sysutils/go-ntfy/Makefile | 1 + sysutils/ipget/Makefile | 1 + sysutils/kubectl/Makefile | 1 + sysutils/mkr/Makefile | 1 + sysutils/nginx-ui/Makefile | 2 +- sysutils/tflint/Makefile | 1 + textproc/qo/Makefile | 1 + www/access-log-exporter/Makefile | 2 +- www/adguardhome/Makefile | 1 + www/authelia/Makefile | 1 + www/evcc/Makefile | 1 + www/forgejo15/Makefile | 2 +- www/gitea/Makefile | 1 + www/pocket-id/Makefile | 2 +- www/tinyauth/Makefile | 1 + x11/hyprls/Makefile | 2 +- x11/kitty/Makefile | 2 +- 44 files changed, 44 insertions(+), 12 deletions(-) diff --git a/databases/rqlite/Makefile b/databases/rqlite/Makefile index 58f5ee5685e2..995655c8cf69 100644 --- a/databases/rqlite/Makefile +++ b/databases/rqlite/Makefile @@ -1,6 +1,7 @@ PORTNAME= rqlite DISTVERSIONPREFIX= v DISTVERSION= 10.0.1 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/usql/Makefile b/databases/usql/Makefile index 50639750dff8..eb8700d1d95d 100644 --- a/databases/usql/Makefile +++ b/databases/usql/Makefile @@ -1,6 +1,7 @@ PORTNAME= usql DISTVERSIONPREFIX= v DISTVERSION= 0.21.4 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/weaviate/Makefile b/databases/weaviate/Makefile index d89a23e3a757..e3ad09fdad20 100644 --- a/databases/weaviate/Makefile +++ b/databases/weaviate/Makefile @@ -1,6 +1,7 @@ PORTNAME= weaviate DISTVERSIONPREFIX= v DISTVERSION= 1.37.2 +PORTREVISION= 1 CATEGORIES= databases # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/devel/goreleaser/Makefile b/devel/goreleaser/Makefile index b3d12d915349..11ea2ac377b3 100644 --- a/devel/goreleaser/Makefile +++ b/devel/goreleaser/Makefile @@ -1,6 +1,7 @@ PORTNAME= goreleaser DISTVERSIONPREFIX= v DISTVERSION= 2.15.4 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/lefthook/Makefile b/devel/lefthook/Makefile index c2aaa5cfeef9..8e133b7f3049 100644 --- a/devel/lefthook/Makefile +++ b/devel/lefthook/Makefile @@ -1,6 +1,7 @@ PORTNAME= lefthook DISTVERSIONPREFIX= v DISTVERSION= 2.1.6 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/dns/nextdns/Makefile b/dns/nextdns/Makefile index c9f5465dec10..9801a630fe63 100644 --- a/dns/nextdns/Makefile +++ b/dns/nextdns/Makefile @@ -1,7 +1,7 @@ PORTNAME= nextdns PORTVERSION= 1.47.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns security MAINTAINER= rs@nextdns.io diff --git a/filesystems/zrepl-dsh2dsh/Makefile b/filesystems/zrepl-dsh2dsh/Makefile index 011538560e80..7c9d2e78788a 100644 --- a/filesystems/zrepl-dsh2dsh/Makefile +++ b/filesystems/zrepl-dsh2dsh/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= filesystems sysutils PKGNAMESUFFIX= -${GH_ACCOUNT} diff --git a/finance/homebox/Makefile b/finance/homebox/Makefile index 0d091228f79e..d29f13ac5ba0 100644 --- a/finance/homebox/Makefile +++ b/finance/homebox/Makefile @@ -1,6 +1,7 @@ PORTNAME= homebox DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/:assets # For instructions on how to create assets: diff --git a/finance/ticker/Makefile b/finance/ticker/Makefile index 7192ef616a4d..f4a20e57c1d4 100644 --- a/finance/ticker/Makefile +++ b/finance/ticker/Makefile @@ -1,6 +1,7 @@ PORTNAME= ticker DISTVERSIONPREFIX= v DISTVERSION= 5.2.1 +PORTREVISION= 1 CATEGORIES= finance MAINTAINER= fuz@FreeBSD.org diff --git a/irc/ergo/Makefile b/irc/ergo/Makefile index 9f785d98be4a..beb1ea208a9e 100644 --- a/irc/ergo/Makefile +++ b/irc/ergo/Makefile @@ -1,6 +1,7 @@ PORTNAME= ergo DISTVERSIONPREFIX= v DISTVERSION= 2.18.0 +PORTREVISION= 1 CATEGORIES= irc PKGNAMESUFFIX= -irc-server diff --git a/lang/typescript-go/Makefile b/lang/typescript-go/Makefile index 060fed117306..a3b767d75f83 100644 --- a/lang/typescript-go/Makefile +++ b/lang/typescript-go/Makefile @@ -1,5 +1,6 @@ PORTNAME= typescript-go PORTVERSION= 7.0.0.g20260408 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= tagattie@FreeBSD.org diff --git a/misc/cheat/Makefile b/misc/cheat/Makefile index cf1a44746a78..42dbf106ed33 100644 --- a/misc/cheat/Makefile +++ b/misc/cheat/Makefile @@ -1,5 +1,6 @@ PORTNAME= cheat DISTVERSION= 5.1.0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/crush/Makefile b/misc/crush/Makefile index b7146ce27d8f..fc1a334a8cd0 100644 --- a/misc/crush/Makefile +++ b/misc/crush/Makefile @@ -1,6 +1,7 @@ PORTNAME= crush DISTVERSIONPREFIX= v DISTVERSION= 0.66.1 +PORTREVISION= 1 CATEGORIES= misc devel MAINTAINER= tagattie@FreeBSD.org diff --git a/misc/ollama/Makefile b/misc/ollama/Makefile index 158b0cadcb4c..fc1b23d21f38 100644 --- a/misc/ollama/Makefile +++ b/misc/ollama/Makefile @@ -1,6 +1,7 @@ PORTNAME= ollama DISTVERSIONPREFIX= v DISTVERSION= 0.23.2 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/py-wandb/Makefile b/misc/py-wandb/Makefile index 822f080879c9..777290bcc4cf 100644 --- a/misc/py-wandb/Makefile +++ b/misc/py-wandb/Makefile @@ -1,7 +1,7 @@ PORTNAME= wandb DISTVERSIONPREFIX= v DISTVERSION= 0.26.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/multimedia/mediamtx/Makefile b/multimedia/mediamtx/Makefile index 19e9988256ad..7fcbf35a5b44 100644 --- a/multimedia/mediamtx/Makefile +++ b/multimedia/mediamtx/Makefile @@ -1,6 +1,7 @@ PORTNAME= mediamtx DISTVERSIONPREFIX= v DISTVERSION= 1.18.1 +PORTREVISION= 1 CATEGORIES= multimedia net MASTER_SITES+= https://github.com/video-dev/hls.js/releases/download/v1.6.16/:hlsjs DISTFILES+= release.zip:hlsjs diff --git a/net-mgmt/victoria-logs/Makefile b/net-mgmt/victoria-logs/Makefile index c071c165800b..ef43272e6bef 100644 --- a/net-mgmt/victoria-logs/Makefile +++ b/net-mgmt/victoria-logs/Makefile @@ -1,6 +1,7 @@ PORTNAME= victoria-logs PORTVERSION= 1.50.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= samm@FreeBSD.org diff --git a/net/dataplaneapi/Makefile b/net/dataplaneapi/Makefile index b922809112d6..d601bcb99951 100644 --- a/net/dataplaneapi/Makefile +++ b/net/dataplaneapi/Makefile @@ -1,6 +1,7 @@ PORTNAME= dataplaneapi DISTVERSIONPREFIX= v DISTVERSION= 3.3.3 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= dtxdf@FreeBSD.org diff --git a/net/mtg/Makefile b/net/mtg/Makefile index 655004eceabd..c537e6853dcb 100644 --- a/net/mtg/Makefile +++ b/net/mtg/Makefile @@ -1,6 +1,7 @@ PORTNAME= mtg DISTVERSIONPREFIX= v DISTVERSION= 2.2.8 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= drtr0jan@yandex.ru diff --git a/net/ovhcloud-cli/Makefile b/net/ovhcloud-cli/Makefile index 20b3e47a5d5c..c5c68db55672 100644 --- a/net/ovhcloud-cli/Makefile +++ b/net/ovhcloud-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= ovhcloud-cli DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net devel MAINTAINER= bapt@FreeBSD.org diff --git a/net/spoofdpi/Makefile b/net/spoofdpi/Makefile index 3783596071ae..c827d35bc443 100644 --- a/net/spoofdpi/Makefile +++ b/net/spoofdpi/Makefile @@ -1,6 +1,7 @@ PORTNAME= spoofdpi DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= nxjoseph@FreeBSD.org diff --git a/security/aws-iam-authenticator/Makefile b/security/aws-iam-authenticator/Makefile index 28996cffe267..4414c535e05c 100644 --- a/security/aws-iam-authenticator/Makefile +++ b/security/aws-iam-authenticator/Makefile @@ -1,6 +1,7 @@ PORTNAME= aws-iam-authenticator PORTVERSION= 0.7.14 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security MAINTAINER= danilo@FreeBSD.org diff --git a/security/osv-scanner/Makefile b/security/osv-scanner/Makefile index 6f262cf62986..7327e9d9e189 100644 --- a/security/osv-scanner/Makefile +++ b/security/osv-scanner/Makefile @@ -1,6 +1,7 @@ PORTNAME= osv-scanner DISTVERSIONPREFIX= v DISTVERSION= 2.3.5 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index 71b0a2541b76..04bc96d73f59 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,7 +1,7 @@ PORTNAME= tailscale PORTVERSION= 1.96.4 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= security net-vpn MAINTAINER= ashish@FreeBSD.org diff --git a/security/vuls/Makefile b/security/vuls/Makefile index b94214f39670..c1221885512c 100644 --- a/security/vuls/Makefile +++ b/security/vuls/Makefile @@ -1,7 +1,7 @@ PORTNAME= vuls DISTVERSIONPREFIX=v DISTVERSION= 0.38.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= girgen@FreeBSD.org diff --git a/security/xray-core/Makefile b/security/xray-core/Makefile index 37c219a4c4ff..6b9c44a6cd8b 100644 --- a/security/xray-core/Makefile +++ b/security/xray-core/Makefile @@ -1,6 +1,7 @@ PORTNAME= xray-core DISTVERSIONPREFIX= v DISTVERSION= 26.3.27 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/v2fly/geoip/releases/download/202604050243/:geoip \ https://github.com/v2fly/domain-list-community/releases/download/20260409151144/:geosite diff --git a/sysutils/containerd/Makefile b/sysutils/containerd/Makefile index 639e17be2e54..a4d92b73da5e 100644 --- a/sysutils/containerd/Makefile +++ b/sysutils/containerd/Makefile @@ -1,6 +1,7 @@ PORTNAME= containerd DISTVERSIONPREFIX=v DISTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org diff --git a/sysutils/go-ntfy/Makefile b/sysutils/go-ntfy/Makefile index a70ae629221c..28f6daa4da16 100644 --- a/sysutils/go-ntfy/Makefile +++ b/sysutils/go-ntfy/Makefile @@ -1,6 +1,7 @@ PORTNAME= ntfy DISTVERSIONPREFIX= v DISTVERSION= 2.22.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/:assets PKGNAMEPREFIX= go- diff --git a/sysutils/ipget/Makefile b/sysutils/ipget/Makefile index b726984d6260..754441f37c56 100644 --- a/sysutils/ipget/Makefile +++ b/sysutils/ipget/Makefile @@ -1,6 +1,7 @@ PORTNAME= ipget DISTVERSIONPREFIX= v DISTVERSION= 0.13.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/kubectl/Makefile b/sysutils/kubectl/Makefile index a1ef4a23b583..5696445daaae 100644 --- a/sysutils/kubectl/Makefile +++ b/sysutils/kubectl/Makefile @@ -1,6 +1,7 @@ PORTNAME= kubectl PORTVERSION= 1.36.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/mkr/Makefile b/sysutils/mkr/Makefile index cd9050f7884e..7c87d85cd2b4 100644 --- a/sysutils/mkr/Makefile +++ b/sysutils/mkr/Makefile @@ -1,6 +1,7 @@ PORTNAME= mkr DISTVERSIONPREFIX= v DISTVERSION= 0.64.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/nginx-ui/Makefile b/sysutils/nginx-ui/Makefile index a9f8ddc13bf0..d5d9b66ab590 100644 --- a/sysutils/nginx-ui/Makefile +++ b/sysutils/nginx-ui/Makefile @@ -1,7 +1,7 @@ PORTNAME= nginx-ui DISTVERSIONPREFIX= v DISTVERSION= 2.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ # For instructions on how to create assets: diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index 3e8186e1f4e0..7092de99a519 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -1,6 +1,7 @@ PORTNAME= tflint DISTVERSIONPREFIX= v DISTVERSION= 0.62.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/textproc/qo/Makefile b/textproc/qo/Makefile index 46f407b22228..720fe000fb7f 100644 --- a/textproc/qo/Makefile +++ b/textproc/qo/Makefile @@ -1,6 +1,7 @@ PORTNAME= qo DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= adamw@FreeBSD.org diff --git a/www/access-log-exporter/Makefile b/www/access-log-exporter/Makefile index 3eca9f61afdd..d3528bc52ec6 100644 --- a/www/access-log-exporter/Makefile +++ b/www/access-log-exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= access-log-exporter DISTVERSIONPREFIX= v DISTVERSION= 0.3.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= otis@FreeBSD.org diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile index 95c35cce6919..4fd6f6796cd5 100644 --- a/www/adguardhome/Makefile +++ b/www/adguardhome/Makefile @@ -1,6 +1,7 @@ PORTNAME= adguardhome DISTVERSIONPREFIX= v DISTVERSION= 0.107.74 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/ DISTFILES= ${GH_PROJECT}_frontend${EXTRACT_SUFX} diff --git a/www/authelia/Makefile b/www/authelia/Makefile index e6a8519ed99c..4cf2d404dd87 100644 --- a/www/authelia/Makefile +++ b/www/authelia/Makefile @@ -1,6 +1,7 @@ PORTNAME= authelia DISTVERSIONPREFIX= v DISTVERSION= 4.39.19 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/authelia/authelia/releases/download/v${DISTVERSION}/:public_html DISTFILES= authelia-${DISTVERSIONFULL}-public_html${EXTRACT_SUFX}:public_html # html root directory needs to be built in a special way diff --git a/www/evcc/Makefile b/www/evcc/Makefile index c8cc07606c2e..0f9b1dc722df 100644 --- a/www/evcc/Makefile +++ b/www/evcc/Makefile @@ -1,5 +1,6 @@ PORTNAME= evcc DISTVERSION= 0.306.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/mfechner/${PORTNAME}/:npmcache DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache diff --git a/www/forgejo15/Makefile b/www/forgejo15/Makefile index 6b798bb6a98f..e8a17fedace3 100644 --- a/www/forgejo15/Makefile +++ b/www/forgejo15/Makefile @@ -1,6 +1,7 @@ PORTNAME= forgejo DISTVERSIONPREFIX= v DISTVERSION= 15.0.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONFULL}/ PKGNAMESUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} @@ -70,7 +71,6 @@ ALL_TARGET= backend # Go binaries are statically linked STRIP= # - # The provided Makefile does not include an install target. do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gitea \ diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 0dea0f9d5dd5..f70903084849 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v DISTVERSION= 1.26.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \ https://dl.gitea.io/gitea/${DISTVERSION}/ diff --git a/www/pocket-id/Makefile b/www/pocket-id/Makefile index 50a6a0814b37..37c5ca798eb1 100644 --- a/www/pocket-id/Makefile +++ b/www/pocket-id/Makefile @@ -1,7 +1,7 @@ PORTNAME= pocket-id DISTVERSIONPREFIX= v DISTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ # For instructions on how to create assets: diff --git a/www/tinyauth/Makefile b/www/tinyauth/Makefile index 7921a7306b4c..a113e9667eb3 100644 --- a/www/tinyauth/Makefile +++ b/www/tinyauth/Makefile @@ -1,6 +1,7 @@ PORTNAME= tinyauth DISTVERSIONPREFIX= v DISTVERSION= 5.0.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/:assets # For instructions on how to create assets: diff --git a/x11/hyprls/Makefile b/x11/hyprls/Makefile index b46c146c0f00..c5e31a110bb0 100644 --- a/x11/hyprls/Makefile +++ b/x11/hyprls/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprls DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 9f34ae538411..ca62af719b5d 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,7 +1,7 @@ PORTNAME= kitty DISTVERSIONPREFIX= v DISTVERSION= 0.46.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 wayland MAINTAINER= nivit@FreeBSD.orghome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ff6e2d.3e9d8.440751f1>
