Date: Sun, 3 Mar 2024 04:13:08 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2a3838d14b9c - main - x11/cde-devel: Update to the latest cdesktopenv-code commit Message-ID: <202403030413.4234D8hA001949@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a3838d14b9c445f84461b5b9d14c2830d91970e commit 2a3838d14b9c445f84461b5b9d14c2830d91970e Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-03-03 03:17:22 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-03-03 03:17:22 +0000 x11/cde-devel: Update to the latest cdesktopenv-code commit Update to the latest cdedesktop-code commit proxied through my GH account. This includes a fix to dtterm title and icon Sun esc seqs, where replies with "%s" when given either "CSI 20 t" or "CSI 21 t". i.e., Example of wrong behaviour: $ echo "^[[21t" $ l%s Example of correct behaviour: $ echo "^[[21t" $ lTerminal --- x11/cde-devel/Makefile | 4 ++-- x11/cde-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile index 8ecf7d41e810..44385b804f33 100644 --- a/x11/cde-devel/Makefile +++ b/x11/cde-devel/Makefile @@ -13,8 +13,8 @@ WWW= https://sourceforge.net/p/cdesktopenv/wiki/Home/ USE_GITHUB= yes GH_ACCOUNT= cschuber GH_PROJECT= cdesktopenv-code -GH_TAGNAME= ca84b1013 -COMMIT_DATE= 2024.01.11 +GH_TAGNAME= 847987410 +COMMIT_DATE= 2024.03.02 LICENSE= LGPL21 diff --git a/x11/cde-devel/distinfo b/x11/cde-devel/distinfo index 01328d6e96e1..3f0d0b96be6d 100644 --- a/x11/cde-devel/distinfo +++ b/x11/cde-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707262939 -SHA256 (cschuber-cdesktopenv-code-2024.01.11-ca84b1013_GH0.tar.gz) = c6c353e44fd59875adf9111a8068eecbb711f303e2e1e71a36b97f82e2c3e9a6 -SIZE (cschuber-cdesktopenv-code-2024.01.11-ca84b1013_GH0.tar.gz) = 57569141 +TIMESTAMP = 1709432780 +SHA256 (cschuber-cdesktopenv-code-2024.03.02-847987410_GH0.tar.gz) = 1980a0f6593d8f0a5a2b3cd7623610f0ddf211417a370478f0a3540b6d1f180c +SIZE (cschuber-cdesktopenv-code-2024.03.02-847987410_GH0.tar.gz) = 57570377
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403030413.4234D8hA001949>