From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 19:41:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9AD4641F50; Fri, 25 Jun 2021 19:41:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GBS6q65Nxz3FD5; Fri, 25 Jun 2021 19:41:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C2C11141F; Fri, 25 Jun 2021 19:41:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15PJfNNb071017; Fri, 25 Jun 2021 19:41:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PJfN2E071015; Fri, 25 Jun 2021 19:41:23 GMT (envelope-from git) Date: Fri, 25 Jun 2021 19:41:23 GMT Message-Id: <202106251941.15PJfN2E071015@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 2800db48837d - main - x11/foot: update to 1.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2800db48837de1794761ae66b91eb2310d2a8fc9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 19:41:24 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2800db48837de1794761ae66b91eb2310d2a8fc9 commit 2800db48837de1794761ae66b91eb2310d2a8fc9 Author: Jan Beich AuthorDate: 2021-06-25 06:35:41 +0000 Commit: Jan Beich CommitDate: 2021-06-25 19:39:13 +0000 x11/foot: update to 1.8.0 Changes: https://codeberg.org/dnkl/foot/releases/tag/1.8.0 Reported by: Repology --- x11/foot/Makefile | 16 +++++++++------- x11/foot/distinfo | 6 +++--- x11/foot/pkg-descr | 1 + 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/x11/foot/Makefile b/x11/foot/Makefile index 3bf6ffce4b77..ddd9709d1ae5 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,5 +1,5 @@ PORTNAME= foot -DISTVERSION= 1.7.2 +DISTVERSION= 1.8.0 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -23,15 +23,21 @@ USES= compiler:c11 meson pkgconfig xorg USE_XORG= pixman WRKSRC= ${WRKDIR}/${PORTNAME} -OPTIONS_DEFINE= NOTIFY XDG -OPTIONS_DEFAULT=NOTIFY XDG +OPTIONS_DEFINE= NOTIFY UTF8PROC XDG +OPTIONS_DEFAULT=NOTIFY UTF8PROC XDG NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify +UTF8PROC_DESC= Grapheme clustering using libutf8proc +UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc +UTF8PROC_MESON_ENABLED= grapheme-clustering + XDG_DESC= Open files with xdg-open XDG_RUN_DEPENDS= xdg-open:devel/xdg-utils .if exists(/usr/bin/tic) +# Add site- suffix to avoid conflict with terminfo-db (part of ncurses) +MESON_ARGS+= -Dterminfo-install-location="${PLIST_FILES:M*terminfo*:[1]:H:H}" PKGMESSAGE= ${NONEXISTENT} PLIST_FILES+= share/site-terminfo/f/${PORTNAME} \ share/site-terminfo/f/${PORTNAME}-direct @@ -39,8 +45,4 @@ PLIST_FILES+= share/site-terminfo/f/${PORTNAME} \ MESON_ARGS+= -Dterminfo=disabled .endif -post-patch: -# Chase default TERMINFO_DIRS on FreeBSD, see lib/ncurses/ncurses/ncurses_cfg.h - @${REINPLACE_CMD} '/datadir/s/terminfo/site-&/' ${WRKSRC}/meson.build - .include diff --git a/x11/foot/distinfo b/x11/foot/distinfo index 1c6e1b9f40f4..9a299d102b21 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618769560 -SHA256 (foot-1.7.2.tar.gz) = 0c5fa72a315b65100dfb8b7343212535e75e990b2a9500e028c6078c7915eb8a -SIZE (foot-1.7.2.tar.gz) = 392748 +TIMESTAMP = 1624602941 +SHA256 (foot-1.8.0.tar.gz) = 9269acfbef40cb284590de3bf70fc67997ffb6361dec4b4dddae7cdbf4ad6490 +SIZE (foot-1.8.0.tar.gz) = 415924 diff --git a/x11/foot/pkg-descr b/x11/foot/pkg-descr index ede402ce5a1d..ece3414e5490 100644 --- a/x11/foot/pkg-descr +++ b/x11/foot/pkg-descr @@ -14,6 +14,7 @@ Features: - Color emoji support - IME (via text-input-v3) - Multi-seat +- TrueColors (32bpp) - Synchronized Updates - Sixel image support