Date: Fri, 6 Sep 2024 12:42:35 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: f6534c4e53f6 - main - x11/kitty: Update to 0.36.2 Message-ID: <202409061242.486CgZiC012491@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=f6534c4e53f6cb541ec14cd29872c4a5767b93ef commit f6534c4e53f6cb541ec14cd29872c4a5767b93ef Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2024-09-06 12:41:03 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2024-09-06 12:42:30 +0000 x11/kitty: Update to 0.36.2 - Pet port(clippy|fmt) Release changes: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes Reported by: Kovid Goyal <notifications@github.com> --- x11/kitty/Makefile | 13 +++++++------ x11/kitty/distinfo | 10 +++++----- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 2f6c1927e2a5..0da2bf8a5ce6 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,6 +1,6 @@ PORTNAME= kitty DISTVERSIONPREFIX= v -DISTVERSION= 0.36.1 +DISTVERSION= 0.36.2 CATEGORIES= x11 wayland MAINTAINER= nivit@FreeBSD.org @@ -16,9 +16,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-inline-tabs>0:textproc/py-sphinx-inline-tabs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinxext-opengraph>0:textproc/py-sphinxext-opengraph@${PY_FLAVOR} \ nerd-fonts>=3.1.1:x11-fonts/nerd-fonts \ - urw-base35-fonts>=20200910:x11-fonts/urw-base35-fonts \ simde>=0.7.6:devel/simde \ sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \ + urw-base35-fonts>=20200910:x11-fonts/urw-base35-fonts \ wayland-protocols>=0:graphics/wayland-protocols LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libdbus-1.so:devel/dbus \ @@ -34,8 +34,6 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libxkbcommon.so:x11/libxkbcommon \ libxxhash.so:devel/xxhash -DOCS_BUILD_DEPENDS= roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf - USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \ go:1.22,modules magick pkgconfig python shebangfix ssl tar:xz \ terminfo xorg @@ -67,8 +65,9 @@ _STRIP_TARGETS= kitty/fast_data_types.so kitty/glfw-x11.so \ _EMPTY_DIRS= kittens/choose kittens/diff kittens/unicode_input kittens kitty -OPTIONS_DEFINE= DOCS -DOCS_MAKE_ENV= BUILD_DOCS=yes +OPTIONS_DEFINE= DOCS +DOCS_BUILD_DEPENDS= roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf +DOCS_MAKE_ENV= BUILD_DOCS=yes .include <bsd.port.options.mk> @@ -95,6 +94,8 @@ post-patch: ${WRKSRC}/setup.py ${REINPLACE_CMD} -e "s:%%DATADIR%%:${DATADIR}:1" \ ${WRKSRC}/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish + ${REINPLACE_CMD} -e "s:^\(go \)1.23:\1${GO_VERSION}:1" \ + ${WRKSRC}/go.mod # For librsync, we need to set header and library path do-build: diff --git a/x11/kitty/distinfo b/x11/kitty/distinfo index f66f9d5e5af2..3975b049b3f7 100644 --- a/x11/kitty/distinfo +++ b/x11/kitty/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1724487404 -SHA256 (go/x11_kitty/kitty-v0.36.1/v0.36.1.mod) = 860e13b69a20309f1b32c4d6c9c9890e069a9fc679d74f8740029081cac6498f -SIZE (go/x11_kitty/kitty-v0.36.1/v0.36.1.mod) = 1237 -SHA256 (go/x11_kitty/kitty-v0.36.1/v0.36.1.zip) = b89ff7e165a3fce4bf9006f92b32b6e00f8613c603ea9812bf5f911c2d6de867 -SIZE (go/x11_kitty/kitty-v0.36.1/v0.36.1.zip) = 9034953 +TIMESTAMP = 1725608513 +SHA256 (go/x11_kitty/kitty-v0.36.2/v0.36.2.mod) = 17369e7c78b63b7256090b5fb8b3688c272232acaea5af910c348f5099f97cee +SIZE (go/x11_kitty/kitty-v0.36.2/v0.36.2.mod) = 1237 +SHA256 (go/x11_kitty/kitty-v0.36.2/v0.36.2.zip) = ea726fbd1c774372ccf9de91da353b7c4dc1dd7a123aa96fc80ada694629b1d1 +SIZE (go/x11_kitty/kitty-v0.36.2/v0.36.2.zip) = 9036831
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409061242.486CgZiC012491>