Date: Wed, 13 Mar 2024 08:29:07 GMT From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 861b699d6f70 - main - x11/kitty: Update to 0.33.0 Message-ID: <202403130829.42D8T75K074631@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=861b699d6f706ed4c7541cfc7b64f5c5b1501ada commit 861b699d6f706ed4c7541cfc7b64f5c5b1501ada Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2024-03-13 08:26:37 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2024-03-13 08:28:43 +0000 x11/kitty: Update to 0.33.0 - Use go version 1.22 instead of 1.21 - Add devel/simde to build dependencies Release changes: https://github.com/kovidgoyal/kitty/releases/tag/v0.33.0 Reported by: Kovid Goyal <notifications@github.com> --- x11/kitty/Makefile | 7 ++++--- x11/kitty/distinfo | 10 +++++----- x11/kitty/pkg-plist | 1 - 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 5802d9bb8b5a..f5388dc40795 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,7 +1,7 @@ PORTNAME= kitty DISTVERSIONPREFIX= v -DISTVERSION= 0.32.2 -PORTREVISION= 1 +DISTVERSION= 0.33.0 +PORTREVISION= 0 CATEGORIES= x11 wayland MAINTAINER= nivit@FreeBSD.org @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinxext-opengraph>0:textproc/py-sphinxext-opengraph@${PY_FLAVOR} \ roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \ sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \ + simde>=0.7.6:devel/simde \ wayland-protocols>=0:graphics/wayland-protocols LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libdbus-1.so:devel/dbus \ @@ -34,7 +35,7 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libxxhash.so:devel/xxhash USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \ - go:1.21,modules magick pkgconfig python shebangfix ssl tar:xz \ + go:1.22,modules magick pkgconfig python shebangfix ssl tar:xz \ terminfo xorg CPE_VENDOR= kitty_project diff --git a/x11/kitty/distinfo b/x11/kitty/distinfo index 2e317859c878..33628a7bf85e 100644 --- a/x11/kitty/distinfo +++ b/x11/kitty/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1707742986 -SHA256 (go/x11_kitty/kitty-v0.32.2/v0.32.2.mod) = bbec670a3876af86cfbe2df337c05e1838ae5099fc7fb42863575d99a4b222d1 -SIZE (go/x11_kitty/kitty-v0.32.2/v0.32.2.mod) = 1049 -SHA256 (go/x11_kitty/kitty-v0.32.2/v0.32.2.zip) = 3edeb70bd2ba3ac466bcd508472c48270e73824d78ddbb3cfc41da5f80ecfde8 -SIZE (go/x11_kitty/kitty-v0.32.2/v0.32.2.zip) = 8439800 +TIMESTAMP = 1710261805 +SHA256 (go/x11_kitty/kitty-v0.33.0/v0.33.0.mod) = 3231ba5a540e4dd3a58a1360f2939ac6bc22f154af9b2c47824bb443c5c57abf +SIZE (go/x11_kitty/kitty-v0.33.0/v0.33.0.mod) = 1049 +SHA256 (go/x11_kitty/kitty-v0.33.0/v0.33.0.zip) = 480cd376ad09ed4cb4ef117bb315cfc1ac435cbc1fbe8072f7026f07f35e460c +SIZE (go/x11_kitty/kitty-v0.33.0/v0.33.0.zip) = 8584522 diff --git a/x11/kitty/pkg-plist b/x11/kitty/pkg-plist index 7a5a2bbf0204..bb196668c5df 100644 --- a/x11/kitty/pkg-plist +++ b/x11/kitty/pkg-plist @@ -15,7 +15,6 @@ share/applications/kitty.desktop %%PORTDOCS%%%%DOCSDIR%%/_images/social_previews/summary_actions_1745a1bd.png %%PORTDOCS%%%%DOCSDIR%%/_images/social_previews/summary_binary_478594b0.png %%PORTDOCS%%%%DOCSDIR%%/_images/social_previews/summary_build_7ee1e14e.png -%%PORTDOCS%%%%DOCSDIR%%/_images/social_previews/summary_changelog_439aee19.png %%PORTDOCS%%%%DOCSDIR%%/_images/social_previews/summary_clipboard_673291d1.png %%PORTDOCS%%%%DOCSDIR%%/_images/social_previews/summary_color-stack_587105f7.png %%PORTDOCS%%%%DOCSDIR%%/_images/social_previews/summary_conf_6d817f14.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403130829.42D8T75K074631>