Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2023 10:02:34 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: 88288baf63e0 - main - x11/kitty: Update to 0.28.1
Message-ID:  <202305171002.34HA2YIB056325@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=88288baf63e0e30a63d83f7b857c66719f901852

commit 88288baf63e0e30a63d83f7b857c66719f901852
Author:     Vidar Karlsen <vidar@karlsen.tech>
AuthorDate: 2023-05-17 09:56:38 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2023-05-17 10:01:42 +0000

    x11/kitty: Update to 0.28.1
    
    - cleaned up the Makefile order to make portclippy and portfmt happy
    - diff_speedup.so and unicode_names.so removed from _STRIP_TARGETS
      and pkg-plist as they are no longer being build (from upstream)
    
    Release changes: https://sw.kovidgoyal.net/kitty/changelog/#id1
    
    PR:             271263
    Reported by:    Yonas Yanfa <yonas.yanfa@gmail.com>
---
 x11/kitty/Makefile | 40 +++++++++++++++++++---------------------
 x11/kitty/distinfo | 10 +++++-----
 2 files changed, 24 insertions(+), 26 deletions(-)

diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index 327adae17f2a..ee92438fd5d7 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	kitty
-DISTVERSION=	0.28.0
-PORTREVISION=	3
-DISTVERSIONPREFIX=v
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.28.1
+PORTREVISION=	0
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -31,16 +31,29 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libxkbcommon.so:x11/libxkbcommon
 
 USES=		compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \
-		go:modules pkgconfig python:3.5+ shebangfix ssl tar:xz terminfo xorg
+		go:modules pkgconfig python:3.5+ shebangfix ssl tar:xz terminfo \
+		xorg
 CPE_VENDOR=	kitty_project
+GH_TUPLE=	ALTree:bigfloat:38c8b72a9924:altree_bigfloat/vendor/github.com/ALTree/bigfloat \
+		disintegration:imaging:v1.6.2:disintegration_imaging/vendor/github.com/disintegration/imaging \
+		golang:exp:54bba9f4231b:golang_exp/vendor/golang.org/x/exp \
+		golang:image:v0.3.0:golang_image/vendor/golang.org/x/image \
+		golang:sys:v0.4.0:golang_sys/vendor/golang.org/x/sys \
+		google:go-cmp:v0.5.8:google_go_cmp/vendor/github.com/google/go-cmp \
+		google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \
+		jamesruan:go-rfc1924:2767ca7c638f:jamesruan_go_rfc1924/vendor/github.com/jamesruan/go-rfc1924 \
+		seancfoley:bintree:v1.2.1:seancfoley_bintree/vendor/github.com/seancfoley/bintree \
+		seancfoley:ipaddress-go:v1.5.3:seancfoley_ipaddress_go/vendor/github.com/seancfoley/ipaddress-go
+
 USE_GL=		gl
 USE_XORG=	x11 xcb xcursor xi xinerama xrandr
 
-GO_MODULE=	github.com/kovidgoyal/kitty
 SHEBANG_FILES=	build-terminfo count-lines-of-code mypy-editor-integration \
 		update-on-ox update-on-ubuntu
 SHEBANG_GLOB=	*.py
 
+GO_MODULE=	github.com/kovidgoyal/kitty
+
 TEST_ENV=	PATH="${STAGEDIR}${PREFIX}/bin:${PATH}"
 TEST_TARGET=	test
 
@@ -49,25 +62,10 @@ LDFLAGS+=	`pkg-config --libs epoll-shim-interpose`
 
 BINARY_ALIAS=	python3=${PYTHON_CMD} python=${PYTHON_CMD}
 
-GH_TUPLE=	\
-		ALTree:bigfloat:38c8b72a9924:altree_bigfloat/vendor/github.com/ALTree/bigfloat \
-		disintegration:imaging:v1.6.2:disintegration_imaging/vendor/github.com/disintegration/imaging \
-		golang:exp:54bba9f4231b:golang_exp/vendor/golang.org/x/exp \
-		golang:image:v0.3.0:golang_image/vendor/golang.org/x/image \
-		golang:sys:v0.4.0:golang_sys/vendor/golang.org/x/sys \
-		google:go-cmp:v0.5.8:google_go_cmp/vendor/github.com/google/go-cmp \
-		google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \
-		jamesruan:go-rfc1924:2767ca7c638f:jamesruan_go_rfc1924/vendor/github.com/jamesruan/go-rfc1924 \
-		seancfoley:bintree:v1.2.1:seancfoley_bintree/vendor/github.com/seancfoley/bintree \
-		seancfoley:ipaddress-go:v1.5.3:seancfoley_ipaddress_go/vendor/github.com/seancfoley/ipaddress-go
-
 INSTALL_WRKSRC=	${WRKSRC}/linux-package
 
 _STRIP_TARGETS=	lib/kitty/kitty/fast_data_types.so lib/kitty/kitty/glfw-x11.so \
-		lib/kitty/kittens/diff/diff_speedup.so \
-		lib/kitty/kittens/unicode_input/unicode_names.so \
-		lib/kitty/kitty/glfw-wayland.so \
-		bin/kitten bin/kitty \
+		lib/kitty/kitty/glfw-wayland.so bin/kitten bin/kitty \
 		lib/kitty/kittens/transfer/rsync.so
 
 _EMPTY_DIRS=	kittens/choose kittens/diff kittens/unicode_input kittens kitty
diff --git a/x11/kitty/distinfo b/x11/kitty/distinfo
index a4084b379ba1..5bc285341fad 100644
--- a/x11/kitty/distinfo
+++ b/x11/kitty/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1681963421
-SHA256 (go/x11_kitty/kitty-v0.28.0/v0.28.0.mod) = d59caccb23108f9984263959b222c4dbb81774244a7360b07e90864057b90579
-SIZE (go/x11_kitty/kitty-v0.28.0/v0.28.0.mod) = 997
-SHA256 (go/x11_kitty/kitty-v0.28.0/v0.28.0.zip) = d0f9d948f3e0d2206dddd514df73e05f0809458eca6e3a267003f2f8e526c7db
-SIZE (go/x11_kitty/kitty-v0.28.0/v0.28.0.zip) = 8284366
+TIMESTAMP = 1683875864
+SHA256 (go/x11_kitty/kitty-v0.28.1/v0.28.1.mod) = 0b13cb16daa2d5096cf82ccb083e36999a0f14ef24442946376b8622cf59dd12
+SIZE (go/x11_kitty/kitty-v0.28.1/v0.28.1.mod) = 1048
+SHA256 (go/x11_kitty/kitty-v0.28.1/v0.28.1.zip) = 9557eca1fe041935f6f7b7fa08c5b81a89c85f53fed7fd3c31f4c90823fcfd77
+SIZE (go/x11_kitty/kitty-v0.28.1/v0.28.1.zip) = 8285949



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305171002.34HA2YIB056325>